Last change
on this file since 80108 was
80108,
checked in by l.oiseau2nuit@…, 7 years ago
|
La branche 1 de Farbtastic a change d'adresse
|
File size:
1.6 KB
|
Line | |
---|
1 | <plugin> |
---|
2 | <nom> <!-- Nom du plugin --> |
---|
3 | Couleur d’article |
---|
4 | </nom> |
---|
5 | <icon>img_pack/icon.png</icon> |
---|
6 | <auteur> <!-- Auteur du plugin --> |
---|
7 | [ARNO*->arno@rezo.net], sur la base du travail d'[erational->http://www.erational.org] |
---|
8 | _ © Distribué sous licence GNU/GPL |
---|
9 | _ Le module de choix de couleur par [Steven Wittens->http://acko.net/dev/farbtastic] sous licence GPL |
---|
10 | </auteur> |
---|
11 | <version> |
---|
12 | 1.6.1 |
---|
13 | </version> |
---|
14 | <etat> |
---|
15 | stable |
---|
16 | </etat> |
---|
17 | <description> |
---|
18 | Ce plugin permet de choisir une couleur pour chaque article du site. |
---|
19 | |
---|
20 | Pour afficher la couleur d'un article dans un squelette, il suffit d'utiliser le code: <code>[#(#ID_RUBRIQUE|couleur_article)]</code>. |
---|
21 | |
---|
22 | Pour l'installer, pensez à créer un dossier «<code>/lib</code>» à la racine de votre site afin de permettre l'installation automatique des librairies nécessaires. |
---|
23 | </description> |
---|
24 | <options> |
---|
25 | pb_couleur_article_options.php |
---|
26 | </options> |
---|
27 | <prefix> |
---|
28 | pb_couleur_article |
---|
29 | </prefix> |
---|
30 | <!-- Definitions des fonctions qui s'inserent dans les pipelines --> |
---|
31 | |
---|
32 | <pipeline> |
---|
33 | <nom>header_prive</nom> |
---|
34 | <action>header</action> |
---|
35 | <inclure>pb_couleur_article.php</inclure> |
---|
36 | </pipeline> |
---|
37 | <pipeline> |
---|
38 | <nom>affiche_gauche</nom> |
---|
39 | <action>gauche</action> |
---|
40 | <inclure>pb_couleur_article.php</inclure> |
---|
41 | </pipeline> |
---|
42 | <!-- Le parametre action est facultatif : en son absence la methode de la classe portant le nom du pipeline est appelee. Le parametre inclure est facultatif. --> |
---|
43 | |
---|
44 | <necessite id="SPIP" version="[1.9.0;]" /> |
---|
45 | |
---|
46 | <necessite id="lib:farbtastic-1" src="https://github.com/mattfarina/farbtastic/archive/farbtastic-1.zip" /> |
---|
47 | |
---|
48 | </plugin> |
---|
Note: See
TracBrowser
for help on using the repository browser.