docs/dons is now in the wiki
authorx2000habouzit <x2000habouzit@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sat, 8 Jul 2006 22:06:26 +0000 (22:06 +0000)
committerx2000habouzit <x2000habouzit@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sat, 8 Jul 2006 22:06:26 +0000 (22:06 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.10@395 839d8a87-29fc-0310-9880-83ba4fa771e5

htdocs/dons.php [deleted file]
include/login.conf.php
templates/dons.tpl [deleted file]

diff --git a/htdocs/dons.php b/htdocs/dons.php
deleted file mode 100644 (file)
index 2552d7f..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-<?php
-/***************************************************************************
- *  Copyright (C) 2003-2006 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('dons.tpl', AUTH_COOKIE);
-$page->run();
-?>
index b183106..6d8faca 100644 (file)
@@ -6,7 +6,7 @@ $pub_nbCol = 2 ;
 // Liens apparaissant toujours
 $pub_tjs = array(
     "motdepasse.php" => "Changer mon mot de passe" ,
-    "dons.php"          => "Faire un don à l'association Polytechnique.org"
+    "Docs/Dons"      => "Faire un don à l'association Polytechnique.org"
     ) ;
 
 // Liens apparaissant de façon aléatoire
diff --git a/templates/dons.tpl b/templates/dons.tpl
deleted file mode 100644 (file)
index 93fe9af..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-{**************************************************************************}
-{*                                                                        *}
-{*  Copyright (C) 2003-2006 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               *}
-{*                                                                        *}
-{**************************************************************************}
-
-
-<h1>
-  Dons au profit de l'association Polytechnique.org
-</h1>
-
-<p>
-Comme tu le sais sans doute, le site Polytechnique.org est géré par 
-l'<a href="http://x-org.polytechnique.org/">association</a> loi 1901 du même
-nom. Le travail effectué sur le site est entièrement bénévole et les outils
-que nous utilisons sont des <a href="http://www.gnu.org/philosophy/free-sw.fr.html">logiciels libres</a>
-donc nos frais de fonctionnement restent très modérés,
-mais ils n'en existent pas moins. Parmis ces frais on peut citer l'achat des
-différents noms de domaines du site et l'achat de matériel informatique pour
-suivre la progression rapide du nombre d'inscrits au site.
-</p>
-
-<p>
-Nous mettons à ta disposition les informations concernant nos comptes <a
-href="trezo/">ici</a>.
-</p>
-
-<p>
-Si tu le souhaites, tu peux nous aider à maintenir et à développer la qualité
-de nos services à la communauté polytechnicienne en <a href="paiement/?ref=0">effectuant un don</a>
-du montant de ton choix à l'association.
-Nous te remercions par avance de ta générosité!
-</p>
-
-{* vim:set et sw=2 sts=2 sws=2: *}