Subversion Repositories Applications.papyrus

Rev

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

Rev 178 Rev 179
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: Papyrus.class.php,v 1.1 2004-11-26 12:11:49 jpm Exp $
24
// CVS : $Id: Papyrus.class.php,v 1.2 2004-11-26 12:13:03 jpm Exp $
25
/**
25
/**
26
* Classe configurant le formatage pour Papyrus.
26
* Classe configurant le formatage pour Papyrus.
27
*
27
*
28
* Ce fichier contient une classe configurant les règles de formatage de Papyrus.
28
* Ce fichier contient une classe configurant les règles de formatage de Papyrus.
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.1 $ $Date: 2004-11-26 12:11:49 $
39
*@version       $Revision: 1.2 $ $Date: 2004-11-26 12:13:03 $
40
// +------------------------------------------------------------------------------------------------------+
40
// +------------------------------------------------------------------------------------------------------+
41
*/
41
*/
Line 42... Line 42...
42
 
42
 
43
// +------------------------------------------------------------------------------------------------------+
43
// +------------------------------------------------------------------------------------------------------+
Line 71... Line 71...
71
    * @var array
71
    * @var array
72
    * 
72
    * 
73
    */
73
    */
74
    var $rules = array(
74
    var $rules = array(
75
        'Inclure'// Action Inclure
75
        'Inclure'// Action Inclure
76
        // Le texte récupéré doit être du XHTML
-
 
77
    );
76
    );
Line 78... Line 77...
78
    
77
    
79
    /**
78
    /**
80
    * 
79
    * 
Line 83... Line 82...
83
    * @access public
82
    * @access public
84
    * 
83
    * 
85
    * @var array
84
    * @var array
86
    * 
85
    * 
87
    */
86
    */
88
    var $disable = array(
87
    var $disable = array();
89
        'Include',
-
 
90
        'Embed'
-
 
91
    );
-
 
Line 92... Line 88...
92
    
88
    
93
    /**
89
    /**
94
    * 
90
    * 
95
    * The delimiter for token numbers of parsed elements in source text.
91
    * The delimiter for token numbers of parsed elements in source text.
Line 270... Line 266...
270
 
266
 
271
 
267
 
272
/* +--Fin du code ----------------------------------------------------------------------------------------+
268
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
269
*
-
 
270
* $Log: not supported by cvs2svn $
-
 
271
* Revision 1.1  2004/11/26 12:11:49  jpm
273
*
272
* Ajout des action Papyrus à Text_Wiki.
274
* $Log: not supported by cvs2svn $
273
*
275
* Revision 1.2  2004/11/25 15:36:41  jpm
274
* Revision 1.2  2004/11/25 15:36:41  jpm
276
* Suppression régle Delimiter car problème avec les délimitations de fin de ligne.
275
* Suppression régle Delimiter car problème avec les délimitations de fin de ligne.
277
*
276
*