Line | |
---|
1 | <plugin> |
---|
2 | <nom> <!-- Nom du plugin --> |
---|
3 | <multi> |
---|
4 | [fr]Indexation |
---|
5 | [it]Indicizzazione |
---|
6 | </multi> |
---|
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> |
---|
21 | </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> |
---|
32 | <pipeline> |
---|
33 | <nom>taches_generales_cron</nom> |
---|
34 | </pipeline> |
---|
35 | |
---|
36 | <pipeline> |
---|
37 | <nom>post_edition</nom> |
---|
38 | <inclure>inc/indexation.php</inclure> |
---|
39 | </pipeline> |
---|
40 | |
---|
41 | |
---|
42 | <version_base>0.4</version_base> |
---|
43 | <install>base/indexation_upgrade.php</install> |
---|
44 | |
---|
45 | <chemin dir='' /> |
---|
46 | <categorie>navigation</categorie> |
---|
47 | <necessite id="SPIP" version="[1.9.0;]" /> |
---|
48 | </plugin> |
---|
Note: See
TracBrowser
for help on using the repository browser.