Changeset 52362 in spip-zone
- Timestamp:
- Oct 3, 2011, 11:21:20 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/recherche_multicriteres/plugin.xml
r41025 r52362 1 1 <?xml version="1.0.1" encoding="ISO-8859-1"?> 2 2 <plugin> 3 <nom><multi>[fr]Recherche Multi-Critères[en]Multi Keywords Research</multi></nom> 3 <nom><multi>[fr]Recherche multi-critères[en]Multi-criteria search</multi></nom> 4 <slogan> 5 <multi> 6 [fr]Recherche multi-critères par mots-clés 7 [en]Multi-criteria search by keywords 8 </multi> 9 </slogan> 4 10 <description> 5 11 <multi> 6 [fr]Recherche Multi-critères par mots-clés.<br /> 7 La recherche multicritères par mots-clés permet de rechercher des articles sélectionnant un ou plusieurs mots-clé. La recherche retournera la liste d’articles associés à ces mots-clé<br /> 8 Vous pouvez choisir le type d’affichage des groupes de mots dans le formulaire (<i>liste déroulante à choix multiple, liste déroulantes, cases à cocher à choix unique ou cases à cocher à choix multiple. </i>) 9 Vous pouvez rechercher les articles associés à tous les mots ou non (et/ou)<br /> 10 Vous pouvez limiter la recherche par date de publication des articles (-7 jours, -1 mois, -3 mois, -12 mois, tous)<br /> 11 Dans le cas de l’affichage par rubriques, vous pouvez limiter ou non la recherche à la rubrique en cours.<br /> 12 <strong>Ce plugin nécessite cfg v 1.3.8 ou supérieur.</strong><br /> 13 [en]Multi Keywords Research<br /> 14 The multicriteria search by keywords to search for items by selecting one or more keywords. The search will return a list of items associated with these keywords<br /> 15 You can choose the type of display groups of words in the form (dropdown or checkboxes)<br /> 16 You can search articles associated with all the words or not (and / or)<br /> 17 You can narrow your search by date of publication of articles (-7 days, -1 month, -3 months -12 months, all)<br /> 18 In the case of the display sections, you can limit or not looking at the current line.<br /> 19 <strong>This plugin requires cfg v 1.3.8 or higher.</strong> 12 [fr]La recherche multicritères par mots-clés permet de rechercher des articles sélectionnant un ou plusieurs mots-clé. La recherche retournera la liste d'articles associés à ces mots-clé. Vous pouvez choisir le type d'affichage des groupes de mots dans le formulaire ({liste déroulante à choix multiple, liste déroulante, cases à cocher à choix unique ou cases à cocher à choix multiple}). Vous pouvez rechercher les articles associés à tous les mots ou non (et/ou). Vous pouvez limiter la recherche par date de publication des articles (-7 jours, -1 mois, -3 mois, -12 mois, tous). Dans le cas de l'affichage par rubriques, vous pouvez limiter ou non la recherche à la rubrique en cours.<br /> 13 [en]The multicriteria search by keywords to search for items by selecting one or more keywords. The search will return a list of items associated with these keywords. You can choose the type of display groups of words in the form (dropdown or checkboxes). You can search articles associated with all the words or not (and / or). You can narrow your search by date of publication of articles (-7 days, -1 month, -3 months -12 months, all). In the case of the display sections, you can limit or not looking at the current line. 20 14 </multi> 21 15 </description> 22 <lien> http://www.etab.ac-caen.fr/bureaudestests/TiSpip/spip.php?article189</lien>23 <version>0.1 </version>16 <lien></lien> 17 <version>0.1.0</version> 24 18 <prefix>rec_mc</prefix> 25 19 <etat>dev</etat> 26 <auteur>Dom Lepaisant - d ’après une contrib de <a href="http://www.netdeveloppeur.com/tutoriaux-et-astuces-spip/spip-recherche-multicriteres-article34.html">Paul Sanchez - NetDeveloppeur</a></auteur>20 <auteur>Dom Lepaisant - d'après une contrib de [Paul Sanchez, NetDeveloppeur->http://www.spip-contrib.net/Recherche-multi-critere-par-mots]</auteur> 27 21 <icon>img_pack/rec_mc-48.png</icon> 28 22 <install>base/rec_mc_upgrade.php</install> … … 42 36 </pipeline> 43 37 <categorie>navigation</categorie> 44 <necessite id="SPIP" version="[1.9.0; ]" />38 <necessite id="SPIP" version="[1.9.0;1.9.2]" /> 45 39 <necessite id="cfg" version="[1.3.8;]" /> 46 40 </plugin>
Note: See TracChangeset
for help on using the changeset viewer.