Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 334 → Rev 335

/trunk/api/text/wiki_papyrus/Papyrus.class.php
21,7 → 21,7
// | along with Foobar; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: Papyrus.class.php,v 1.4 2005-01-20 19:39:39 jpm Exp $
// CVS : $Id: Papyrus.class.php,v 1.5 2005-04-14 16:35:42 jpm Exp $
/**
* Classe configurant le formatage pour Papyrus.
*
36,7 → 36,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.4 $ $Date: 2005-01-20 19:39:39 $
*@version $Revision: 1.5 $ $Date: 2005-04-14 16:35:42 $
// +------------------------------------------------------------------------------------------------------+
*/
 
72,7 → 72,10
*
*/
var $rules = array(
'Inclure'// Action Inclure
'Inclure', // Action Inclure
'Motcles', // Action Motcles
'Categorie', // Action Categorie
'Nouveaute' // Action Nouveaute
);
/**
278,6 → 281,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.4 2005/01/20 19:39:39 jpm
* Correction bogue du à la fonction file_exists qui renvoie false pour les fichiers présent dans le dossier Pear /usr/local/lib/php/.
*
* Revision 1.3 2004/12/07 12:17:37 jpm
* Correction message d'erreur.
*