forked from spip/porte_plume
Compare commits
27 Commits
Author | SHA1 | Date |
---|---|---|
![]() |
17b11c9085 | 5 years ago |
![]() |
d7f28cf699 | 5 years ago |
![]() |
970c14b7d6 | 7 years ago |
![]() |
30be19fdec | 7 years ago |
![]() |
38cb34bba3 | 8 years ago |
![]() |
f464145824 | 8 years ago |
![]() |
8676addf4a | 9 years ago |
![]() |
4e90987dc0 | 10 years ago |
![]() |
a2dfd318c6 | 10 years ago |
![]() |
e464cadf36 | 11 years ago |
![]() |
10eebeb431 | 11 years ago |
![]() |
2f004f832d | 11 years ago |
![]() |
2c638f3982 | 11 years ago |
![]() |
ec4f8e5347 | 11 years ago |
![]() |
ddd4e77c96 | 12 years ago |
![]() |
917d418d4e | 12 years ago |
![]() |
4cacd917e7 | 12 years ago |
![]() |
9eb0260307 | 12 years ago |
![]() |
e988c311d6 | 12 years ago |
![]() |
70e653f8a9 | 12 years ago |
![]() |
b4f6753be9 | 12 years ago |
![]() |
6c1e5d7c0d | 12 years ago |
![]() |
71f2689e0c | 12 years ago |
![]() |
a9a8d73686 | 12 years ago |
![]() |
fba3f6585a | 12 years ago |
![]() |
4e7395f284 | 12 years ago |
![]() |
6177945f9a | 12 years ago |
27 changed files with 378 additions and 186 deletions
After Width: | Height: | Size: 9.2 KiB |
After Width: | Height: | Size: 8.4 KiB |
After Width: | Height: | Size: 636 B |
After Width: | Height: | Size: 793 B |
After Width: | Height: | Size: 1.6 KiB |
@ -1,68 +1,86 @@
|
||||
<plugin> |
||||
<nom><multi>[fr]Porte plume[en]Quill[ar]الريشة[de]Federhalter</multi></nom> |
||||
<auteur>Matthieu Marcillaud</auteur> |
||||
<licence>GNU/GPL</licence> |
||||
<version>1.7.2</version> |
||||
<description> |
||||
<multi>[fr]Une barre d'outil pour bien écrire |
||||
_ Porte plume est une barre d'outil extensible pour SPIP qui |
||||
utilise la librairie javascript [MarkItUp->http://markitup.jaysalvat.com/home/] |
||||
|
||||
Les icones proviennent de la librairie [FamFamFam->http://www.famfamfam.com/] |
||||
[en]A toolbar to enhance your texts |
||||
_ The Quill is a SPIP extensible toolbar which uses the javascript library |
||||
[MarkItUp->http://markitup.jaysalvat.com/home/] |
||||
|
||||
Icons are courtesy of the library [FamFamFam->http://www.famfamfam.com/] |
||||
[ar]شريط أدوات لتحسين الكتابة |
||||
_ الريشة هي شريط أدوات موسع لنظام SPIP يستخدم مكتبة جافاسكريبت [MarkItUp->http://markitup.jaysalvat.com/home/] |
||||
|
||||
الأيقونات تأتي من مكتبة [FamFamFam->http://www.famfamfam.com/] |
||||
[de]Eine Meüleiste zum Verschönern der Texte. |
||||
_ Der Federhalter ist eine erweiterbare Werkzeugleiste für SPIP auf Grundlage der Javascript-Bibiliothek [MarkItUp->http://markitup.jaysalvat.com/home/] |
||||
|
||||
Die Icons stammen aus der Sammlung [FamFamFam->http://www.famfamfam.com/].</multi> |
||||
</description> |
||||
<lien>http://www.spip-contrib.net/Porte-plume,3117</lien> <!-- URI de documentation --> |
||||
<etat>stable</etat> |
||||
<prefix>porte_plume</prefix> |
||||
|
||||
<!-- Icone de http://icons.mysitemyway.com/free-clipart-icons/1/traditional-ink-bottle-pen-icon-id/83350/style-id/614/high-resolution-dark-blue-denim-jeans-icons/business/ --> |
||||
<icon>images/porte-plume-128.png</icon> |
||||
|
||||
<options>porte_plume_options.php</options> |
||||
<fonctions>inc/barre_outils.php</fonctions> |
||||
|
||||
<pipeline> |
||||
<nom>autoriser</nom> |
||||
<inclure>porte_plume_pipelines.php</inclure> |
||||
</pipeline> |
||||
|
||||
<pipeline> |
||||
<nom>insert_head</nom> |
||||
<action>insert_head_public</action> |
||||
<inclure>porte_plume_pipelines.php</inclure> |
||||
</pipeline> |
||||
<pipeline> |
||||
<nom>insert_head_css</nom> |
||||
<action>insert_head_css</action> |
||||
<inclure>porte_plume_pipelines.php</inclure> |
||||
</pipeline> |
||||
<pipeline> |
||||
<nom>header_prive</nom> |
||||
<action>insert_head_prive</action> |
||||
<inclure>porte_plume_pipelines.php</inclure> |
||||
</pipeline> |
||||
|
||||
<!-- Pour formulaire de configuration --> |
||||
<pipeline> |
||||
<nom>affiche_milieu</nom> |
||||
<inclure>porte_plume_pipelines.php</inclure> |
||||
</pipeline> |
||||
<pipeline> |
||||
<nom>configurer_liste_metas</nom> |
||||
<inclure>porte_plume_pipelines.php</inclure> |
||||
</pipeline> |
||||
|
||||
<necessite id="SPIP" version="[2.0.2;]" /> |
||||
</plugin> |
||||
<plugin> |
||||
<nom><multi>[fr]Porte plume[en]Quill[ar]الريشة[de]Federhalter</multi></nom> |
||||
<slogan> |
||||
<multi> |
||||
[fr]Une barre d'outil pour bien écrire |
||||
[en]A toolbar to enhance your texts |
||||
[ar]شريط أدوات لتحسين الكتابة |
||||
[de]Eine Meüleiste zum Verschönern der Texte |
||||
</multi> |
||||
</slogan> |
||||
<auteur>Matthieu Marcillaud</auteur> |
||||
<licence>GNU/GPL</licence> |
||||
<version>1.7.9</version> |
||||
<description> |
||||
<multi> |
||||
[fr]Porte plume est une barre d'outil extensible pour SPIP qui |
||||
utilise la librairie javascript [MarkItUp->http://markitup.jaysalvat.com/home/] |
||||
|
||||
Les icones proviennent de la librairie [FamFamFam->http://www.famfamfam.com/] |
||||
[en]The Quill is a SPIP extensible toolbar which uses the javascript library |
||||
[MarkItUp->http://markitup.jaysalvat.com/home/] |
||||
|
||||
Icons are courtesy of the library [FamFamFam->http://www.famfamfam.com/] |
||||
[ar]الريشة هي شريط أدوات موسع لنظام SPIP يستخدم مكتبة جافاسكريبت [MarkItUp->http://markitup.jaysalvat.com/home/] |
||||
|
||||
الأيقونات تأتي من مكتبة [FamFamFam->http://www.famfamfam.com/] |
||||
[de]Der Federhalter ist eine erweiterbare Werkzeugleiste für SPIP auf Grundlage der Javascript-Bibiliothek [MarkItUp->http://markitup.jaysalvat.com/home/] |
||||
|
||||
Die Icons stammen aus der Sammlung [FamFamFam->http://www.famfamfam.com/]. |
||||
</multi> |
||||
</description> |
||||
<lien>https://contrib.spip.net/Porte-plume,3117</lien> |
||||
<etat>stable</etat> |
||||
<prefix>porte_plume</prefix> |
||||
|
||||
<!-- Icone de http://icons.mysitemyway.com/free-clipart-icons/1/traditional-ink-bottle-pen-icon-id/83350/style-id/614/high-resolution-dark-blue-denim-jeans-icons/business/ --> |
||||
<icon>images/porte-plume-128.png</icon> |
||||
|
||||
<fonctions>inc/barre_outils.php</fonctions> |
||||
|
||||
<pipeline> |
||||
<nom>autoriser</nom> |
||||
<inclure>porte_plume_pipelines.php</inclure> |
||||
</pipeline> |
||||
|
||||
<pipeline> |
||||
<nom>insert_head</nom> |
||||
<action>insert_head_public</action> |
||||
<inclure>porte_plume_pipelines.php</inclure> |
||||
</pipeline> |
||||
<pipeline> |
||||
<nom>insert_head_css</nom> |
||||
<action>insert_head_css</action> |
||||
<inclure>porte_plume_pipelines.php</inclure> |
||||
</pipeline> |
||||
<pipeline> |
||||
<nom>header_prive</nom> |
||||
<action>insert_head_prive</action> |
||||
<inclure>porte_plume_pipelines.php</inclure> |
||||
</pipeline> |
||||
|
||||
<pipeline> |
||||
<nom>porte_plume_barre_pre_charger</nom> |
||||
<inclure>porte_plume_pipelines.php</inclure> |
||||
</pipeline> |
||||
<pipeline> |
||||
<nom>porte_plume_barre_charger</nom> |
||||
<inclure>porte_plume_pipelines.php</inclure> |
||||
</pipeline> |
||||
<pipeline> |
||||
<nom>porte_plume_lien_classe_vers_icone</nom> |
||||
<inclure>porte_plume_pipelines.php</inclure> |
||||
</pipeline> |
||||
|
||||
<!-- Pour formulaire de configuration --> |
||||
<pipeline> |
||||
<nom>affiche_milieu</nom> |
||||
<inclure>porte_plume_pipelines.php</inclure> |
||||
</pipeline> |
||||
<pipeline> |
||||
<nom>configurer_liste_metas</nom> |
||||
<inclure>porte_plume_pipelines.php</inclure> |
||||
</pipeline> |
||||
<necessite id="SPIP" version="[2.0.2;2.1.99]" /> |
||||
<categorie>edition</categorie> |
||||
</plugin> |
||||
|
@ -1,20 +0,0 @@
|
||||
<?php |
||||
/* |
||||
* Plugin Porte Plume pour SPIP 2 |
||||
* Licence GPL |
||||
* Auteur Matthieu Marcillaud |
||||
*/ |
||||
|
||||
// si les pipelines ont deja ete declares dans les options d'un squelette, |
||||
// ne pas les ecraser ici... sinon, les declarer. |
||||
foreach (array( |
||||
'porte_plume_barre_pre_charger', |
||||
'porte_plume_barre_charger', |
||||
'porte_plume_lien_classe_vers_icone', |
||||
) as $p) { |
||||
if (!isset($GLOBALS['spip_pipeline'][$p])) |
||||
$GLOBALS['spip_pipeline'][$p] = ""; |
||||
} |
||||
|
||||
|
||||
?> |
Loading…
Reference in new issue