Changeset 66973 in spip-zone
- Timestamp:
- Oct 20, 2012, 5:35:45 PM (9 years ago)
- Location:
- _plugins_/todo
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/todo/paquet.xml
r66593 r66973 2 2 prefix="todo" 3 3 categorie="edition" 4 version="1. 0.0"4 version="1.1.0" 5 5 etat="test" 6 6 compatibilite="[2.1.8;3.0.*]" -
_plugins_/todo/plugin.xml
r66592 r66973 3 3 <auteur>RastaPopoulos</auteur> 4 4 <licence>GPL v3</licence> 5 <version>1. 0.0</version>5 <version>1.1.0</version> 6 6 <etat>test</etat> 7 7 <slogan>Lister rapidement des choses à faire</slogan> -
_plugins_/todo/wheels/todo.yaml
r66600 r66973 4 4 5 5 todos: 6 match: " /\n[+][+][+]\n(.*?)\n[+][+][+](\n|$)/s"6 match: "%(^|\n)([+][+][+]|<todo[^>]*>)\n(.*?)\n([+][+][+]|</todo>)(\n|$)%s" 7 7 is_callback: Y 8 8 replace: tw_todo
Note: See TracChangeset
for help on using the changeset viewer.