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.6 2005-04-18 16:41:53 jpm Exp $
|
24 |
// CVS : $Id: Papyrus.class.php,v 1.7 2005-09-23 13:58:07 ddelon 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.6 $ $Date: 2005-04-18 16:41:53 $
|
39 |
*@version $Revision: 1.7 $ $Date: 2005-09-23 13:58:07 $
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
41 |
*/
|
41 |
*/
|
Line 42... |
Line 42... |
42 |
|
42 |
|
43 |
// +------------------------------------------------------------------------------------------------------+
|
43 |
// +------------------------------------------------------------------------------------------------------+
|
Line 76... |
Line 76... |
76 |
'Motcles', // Action Motcles
|
76 |
'Motcles', // Action Motcles
|
77 |
'Categorie', // Action Categorie
|
77 |
'Categorie', // Action Categorie
|
78 |
'Nouveaute', // Action Nouveaute
|
78 |
'Nouveaute', // Action Nouveaute
|
79 |
'Plan', // Action Plan
|
79 |
'Plan', // Action Plan
|
80 |
'Syndication', // Action Syndication
|
80 |
'Syndication', // Action Syndication
|
- |
|
81 |
'Redirection' // Action Redirection
|
81 |
);
|
82 |
);
|
Line 82... |
Line 83... |
82 |
|
83 |
|
83 |
/**
|
84 |
/**
|
84 |
*
|
85 |
*
|
Line 281... |
Line 282... |
281 |
|
282 |
|
282 |
|
283 |
|
283 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
284 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
- |
|
285 |
*
|
- |
|
286 |
* $Log: not supported by cvs2svn $
|
- |
|
287 |
* Revision 1.6 2005/04/18 16:41:53 jpm
|
284 |
*
|
288 |
* Ajout des actions Plan et Syndication.
|
285 |
* $Log: not supported by cvs2svn $
|
289 |
*
|
286 |
* Revision 1.5 2005/04/14 16:35:42 jpm
|
290 |
* Revision 1.5 2005/04/14 16:35:42 jpm
|
287 |
* Ajout de nouvelles actions pour Papyrus XHTML.
|
291 |
* Ajout de nouvelles actions pour Papyrus XHTML.
|
288 |
*
|
292 |
*
|