Subversion Repositories Applications.papyrus

Rev

Rev 841 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 841 Rev 1117
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.8 2006-05-10 16:02:49 ddelon Exp $
24
// CVS : $Id: Papyrus.class.php,v 1.9 2006-12-08 15:29:33 jp_milcent 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.8 $ $Date: 2006-05-10 16:02:49 $
39
*@version       $Revision: 1.9 $ $Date: 2006-12-08 15:29:33 $
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
-
 
76
        'Motcles', // Action Motcles
75
        'Motcles', // Action Motcles
77
        'Categorie', // Action Categorie
-
 
78
        'Nouveaute', // Action Nouveaute
76
        'Nouveaute', // Action Nouveaute
79
        'Plan', // Action Plan
77
        'Plan', // Action Plan
80
        'Lien', // Action Lien
78
        'Lien', // Action Lien
81
        'Syndication', // Action Syndication
79
        'Syndication', // Action Syndication
82
        'Redirection' // Action Redirection
80
        'Redirection' // Action Redirection
Line 284... Line 282...
284
 
282
 
285
 
283
 
286
/* +--Fin du code ----------------------------------------------------------------------------------------+
284
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
285
*
-
 
286
* $Log: not supported by cvs2svn $
-
 
287
* Revision 1.8  2006/05/10 16:02:49  ddelon
287
*
288
* Finition multilinguise et schizo flo
288
* $Log: not supported by cvs2svn $
289
*
289
* Revision 1.7  2005/09/23 13:58:07  ddelon
290
* Revision 1.7  2005/09/23 13:58:07  ddelon
290
* Php5, Projet et Redirection
291
* Php5, Projet et Redirection
291
*
292
*