Changeset 95973 in spip-zone
- Timestamp:
- Mar 14, 2016, 4:49:34 PM (5 years ago)
- Location:
- _plugins_/cesure
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/cesure/pb_cesure_fonctions.php
r94962 r95973 8 8 9 9 // SETTINGS 10 11 12 define(_PB_HYPHEN, "­");13 14 $p=explode(basename(_DIR_PLUGINS)."/",str_replace('\\','/',realpath(dirname(__FILE__))));15 define('_DIR_PLUGIN_PB_CESURE',(_DIR_PLUGINS.end($p)));16 17 define (_PB_PATH_TO_PATTERNS, _DIR_PLUGIN_PB_CESURE."patterns/");18 define(_PB_DICTIONARY, "dictionary.txt");19 define (_PB_EXCLUDE_TAGS, "code,pre,script,style,pbperso");20 10 21 11 // supply a mbstring alternative -
_plugins_/cesure/plugin.xml
r94962 r95973 4 4 <auteur>[ARNO*->arno@rezo.net], sur la base du travail de [Yellow Green->http://yellowgreen.de/hyphenation]</auteur> 5 5 <licence>Creative Commons by-sa</licence> 6 <version>1.1. 2</version>6 <version>1.1.3</version> 7 7 <etat>stable</etat> 8 8 <description> … … 15 15 </description> 16 16 <lien>http://www.paris-beyrouth.org/tutoriaux-spip/article/le-plugin-de-cesure-html</lien> 17 <options>pb_cesure_options.php</options> 17 18 <fonctions>pb_cesure_fonctions.php</fonctions> 18 19 <prefix>pb_cesure</prefix>
Note: See TracChangeset
for help on using the changeset viewer.