drop old errors pages + some categorisations for files
authorx2000habouzit <x2000habouzit>
Wed, 24 Nov 2004 15:53:37 +0000 (15:53 +0000)
committerx2000habouzit <x2000habouzit>
Wed, 24 Nov 2004 15:53:37 +0000 (15:53 +0000)
htdocs/recherche.php [deleted file]
htdocs/x.php [deleted file]
install.d/lists/files [new file with mode: 0644]
install.d/mail/files [new file with mode: 0644]
install.d/newsletter/files [new file with mode: 0644]
install.d/xorg-stuff/files [new file with mode: 0644]
templates/recherche.tpl [deleted file]
templates/x.tpl [deleted file]

diff --git a/htdocs/recherche.php b/htdocs/recherche.php
deleted file mode 100644 (file)
index 2a0ff25..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-<?php
-/***************************************************************************
- *  Copyright (C) 2003-2004 Polytechnique.org                              *
- *  http://opensource.polytechnique.org/                                   *
- *                                                                         *
- *  This program is free software; you can redistribute it and/or modify   *
- *  it under the terms of the GNU General Public License as published by   *
- *  the Free Software Foundation; either version 2 of the License, or      *
- *  (at your option) any later version.                                    *
- *                                                                         *
- *  This program is distributed in the hope that it will be useful,        *
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of         *
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the          *
- *  GNU General Public License for more details.                           *
- *                                                                         *
- *  You should have received a copy of the GNU General Public License      *
- *  along with this program; if not, write to the Free Software            *
- *  Foundation, Inc.,                                                      *
- *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                *
- ***************************************************************************
-        $Id: recherche.php,v 1.3 2004-11-22 20:04:36 x2000habouzit Exp $
- ***************************************************************************/
-
-require_once("xorg.inc.php");
-new_skinned_page('recherche.tpl', AUTH_PUBLIC);
-$page->run();
-?>
diff --git a/htdocs/x.php b/htdocs/x.php
deleted file mode 100644 (file)
index 6d01f7c..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-<?php
-/***************************************************************************
- *  Copyright (C) 2003-2004 Polytechnique.org                              *
- *  http://opensource.polytechnique.org/                                   *
- *                                                                         *
- *  This program is free software; you can redistribute it and/or modify   *
- *  it under the terms of the GNU General Public License as published by   *
- *  the Free Software Foundation; either version 2 of the License, or      *
- *  (at your option) any later version.                                    *
- *                                                                         *
- *  This program is distributed in the hope that it will be useful,        *
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of         *
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the          *
- *  GNU General Public License for more details.                           *
- *                                                                         *
- *  You should have received a copy of the GNU General Public License      *
- *  along with this program; if not, write to the Free Software            *
- *  Foundation, Inc.,                                                      *
- *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                *
- ***************************************************************************/
-
-require_once("xorg.inc.php");
-new_skinned_page('x.tpl', AUTH_PUBLIC);
-$page->assign('baseurl',$globals->baseurl);
-$page->run();
-?>
diff --git a/install.d/lists/files b/install.d/lists/files
new file mode 100644 (file)
index 0000000..0127b0a
--- /dev/null
@@ -0,0 +1,44 @@
+htdocs/admin/lists.php
+
+htdocs/listes/admin.php
+htdocs/listes/check.php
+htdocs/listes/create.php
+htdocs/listes/index.php
+htdocs/listes/members.php
+htdocs/listes/moderate.php
+htdocs/listes/options.php
+htdocs/listes/soptions.php
+htdocs/listes/trombi.php
+
+include/validations/listes.inc.php
+
+scripts/mailman/foreach_template.py
+scripts/mailman/mailman-rpc.py
+scripts/mailman/mails/adminsubscribeack.txt
+scripts/mailman/mails/approve.txt
+scripts/mailman/mails/checkdbs.txt
+scripts/mailman/mails/masthead.txt
+scripts/mailman/mails/newlist.txt
+scripts/mailman/mails/postauth.txt
+scripts/mailman/mails/postheld.txt
+scripts/mailman/mails/refuse.txt
+scripts/mailman/mails/subauth.txt
+scripts/mailman/mails/subscribeack.txt
+
+templates/include/form.valid.listes.tpl
+
+templates/listes/admin.tpl
+templates/listes/check.tpl
+templates/listes/create.tpl
+templates/listes/header_listes.tpl
+templates/listes/index.tpl
+templates/listes/listes.inc.tpl
+templates/listes/members.tpl
+templates/listes/moderate_mail.tpl
+templates/listes/moderate_sub.tpl
+templates/listes/moderate.tpl
+templates/listes/options.tpl
+templates/listes/soptions.tpl
+templates/listes/trombi.tpl
+
+templates/mails/listes.promo.tpl
diff --git a/install.d/mail/files b/install.d/mail/files
new file mode 100644 (file)
index 0000000..0c49885
--- /dev/null
@@ -0,0 +1,21 @@
+htdocs/admin/newsletter_pattecassee.php
+htdocs/alias.php
+htdocs/antispam.php
+htdocs/emails.php
+htdocs/pattecassee.php
+htdocs/routage-mail.php
+htdocs/sendmail.php
+include/email.classes.inc.php
+include/validations/aliases.inc.php
+templates/admin/newsletter_pattecassee.tpl
+templates/alias.tpl
+templates/antispam.tpl
+templates/emails.tpl
+templates/include/form.valid.aliases.tpl
+templates/mails/pattecasser.nl.tpl
+templates/pattecassee.tpl
+templates/preferences.tpl.d/10.mails.tpl
+templates/preferences.tpl.d/20.alias.tpl
+templates/preferences.tpl.d/30.redirect.tpl
+templates/routage-mail.tpl
+templates/sendmail.tpl
diff --git a/install.d/newsletter/files b/install.d/newsletter/files
new file mode 100644 (file)
index 0000000..990d13c
--- /dev/null
@@ -0,0 +1,15 @@
+htdocs/admin/newsletter_cats.php
+htdocs/admin/newsletter_edit.php
+htdocs/admin/newsletter.php
+htdocs/css/nl.css
+htdocs/newsletter/index.php
+htdocs/newsletter/show.php
+htdocs/newsletter/submit.php
+include/newsletter.inc.php
+scripts/cron/send_nl.php
+templates/admin/newsletter_edit.tpl
+templates/admin/newsletter.tpl
+templates/newsletter/head.tpl
+templates/newsletter/index.tpl
+templates/newsletter/show.tpl
+templates/newsletter/submit.tpl
diff --git a/install.d/xorg-stuff/files b/install.d/xorg-stuff/files
new file mode 100644 (file)
index 0000000..d7fdd62
--- /dev/null
@@ -0,0 +1,79 @@
+htdocs/docs/apropos.php
+htdocs/docs/charte.php
+htdocs/docs/contacts.php
+htdocs/docs/convention_ax.php
+htdocs/docs/doc_carva.php
+htdocs/docs/doc_emails.php
+htdocs/docs/doc_forums.php
+htdocs/docs/doc_from.php
+htdocs/docs/doc_gratuits.php
+htdocs/docs/doc_melix.php
+htdocs/docs/doc_nn.php
+htdocs/docs/doc_nntp.php
+htdocs/docs/doc_oe.php
+htdocs/docs/doc_patte_cassee.php
+htdocs/docs/doc_smtp.php
+htdocs/docs/doc_ssl.php
+htdocs/docs/en-cours.php
+htdocs/docs/ethique.php
+htdocs/docs/faq.php
+htdocs/docs/index.php
+htdocs/docs/plan.php
+htdocs/docs/secu.php
+htdocs/docs/services.php
+htdocs/images/docs_compte1.png
+htdocs/images/docs_compte2.png
+htdocs/images/docs_from1.png
+htdocs/images/docs_from2.png
+htdocs/images/docs_from3.png
+htdocs/images/docs_from4.png
+htdocs/images/docs_from5.png
+htdocs/images/docs_from6.png
+htdocs/images/docs_from7.png
+htdocs/images/docs_from8.png
+htdocs/images/docs_moz1.png
+htdocs/images/docs_moz2.png
+htdocs/images/docs_moz_nntp1.png
+htdocs/images/docs_moz_nntp2.png
+htdocs/images/docs_moz_nntp3.png
+htdocs/images/docs_moz_nntp4.png
+htdocs/images/docs_moz_nntp5.png
+htdocs/images/docs_news1.png
+htdocs/images/docs_news2.png
+htdocs/images/docs_news3.png
+htdocs/images/docs_news4.png
+htdocs/images/docs_nntp_nn4.png
+htdocs/images/docs_smtp1.png
+htdocs/images/docs_smtp2.png
+htdocs/images/docs_smtp3.png
+htdocs/images/docs_smtp4.png
+htdocs/images/docs_ssl_accept.png
+htdocs/images/docs_ssl_dl.png
+htdocs/images/docs_ssl_install.png
+htdocs/images/equipe.jpg
+htdocs/images/SceauCertplus_petit.png
+htdocs/images/verisign.png
+htdocs/images/x.png
+templates/docs/apropos.tpl
+templates/docs/charte.tpl
+templates/docs/contacts.tpl
+templates/docs/convention_ax.tpl
+templates/docs/doc_carva.tpl
+templates/docs/doc_emails.tpl
+templates/docs/doc_forums.tpl
+templates/docs/doc_from.tpl
+templates/docs/doc_gratuits.tpl
+templates/docs/doc_melix.tpl
+templates/docs/doc_nn.tpl
+templates/docs/doc_nntp.tpl
+templates/docs/doc_oe.tpl
+templates/docs/doc_patte_cassee.tpl
+templates/docs/doc_smtp.tpl
+templates/docs/doc_ssl.tpl
+templates/docs/en-cours.tpl
+templates/docs/ethique.tpl
+templates/docs/faq.tpl
+templates/docs/index.tpl
+templates/docs/plan.tpl
+templates/docs/secu.tpl
+templates/docs/services.tpl
diff --git a/templates/recherche.tpl b/templates/recherche.tpl
deleted file mode 100644 (file)
index 2d22232..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-{***************************************************************************
- *  Copyright (C) 2003-2004 Polytechnique.org                              *
- *  http://opensource.polytechnique.org/                                   *
- *                                                                         *
- *  This program is free software; you can redistribute it and/or modify   *
- *  it under the terms of the GNU General Public License as published by   *
- *  the Free Software Foundation; either version 2 of the License, or      *
- *  (at your option) any later version.                                    *
- *                                                                         *
- *  This program is distributed in the hope that it will be useful,        *
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of         *
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the          *
- *  GNU General Public License for more details.                           *
- *                                                                         *
- *  You should have received a copy of the GNU General Public License      *
- *  along with this program; if not, write to the Free Software            *
- *  Foundation, Inc.,                                                      *
- *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                *
- ***************************************************************************
-        $Id: recherche.tpl,v 1.2 2004-10-24 14:41:11 x2000habouzit Exp $
- ***************************************************************************}
-
-
-<h1>
-  La page a bougé !
-</h1>
-
-<p>
-Elle se trouve maintenant <a href='search.php'>ici</a>
-</p>
-
-<p>Pense à mettre tes signets à jour</p>
-
-
-{* vim:set et sw=2 sts=2 sws=2: *}
diff --git a/templates/x.tpl b/templates/x.tpl
deleted file mode 100644 (file)
index 08d4cd9..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-{***************************************************************************
- *  Copyright (C) 2003-2004 Polytechnique.org                              *
- *  http://opensource.polytechnique.org/                                   *
- *                                                                         *
- *  This program is free software; you can redistribute it and/or modify   *
- *  it under the terms of the GNU General Public License as published by   *
- *  the Free Software Foundation; either version 2 of the License, or      *
- *  (at your option) any later version.                                    *
- *                                                                         *
- *  This program is distributed in the hope that it will be useful,        *
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of         *
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the          *
- *  GNU General Public License for more details.                           *
- *                                                                         *
- *  You should have received a copy of the GNU General Public License      *
- *  along with this program; if not, write to the Free Software            *
- *  Foundation, Inc.,                                                      *
- *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                *
- ***************************************************************************}
-
-{dynamic}
-<h1>La page a bougé !</h1>
-
-<p>
-Elle se trouve maintenant <a href='fiche.php?user={$smarty.request.x}'>ici</a>.
-</p>
-
-<ul><li>{$baseurl}/x.php?x={$smarty.request.x}</li></ul>
-<p>devient :</p>
-<ul><li>{$baseurl}/fiche.php?user={$smarty.request.x}</li></ul>
-
-<p>Pense à mettre tes signets à jour !</p>
-{/dynamic}
-
-{* vim:set et sw=2 sts=2 sws=2: *}