Line 17... |
Line 17... |
17 |
// | |
|
17 |
// | |
|
18 |
// | You should have received a copy of the GNU Lesser General Public |
|
18 |
// | You should have received a copy of the GNU Lesser General Public |
|
19 |
// | License along with this library; if not, write to the Free Software |
|
19 |
// | License along with this library; if not, write to the Free Software |
|
20 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
20 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
22 |
// CVS : $Id: iw_admin_wikini.fonct.php,v 1.4 2006-06-02 09:12:16 florian Exp $
|
22 |
// CVS : $Id: iw_admin_wikini.fonct.php,v 1.5 2006-09-21 14:18:06 florian Exp $
|
23 |
/**
|
23 |
/**
|
24 |
* Application gérant les Wikini associe à Papyrus
|
24 |
* Application gérant les Wikini associe à Papyrus
|
25 |
*
|
25 |
*
|
26 |
* Cette application permet de gérer les parametre des wikini associés à l'ensemble d'un papyrus
|
26 |
* Cette application permet de gérer les parametre des wikini associés à l'ensemble d'un papyrus
|
27 |
* TODO : Gestion mise a jour wakka.config.php !!!!!
|
27 |
* TODO : Gestion mise a jour wakka.config.php !!!!!
|
28 |
* TODO : afficher les utilisations par les menus.
|
28 |
* TODO : afficher les utilisations par les menus.
|
29 |
* TODO : synchronisation FTP ? .... : creation, suppression, liste (renommer ???)
|
29 |
* TODO : synchronisation FTP ? .... : creation, suppression, liste (renommer ???)
|
30 |
* TODO : chemin vers le wikini ... (non, calcul en fonction du code alpha) , mais controles ? Pas dans un
|
30 |
* TODO : chemin vers le wikini ... (non, calcul en fonction du code alpha) , mais controles ? Pas dans un
|
31 |
* premier temps ...
|
31 |
* premier temps ...
|
32 |
* TODO : installation des wikini (tables présentes etc, et gestion ... (suppression ...)
|
32 |
* TODO : installation des wikini (tables présentes etc, et gestion ... (suppression ...)
|
33 |
* TODO : un wiki par défaut pour chaque papyrus, ce wiki sert de modèle
|
33 |
* TODO : un wiki par défaut pour chaque papyrus, ce wiki sert de modèle
|
34 |
*
|
34 |
*
|
35 |
*@package Admin_Wikini
|
35 |
*@package Admin_Wikini
|
36 |
//Auteur original :
|
36 |
//Auteur original :
|
37 |
*@author David Delon <david.delon@clapas.net>
|
37 |
*@author David Delon <david.delon@clapas.net>
|
38 |
*@copyright Tela-Botanica 2000-2005
|
38 |
*@copyright Tela-Botanica 2000-2005
|
39 |
*@version $Revision: 1.4 $
|
39 |
*@version $Revision: 1.5 $
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
41 |
*/
|
41 |
*/
|
Line 42... |
Line 42... |
42 |
|
42 |
|
Line 185... |
Line 185... |
185 |
|
185 |
|
186 |
|
186 |
|
187 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
187 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
- |
|
188 |
*
|
- |
|
189 |
* $Log: not supported by cvs2svn $
|
- |
|
190 |
* Revision 1.4 2006/06/02 09:12:16 florian
|
188 |
*
|
191 |
* ajout constante chemin
|
189 |
* $Log: not supported by cvs2svn $
|
192 |
*
|
190 |
* Revision 1.3 2006/05/10 16:02:49 ddelon
|
193 |
* Revision 1.3 2006/05/10 16:02:49 ddelon
|
191 |
* Finition multilinguise et schizo flo
|
194 |
* Finition multilinguise et schizo flo
|
192 |
*
|
195 |
*
|