Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 178 → Rev 179

/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.1 2004-11-26 12:11:49 jpm Exp $
// CVS : $Id: Papyrus.class.php,v 1.2 2004-11-26 12:13:03 jpm Exp $
/**
* Classe configurant le formatage pour Papyrus.
*
36,7 → 36,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.1 $ $Date: 2004-11-26 12:11:49 $
*@version $Revision: 1.2 $ $Date: 2004-11-26 12:13:03 $
// +------------------------------------------------------------------------------------------------------+
*/
 
73,7 → 73,6
*/
var $rules = array(
'Inclure'// Action Inclure
// Le texte récupéré doit être du XHTML
);
/**
85,10 → 84,7
* @var array
*
*/
var $disable = array(
'Include',
'Embed'
);
var $disable = array();
/**
*
272,6 → 268,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.1 2004/11/26 12:11:49 jpm
* Ajout des action Papyrus à Text_Wiki.
*
* Revision 1.2 2004/11/25 15:36:41 jpm
* Suppression régle Delimiter car problème avec les délimitations de fin de ligne.
*