Un générateur de modules pour le Ptit Libé. Crée des modules intéractif à partir de google sheet, qui serons ensuite àjoutés en iframe dans les articles.
- Quiz
- Diaporama
- Carte cliquable
- Switch
Requière Node JS >= 8.5.0 : télécharger et installer Node
Installer browser-sync via : npm install -g browser-sync
$ npm install
Une fois le google sheet remplis, il faut le publié : Fichier / Publié pour le Web
Et de copier son ID :
docs.google.com/spreadsheets/d/1VZitfD0IGveJvwQayfflLTMwm3uQKMeVw8oS90Sz-uk/edit#gid=0
- Color 4
- Color 1
- Color 2
Aller dans le repertoire ptit-libe-modules-master
Sur PC : [MAJ + Clique droit]
/ Ouvrir une fenêtre de commandes ici
Sur Mac : Ouvrire l'application terminal, taper : cd [ESPACE]
et glisser le dossier dans la fenêtre du terminal, taper [ENTRER]
$ npm run build
? Nom du module
? Numéro du Ptit Libé
? Quel type de module? (Quiz, Diaporama, Carte cliquable, Switch bouton)
? ID du sheet
? Est ce qu\'il y a plusieur feuilles dans le sheet ? (Yes/No)
? Nom de la feuille à traiter
? Nom du fichier svg (pour les modules de type carte)
? Couleur 4
? Couleur 1
? Couleur 2
Si tous se passe bien vous allez voir le logo Ptit Libé ainsi que les instruction pour la mise en ligne.
Le nouveau module à été crée dans le dossier ./dist/{numero}/{dossier}/
le {numero}
et le {dossier}
s'afficheron dans la console
- Si c'est un module de type carte, ajouter le fichier svg dans :
./dist/{numero}/{dossier}/assets/
- Pour tester le module taper :
browser-sync start -s "./dist/{numero}/{dossier}/"
- Placer le module sur le ftp dans :
ptit-libe/modules/{numero}/{dossier}/
- Copier la balise iframe dans le corps de l'article :
<iframe src="http://www.liberation.fr/apps/ptit-libe/modules/{numero}/{dossier}" class="fit-content" width="100%"></iframe>
- Tester les ID avec accents dans AI
- Upload des fichier via ssh
The MIT License (MIT)
Copyright (c) Libé Six Plus 2015
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without > limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following > conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO > EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR > THE USE OR OTHER DEALINGS IN THE SOFTWARE.