diff --git a/INSTALL.en b/INSTALL.en new file mode 100644 index 0000000..6c047e9 --- /dev/null +++ b/INSTALL.en @@ -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. + diff --git a/INSTALL.fr b/INSTALL.fr index 306e737..1f4a267 100644 --- a/INSTALL.fr +++ b/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/"