source: trunk/spip/esqueleto-redcta/plugins/magusine/plugin.xml @ 151

Last change on this file since 151 was 151, checked in by guille, 15 years ago

se corrigieron los acentos para poner el xml en neutro

  • Property svn:executable set to *
File size: 2.2 KB
Line 
1<plugin>
2 <nom>Magusine</nom>
3 <auteur><a href="http://www.lescorsaires.be/">Les Corsaires asbl</a>, Stephane Noel, Philippe Vanderlinden</auteur>
4 <description>
5 Magusine est un plugin comportant principalement un selecteur de theme, un systeme de creation et de configuration des gabarits, un systeme de personnalisation de la navigation, et des options de personnalisation de squelettes.
6 
7 <ul><strong>Credits</strong><br />
8 <li>Interface.js : <a href="http://interface.eyecon.ro/">Interface elements for jQuery</a></li>
9 <li>Pngfix.js : <a href="http://homepage.ntlworld.com/bobosola">http://homepage.ntlworld.com/bobosola</a></li>
10  <li>Correction css : <a href="http://dean.edwards.name/IE7/">Ie7 par Dean Edwards</a></li>
11 <li>Icones: <a href="http://tango.freedesktop.org/">Tango Desktop Project</a></li>
12 <li>Podcast logo : <a href="http://www.podcastlogo.com/">http://www.podcastlogo.com/</a></li>
13 <li>Lecteurs flash: <a href="http://www.erational.org/">eraplayer</a>, <a href="http://www.estvideo.com/dew/index/2005/12/03/603-dewplayer-reloaded">dewplayer</a>, <a href="http://www.jeroenwijering.com/?item=Flash_MP3_Player">Flash mp3 player et video</a>, <a href="http://www.netdeveloppeur.com/spip-video-flash-player-article63.html">Flash Video Player</a></li>
14 </ul>
15 
16 </description>
17 <version>1.7.3.6 (11 aout 2008)</version>
18 <etat>stable</etat>
19 <prefix>arty</prefix>
20 
21 <install>base/arty_init.php</install>
22 <fonctions>arty_fonctions.php</fonctions>
23 <options>arty_options.php</options>
24 <pipeline>
25                <nom>ajouter_boutons</nom>
26                <action>ajouterBoutons</action>
27                <inclure>arty_boutons.php</inclure>
28        </pipeline>
29       
30        <pipeline>
31                <nom>insert_head</nom>
32                <action>ajouterHeader</action>
33                <inclure>arty_header.php</inclure>
34        </pipeline>
35<pipeline>
36                <nom>header_prive</nom>
37                <action>ajouterHeaderPrive</action>
38                <inclure>arty_header_prive.php</inclure>
39        </pipeline>     
40        <pipeline>
41    <nom>affiche_gauche</nom>
42    <action>ajouterfonctionnalites</action>
43    <inclure>arty_affichegauche.php</inclure>
44  </pipeline>
45        <pipeline>
46                <nom>ajouter_onglets</nom>
47                <action>ajouter_onglets</action>
48                <inclure>arty_onglets.php</inclure>
49        </pipeline>
50 
51</plugin>
Note: See TracBrowser for help on using the repository browser.