On passe rss-js en version 2 pour spip 3
@ -1,12 +1,13 @@
|
||||
* text=auto !eol
|
||||
images/rssjs-128.png -text
|
||||
images/rssjs-256.png -text
|
||||
images/rssjs-32.png -text
|
||||
images/rssjs-48.png -text
|
||||
images/rssjs-64.png -text
|
||||
images/rssjs-96.png -text
|
||||
js/rssjs.js -text
|
||||
lang/paquet-rssjs_fr.php -text
|
||||
modeles/rssjs.html -text
|
||||
modeles/rssjs_site.html -text
|
||||
/plugin.xml -text
|
||||
/paquet.xml -text
|
||||
prive/themes/spip/images/rssjs-128.png -text
|
||||
prive/themes/spip/images/rssjs-16.png -text
|
||||
prive/themes/spip/images/rssjs-24.png -text
|
||||
prive/themes/spip/images/rssjs-256.png -text
|
||||
prive/themes/spip/images/rssjs-48.png -text
|
||||
prive/themes/spip/images/rssjs-64.png -text
|
||||
/rssjs_pipeline.php -text
|
||||
|
Before Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 12 KiB |
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
// Ceci est un fichier langue de SPIP -- This is a SPIP language file
|
||||
|
||||
if (!defined('_ECRIRE_INC_VERSION')) return;
|
||||
|
||||
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
||||
|
||||
// R
|
||||
'rssjs_description' => 'Affichage dans l\'espace public de flux Rss grâce à l\'API Google Feed, à partir de sites syndiqués ou de l\'url du flux',
|
||||
'rssjs_slogan' => 'Affichage de flux Rss grâce à l\'API Google Feed',
|
||||
);
|
||||
?>
|
@ -0,0 +1,23 @@
|
||||
<paquet
|
||||
prefix="rssjs"
|
||||
categorie="communication"
|
||||
version="2.0.0"
|
||||
etat="stable"
|
||||
compatibilite="[3.0.0;3.0.99]"
|
||||
logo="prive/themes/spip/images/rssjs-128.png"
|
||||
documentation="http://www.spip-contrib.net/spip.php?article4359"
|
||||
>
|
||||
|
||||
<nom>RSS-JS</nom>
|
||||
|
||||
<auteur>Dominique Wojylac</auteur>
|
||||
|
||||
<copyright>2013</copyright>
|
||||
|
||||
<licence lien="http://www.gnu.org/licenses/gpl-3.0.html">GPL 3</licence>
|
||||
|
||||
<pipeline nom="header_prive" action="inclure_js" inclure="rssjs_pipeline.php" />
|
||||
<pipeline nom="header_prive_css" action="inclure_css" inclure="rssjs_pipeline.php" />
|
||||
<pipeline nom="insert_head" action="inclure_js" inclure="rssjs_pipeline.php" />
|
||||
<pipeline nom="insert_head_css" action="inclure_css" inclure="rssjs_pipeline.php" />
|
||||
</paquet>
|
@ -1,33 +0,0 @@
|
||||
<plugin>
|
||||
<nom>RSS-JS</nom>
|
||||
<etat>test</etat>
|
||||
<version>0.2.0</version>
|
||||
<auteur>Dominique Wojylac</auteur>
|
||||
<icon>images/rssjs-32.png</icon>
|
||||
<licence>GPL 3 - © 2013</licence>
|
||||
<lien>http://www.spip-contrib.net/spip.php?article4359</lien>
|
||||
<description>Affichage de flux Rss grâce à l'API Google Feed</description>
|
||||
<prefix>rssjs</prefix>
|
||||
<pipeline>
|
||||
<nom>header_prive</nom>
|
||||
<action>inclure_js</action>
|
||||
<inclure>rssjs_pipeline.php</inclure>
|
||||
</pipeline>
|
||||
<pipeline>
|
||||
<nom>header_prive</nom>
|
||||
<action>inclure_css</action>
|
||||
<inclure>rssjs_pipeline.php</inclure>
|
||||
</pipeline>
|
||||
<pipeline>
|
||||
<nom>insert_head</nom>
|
||||
<action>inclure_js</action>
|
||||
<inclure>rssjs_pipeline.php</inclure>
|
||||
</pipeline>
|
||||
<pipeline>
|
||||
<nom>insert_head_css</nom>
|
||||
<action>inclure_css</action>
|
||||
<inclure>rssjs_pipeline.php</inclure>
|
||||
</pipeline>
|
||||
<categorie>communication</categorie>
|
||||
<necessite id="SPIP" version='[2.0.0;2.1.99]' />
|
||||
</plugin>
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 937 B |
After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 45 KiB |
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.7 KiB |
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 7.2 KiB |