Browse Source

Ajout d'un paquet.xml pour pouvoir continuer à utiliser le plugin en SPIP 3.3

svn/root/bellespuces v0.1.8
erational@erational.org 3 years ago
parent
commit
61179eb0f2
  1. 4
      .gitattributes
  2. 0
      bellespuces_pipelines.php
  3. 19
      lang/paquet-bellespuces_fr.php
  4. 17
      paquet.xml
  5. 4
      plugin.xml

4
.gitattributes vendored

@ -1,4 +1,6 @@
* text=auto !eol
/bellespuces.php -text
/bellespuces.png -text
/bellespuces_pipelines.php -text
lang/paquet-bellespuces_fr.php -text
/paquet.xml -text
/plugin.xml -text

0
bellespuces.php → bellespuces_pipelines.php

19
lang/paquet-bellespuces_fr.php

@ -0,0 +1,19 @@
<?php
// Ceci est un fichier langue de SPIP -- This is a SPIP language file
// Fichier produit par PlugOnet
// Module: paquet-bellespuces
// Langue: fr
// Date: 03-02-2020 10:53:37
// Items: 2
if (!defined('_ECRIRE_INC_VERSION')) return;
$GLOBALS[$GLOBALS['idx_lang']] = array(
// B
'bellespuces_description' => 'Ce plugin traite le raccourci SPIP « <code>-</code> » comme « <code>-*</code> », générant de vraies listes (<code>ul/li</code>) dans les deux cas.',
'bellespuces_slogan' => 'De vraies listes à puces avec « <code>-</code> », comme « <code>-*</code> » !',
);
?>

17
paquet.xml

@ -0,0 +1,17 @@
<paquet
prefix="bellespuces"
categorie="edition"
version="0.1.8"
etat="stable"
compatibilite="[1.9.0;3.2.*]"
logo="bellespuces.png"
documentation="https://contrib.spip.net/3724"
>
<nom>Belles puces</nom>
<!-- De vraies listes à puces avec « <code>-</code> », comme « <code>-*</code> » ! -->
<auteur lien="http://conseil-recherche-innovation.net/le-cri/jerome-combaz">Jérôme Combaz</auteur>
<licence lien="http://www.gnu.org/licenses/gpl-3.0.html">GPL 3</licence>
<pipeline nom="pre_typo" action="pre_typo" inclure="bellespuces_pipelines.php" />
</paquet>

4
plugin.xml

@ -2,7 +2,7 @@
<nom>Belles puces</nom>
<prefix>bellespuces</prefix>
<icon>bellespuces.png</icon>
<version>0.1.7</version>
<version>0.1.8</version>
<etat>stable</etat>
<auteur>[J&#233;r&#244;me Combaz->http://conseil-recherche-innovation.net/le-cri/jerome-combaz]</auteur>
<licence>GNU/GPL</licence>
@ -16,7 +16,7 @@
<pipeline>
<nom>pre_typo</nom>
<action>pre_typo</action>
<inclure>bellespuces.php</inclure>
<inclure>bellespuces_pipelines.php</inclure>
</pipeline>
<categorie>edition</categorie>

Loading…
Cancel
Save