source:
spip-zone/_plugins_/pays/trunk/paquet.xml
@
122481
Last change on this file since 122481 was 122481, checked in by , 13 months ago | |
---|---|
File size: 1.1 KB |
Line | |
---|---|
1 | <paquet |
2 | prefix="pays" |
3 | categorie="divers" |
4 | version="3.3.0" |
5 | etat="stable" |
6 | compatibilite="[3.0.0;3.2.*]" |
7 | logo="prive/themes/spip/images/pays-32.png" |
8 | schema="1.4.3" |
9 | documentation="https://contrib.spip.net/Liste-des-pays-avec-codes-ISO-3166-1" |
10 | > |
11 | <nom>Pays ISO 3166-1</nom> |
12 | <!-- Liste officielle des pays --> |
13 | |
14 | <auteur>Collectif SPIP</auteur> |
15 | <auteur lien="http://www.cym.fr">Cyril MARION</auteur> |
16 | <auteur lien="http://www.cym.fr">Ateliers CYM</auteur> |
17 | |
18 | <licence lien="http://www.gnu.org/licenses/gpl-3.0.html">GPL 3</licence> |
19 | |
20 | <pipeline nom="declarer_tables_objets_sql" inclure="base/pays.php" /> |
21 | <pipeline nom="declarer_tables_interfaces" inclure="base/pays.php" /> |
22 | <pipeline nom="declarer_tables_auxiliaires" inclure="base/pays.php" /> |
23 | <pipeline nom="affiche_milieu" inclure="pays_pipelines.php" /> |
24 | <pipeline nom="optimiser_base_disparus" inclure="pays_pipelines.php" /> |
25 | <pipeline nom="autoriser" inclure="pays_autorisations.php"/> |
26 | |
27 | <utilise nom='saisies' compatibilite='[1.14.0;[' /> |
28 | <menu nom="pays" titre="pays:titre_pays" parent="menu_edition" icone="images/pays-16.png" action="pays_tous" /> |
29 | |
30 | </paquet> |
Note: See TracBrowser
for help on using the repository browser.