diff --git a/README.md b/README.md index f81253407351422c01e13050341dabe882d13ffd..80a3648bb09da8872fbea7e0cbb29a788bd51e59 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,20 @@ On peut lui passer de zéro à deux arguments : - `url_orientation` peut être "horizontal", "vertical" ou "none". La valeur par défaut est "horizontal". Il définit l'orientation de l'URL sur les ViGnettes. - `default_lang` va automatiquement créer une page par défaut dans la langue indiquée. Il doit correspondre à une des langues présentes dans i18n. +### Images + +Les images d'exemples ne sont pas inclues dans l'historique git pour ne pas surcharger les dépôts. +Vous pouvez les récupérer : +``` +# A la racine du dépôt + +wget g1cotis.fr/vignette/img_vignette.zip +unzip img_vignette.zip +cp -r img_vignette/* i18n/ +``` + +Lancez le build ensuite. + ## Traduction Les fichiers de traduction doivent se trouver dans `i18n` suivant ce schéma: @@ -70,6 +84,18 @@ It takes zero to two arguments: - `url_orientation` can be "horizontal", "vertical" or "none". Default is "horizontal". It rules the orientation of URL on vignettes. - `default_lang` will automatically create a homepage in given language. It must match one lang existing in i18n. +### Images + +Example images are not part of the Git history to avoid overloading repos. +You can fetch them: +``` +# At the repo root + +wget g1cotis.fr/vignette/img_vignette.zip +unzip img_vignette.zip +cp -rf img_vignette/* i18n/ +``` +Launch the build script afterwards. ## Translation