Changeset 52842 in spip-zone for _plugins_/page_title/plugin.xml
- Timestamp:
- Oct 7, 2011, 10:10:59 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/page_title/plugin.xml
r43215 r52842 1 1 <plugin> 2 2 <nom>Page title</nom> 3 <auteur> 4 Fil 5 © 2009-2010 - GNU/GPL 6 </auteur> 7 <version> 8 0.1 9 </version> 10 <etat> 11 dev 12 </etat> 3 <slogan>Ajouter un méta title</slogan> 4 <auteur>Fil</auteur> 5 <licence>© 2009-2010 GNU/GPL</licence> 6 <version>0.1.0</version> 7 <etat>dev</etat> 13 8 <description> 14 9 Ajoute un <code><title>...</title></code> aux pages html qui n'en ont pas. 15 10 </description> 16 <prefix> 17 page_title 18 </prefix> 11 <lien>http://www.spip-contrib.net/Plugin-Page-title</lien> 12 <prefix>page_title</prefix> 19 13 <pipeline> 20 14 <nom>affichage_final</nom> 21 15 <inclure>page_title.php</inclure> 22 16 </pipeline> 17 <necessite id="SPIP" version="[2.0.0;2.1.99]" /> 23 18 <categorie>statistique</categorie> 24 <lien>http://www.spip-contrib.net/Plugin-Page-title</lien>25 19 </plugin>
Note: See TracChangeset
for help on using the changeset viewer.