Subversion Repositories Applications.papyrus

Rev

Rev 174 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 174 Rev 177
Line 19... Line 19...
19
// |                                                                                                      |
19
// |                                                                                                      |
20
// | You should have received a copy of the GNU General Public License                                    |
20
// | You should have received a copy of the GNU General Public License                                    |
21
// | along with Foobar; if not, write to the Free Software                                                |
21
// | along with Foobar; if not, write to the Free Software                                                |
22
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
22
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
23
// +------------------------------------------------------------------------------------------------------+
23
// +------------------------------------------------------------------------------------------------------+
24
// CVS : $Id: Wikini.class.php,v 1.2 2004-11-25 15:36:41 jpm Exp $
24
// CVS : $Id: Wikini.class.php,v 1.3 2004-11-25 15:53:24 jpm Exp $
25
/**
25
/**
26
* Classe configurant le formatage pour Wikini.
26
* Classe configurant le formatage pour Wikini.
27
*
27
*
28
* Ce fichier contient une classe configurant les règles de formatage de Wikini.
28
* Ce fichier contient une classe configurant les règles de formatage de Wikini.
29
* Nécessite que l'application appelant ce fichier est précédement inclu le fichier de Pear:
29
* Nécessite que l'application appelant ce fichier est précédement inclu le fichier de Pear:
Line 34... Line 34...
34
//Auteur original :
34
//Auteur original :
35
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
35
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
36
//Autres auteurs :
36
//Autres auteurs :
37
*@author        Aucun
37
*@author        Aucun
38
*@copyright     Tela-Botanica 2000-2004
38
*@copyright     Tela-Botanica 2000-2004
39
*@version       $Revision: 1.2 $ $Date: 2004-11-25 15:36:41 $
39
*@version       $Revision: 1.3 $ $Date: 2004-11-25 15:53:24 $
40
// +------------------------------------------------------------------------------------------------------+
40
// +------------------------------------------------------------------------------------------------------+
41
*/
41
*/
Line 42... Line 42...
42
 
42
 
43
// +------------------------------------------------------------------------------------------------------+
43
// +------------------------------------------------------------------------------------------------------+
Line 85... Line 85...
85
        'Raw', // Inclusion de HTML et non traitement du contenu par les règles de formatage. Modifié par rapport à l'original de Text_Wiki
85
        'Raw', // Inclusion de HTML et non traitement du contenu par les règles de formatage. Modifié par rapport à l'original de Text_Wiki
86
        'Revise', // Suppression de texte. Modifié par rapport à l'original de Text_Wiki
86
        'Revise', // Suppression de texte. Modifié par rapport à l'original de Text_Wiki
87
        'Tt', // Texte à espacement fixe
87
        'Tt', // Texte à espacement fixe
88
        'Url', // Inclusion d'url dont les url d'images
88
        'Url', // Inclusion d'url dont les url d'images
89
        'Strong',// Gras
89
        'Strong',// Gras
90
        'Include'// Action Include
-
 
91
    );
90
    );
92
    /**
91
    /**
93
    * 
92
    * 
94
    * The delimiter for token numbers of parsed elements in source text.
93
    * The delimiter for token numbers of parsed elements in source text.
95
    * 
94
    * 
Line 269... Line 268...
269
 
268
 
270
 
269
 
271
/* +--Fin du code ----------------------------------------------------------------------------------------+
270
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
271
*
-
 
272
* $Log: not supported by cvs2svn $
-
 
273
* Revision 1.2  2004/11/25 15:36:41  jpm
272
*
274
* Suppression régle Delimiter car problème avec les délimitations de fin de ligne.
273
* $Log: not supported by cvs2svn $
275
*
274
* Revision 1.1  2004/11/23 17:25:38  jpm
276
* Revision 1.1  2004/11/23 17:25:38  jpm
275
* Début classe PEAR WIKI pour la syntaxe Wikini.
277
* Début classe PEAR WIKI pour la syntaxe Wikini.
276
*
278
*