traduction des instructions d'installation
This commit is contained in:
parent
e0f701c139
commit
ca8826ed82
2 changed files with 22 additions and 4 deletions
16
INSTALL.en
Normal file
16
INSTALL.en
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
Configuration:
|
||||
* web server with PHP support
|
||||
|
||||
Installation:
|
||||
* copy all the files in the appropriated directory
|
||||
* copy the "configuration-dist.php" as "configuration.php"
|
||||
* edit the" configuration.php" file, according to your needs
|
||||
* give the write permissions for everyone to the "cache/" directory
|
||||
* give the same rights to the "cache/" directories, in the "template/" directory.
|
||||
|
||||
Using:
|
||||
* Each strip is represented by a SVG file and its PNG export
|
||||
* you may generate the PNG with the "stripy.py" script, if you have Inkscape and python installed on your system.
|
||||
* For correct operations (display of the title, date, comments, ...), each SVG file must have RDF metadata (using Inkscape: File > metadata).
|
||||
* Put these 2 files in the "strips" directory.
|
||||
|
||||
10
INSTALL.fr
10
INSTALL.fr
|
|
@ -1,14 +1,16 @@
|
|||
Configuration nécessaire:
|
||||
Configuration nécessaire :
|
||||
* serveur web avec support PHP
|
||||
|
||||
Installation:
|
||||
Installation :
|
||||
* copier les fichiers dans le répertoire souhaité
|
||||
* éditez le fichier configuration.php
|
||||
* copier le fichier "configuration-dist.php" comme "configuration.php"
|
||||
* éditez le fichier "configuration.php", selon vos besoins
|
||||
* donnez les droits en écritures pour tous au répertoire "cache/"
|
||||
* donnez les droits en écritures pour tous aux répertoire "cache/" dans les répertoires contenu dans "template/"
|
||||
|
||||
Utilisation:
|
||||
Utilisation :
|
||||
* Chaque strip est représenté par un fichier SVG et son export en PNG.
|
||||
* vous pouvez produire le PNG avec le script "stripit.py", si vous avez Inkscape et python installés sur votre système
|
||||
* Pour un bon fonctionnement (affichage du titre, date, commentaires, etc.) chaque fichier SVG doit contenir des métadonnées au format RDF (dans Inkscape, Fichier > métadonnées).
|
||||
* Déposez ces deux fichiers dans le répertoire "strips/"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue