Subversion Repositories Applications.papyrus

Rev

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

Rev 247 Rev 335
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.4 2005-01-20 19:39:39 jpm Exp $
24
// CVS : $Id: Papyrus.class.php,v 1.5 2005-04-14 16:35:42 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.4 $ $Date: 2005-01-20 19:39:39 $
39
*@version       $Revision: 1.5 $ $Date: 2005-04-14 16:35:42 $
40
// +------------------------------------------------------------------------------------------------------+
40
// +------------------------------------------------------------------------------------------------------+
41
*/
41
*/
Line 42... Line 42...
42
 
42
 
43
// +------------------------------------------------------------------------------------------------------+
43
// +------------------------------------------------------------------------------------------------------+
Line 70... Line 70...
70
    * 
70
    * 
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
        'Motcles', // Action Motcles
-
 
77
        'Categorie', // Action Categorie
-
 
78
        'Nouveaute' // Action Nouveaute
76
    );
79
    );
Line 77... Line 80...
77
    
80
    
78
    /**
81
    /**
79
    * 
82
    * 
Line 276... Line 279...
276
 
279
 
277
 
280
 
278
/* +--Fin du code ----------------------------------------------------------------------------------------+
281
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
282
*
-
 
283
* $Log: not supported by cvs2svn $
-
 
284
* Revision 1.4  2005/01/20 19:39:39  jpm
279
*
285
* Correction bogue du à la fonction file_exists qui renvoie false pour les fichiers présent dans le dossier Pear /usr/local/lib/php/.
280
* $Log: not supported by cvs2svn $
286
*
281
* Revision 1.3  2004/12/07 12:17:37  jpm
287
* Revision 1.3  2004/12/07 12:17:37  jpm
282
* Correction message d'erreur.
288
* Correction message d'erreur.
283
*
289
*