Changeset 52350 in spip-zone
- Timestamp:
- Oct 3, 2011, 8:51:33 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/indexation/plugin.xml
r34505 r52350 1 1 <plugin> 2 <nom> <!-- Nom du plugin -->3 <multi>4 [fr]Indexation5 [it]Indicizzazione6 </multi>2 <nom> 3 <multi> 4 [fr]Indexation 5 [it]Indicizzazione 6 </multi> 7 7 </nom> 8 <auteur></auteur> 9 <version> 10 0.4 11 </version> 12 <etat> 13 dev 14 </etat> 15 <description> 16 Indexation du contenu pour accélérer le moteur de recherche 17 <ul> 18 <li>exploite le mode FULLTEXT SEARCH IN BOOLEAN MODE de MySQL, cf. [->http://dev.mysql.com/doc/refman/5.0/fr/fulltext-boolean.html]</li> 19 <li>Avec ses {extracteurs}, ce plugin permet d'indexer les fichiers PDF etc.</li> 20 </ul> 8 <slogan> 9 <multi> 10 [fr]Indexer la base de données 11 [it]Indice del database 12 </multi> 13 </slogan> 14 <auteur>Fil</auteur> 15 <version>0.4.0</version> 16 <version_base>0.4</version_base> 17 <etat>dev</etat> 18 <description>Indexation du contenu pour accélérer le moteur de recherche 19 -* exploite le mode FULLTEXT SEARCH IN BOOLEAN MODE de MySQL, Cf. [->http://dev.mysql.com/doc/refman/5.0/fr/fulltext-boolean.html] 20 -* Avec ses {extracteurs}, ce plugin permet d'indexer les fichiers PDF etc. 21 22 Ce plugin n’est plus en développement actif, les efforts se tournant vers le plugin [Fulltext->http://www.spip-contrib.net/Fulltext] qui reprend le concept, mais de façon beaucoup plus performante. 21 23 </description> 22 <lien>http://www.spip-contrib.net/Le-plugin-Indexation</lien> <!-- URI de documentation --> 23 <options> <!-- fichier charge a chaque hit --> 24 indexation_options.php 25 </options> 26 <fonctions> <!-- fichier charge a chaque recalcul de page --> 27 indexation_fonctions.php 28 </fonctions> 29 <prefix> 30 Indexation 31 </prefix> 24 <lien>http://www.spip-contrib.net/Le-plugin-Indexation</lien> 25 <options>indexation_options.php</options> 26 <fonctions>indexation_fonctions.php</fonctions> 27 <prefix>Indexation</prefix> 28 <install>base/indexation_upgrade.php</install> 32 29 <pipeline> 33 30 <nom>taches_generales_cron</nom> … … 39 36 </pipeline> 40 37 41 42 <version_base>0.4</version_base>43 <install>base/indexation_upgrade.php</install>44 45 38 <chemin dir='' /> 46 39 <categorie>navigation</categorie> 47 <necessite id="SPIP" version="[ 1.9.0;]" />40 <necessite id="SPIP" version="[2.0.0;2.0.99]" /> 48 41 </plugin>
Note: See TracChangeset
for help on using the changeset viewer.