1 | <plugin> |
---|
2 | <nom> |
---|
3 | <multi>[fr]Pages[en]Pages[ar]صفحات</multi> |
---|
4 | </nom> |
---|
5 | <auteur> |
---|
6 | RastaPopoulos - Distribué sous licence GPL |
---|
7 | </auteur> |
---|
8 | <version> |
---|
9 | 1.0.0-dev |
---|
10 | </version> |
---|
11 | <etat> |
---|
12 | dev |
---|
13 | </etat> |
---|
14 | <icon> |
---|
15 | images/page-128.png |
---|
16 | </icon> |
---|
17 | <description><multi> |
---|
18 | [fr] |
---|
19 | Ce plugin permet de créer des pages d'articles qui ne sont reliées à aucune hiérarchie particulière. En revanche elles peuvent être associées à un nom de squelette. |
---|
20 | |
---|
21 | Cela permet notamment de créer des pages de notice légale, d'à-propos, de contact, etc. |
---|
22 | [en] |
---|
23 | This plugin allows you to create pages of articles that are not linked to any particular hierarchy. However they may be associated with a name template. |
---|
24 | |
---|
25 | This allows the creation of pages of legal information, about, contact, etc.. |
---|
26 | [ar] |
---|
27 | هذا البرنامج المساعد يسمح لك إنشاء صفحات من البنود التي لا ترتبط بأي تسلسل معين. بيد أنها قد تترافق مع اسم القالب |
---|
28 | يأذن للإنشاء صفحة من المعلومات القانونية ، من نحن ، اتصال ، وما إلى ذلك. |
---|
29 | </multi> |
---|
30 | </description> |
---|
31 | <lien>http://www.spip-contrib.net/Plugin-Pages-uniques</lien> |
---|
32 | <prefix> |
---|
33 | pages |
---|
34 | </prefix> |
---|
35 | <necessite id='SPIP' version='[3.0.0-dev;]' /> |
---|
36 | |
---|
37 | <install>base/pages_installation.php</install> |
---|
38 | <version_base>1.0</version_base> |
---|
39 | |
---|
40 | <bouton id='pages_tous' parent='naviguer'> |
---|
41 | <icone>images/page-24.png</icone> |
---|
42 | <titre>pages:pages_uniques</titre> |
---|
43 | </bouton> |
---|
44 | <bouton id='bando_pages_tous' parent='bando_edition'> |
---|
45 | <url>pages_tous</url> |
---|
46 | <icone>images/page-16.png</icone> |
---|
47 | <titre>pages:pages_uniques</titre> |
---|
48 | </bouton> |
---|
49 | <bouton id='page_creer' parent="outils_rapides"> |
---|
50 | <icone>images/page-new-16.png</icone> |
---|
51 | <titre>pages:creer_page</titre> |
---|
52 | <url>article_edit</url> |
---|
53 | <args>new=oui&modele=page&id_rubrique=-1</args> |
---|
54 | </bouton> |
---|
55 | |
---|
56 | <pipeline> |
---|
57 | <nom>declarer_tables_objets_sql</nom> |
---|
58 | <inclure>base/pages_tables.php</inclure> |
---|
59 | </pipeline> |
---|
60 | |
---|
61 | <pipeline> |
---|
62 | <nom>affiche_milieu</nom> |
---|
63 | <action>affiche_milieu_ajouter_page</action> |
---|
64 | <inclure>pages_pipelines.php</inclure> |
---|
65 | </pipeline> |
---|
66 | |
---|
67 | <pipeline> |
---|
68 | <nom>boite_infos</nom> |
---|
69 | <inclure>pages_pipelines.php</inclure> |
---|
70 | </pipeline> |
---|
71 | |
---|
72 | <pipeline> |
---|
73 | <nom>formulaire_charger</nom> |
---|
74 | <inclure>pages_pipelines.php</inclure> |
---|
75 | </pipeline> |
---|
76 | |
---|
77 | <pipeline> |
---|
78 | <nom>formulaire_verifier</nom> |
---|
79 | <inclure>pages_pipelines.php</inclure> |
---|
80 | </pipeline> |
---|
81 | |
---|
82 | <pipeline> |
---|
83 | <nom>editer_contenu_objet</nom> |
---|
84 | <inclure>pages_pipelines.php</inclure> |
---|
85 | </pipeline> |
---|
86 | |
---|
87 | <pipeline> |
---|
88 | <nom>pre_edition</nom> |
---|
89 | <action>pre_edition_ajouter_page</action> |
---|
90 | <inclure>pages_pipelines.php</inclure> |
---|
91 | </pipeline> |
---|
92 | |
---|
93 | <categorie>divers</categorie> |
---|
94 | </plugin> |
---|