diff --git a/INSTALL.en b/INSTALL.en index fb34e16..40b5e13 100644 --- a/INSTALL.en +++ b/INSTALL.en @@ -9,7 +9,7 @@ Installation: 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. +* 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 58235c5..fd50fed 100644 --- a/INSTALL.fr +++ b/INSTALL.fr @@ -9,7 +9,7 @@ Installation : 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 +* 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/" diff --git a/README.fr b/README.fr index 360f78d..b526ca2 100644 --- a/README.fr +++ b/README.fr @@ -15,8 +15,8 @@ Contact : nojhan@gmail.com 1. Installation * copiez les fichiers dans le répertoire de votre choix sur le serveur -* renommez le fichier 'configuration-dist.php' en 'configuration.php' -* éditez le fichier 'configuration.php' avec les valeurs de votre choix +* renommez le fichier 'inc/config/config-dist.php' en 'inc/config/config.php' +* éditez le fichier 'inc/config/config.php' avec les valeurs de votre choix 2. Utilisation diff --git a/RELEASE.fr b/RELEASE.fr index d30362b..fc0c98d 100644 --- a/RELEASE.fr +++ b/RELEASE.fr @@ -1,3 +1,14 @@ +Version 0.8 rc2 : +* bugfix : récupération de la licence +* bugfix : mauvaise récupération de l'identifiant du strip +* bugfix : erreur javascript lors de la navigation +* bugfix : non mise à jour du titre de la page +* ajout d'une url permanente + +Version 0.8 rc1 : +* ajout du template default +* modification de valeurs par défaut du fichier de configuration + Version 0.8 beta : * reprise totale de l'application afin de la passer en PHP 5 (>= PHP 5.2) * les fonctionnalités existante ont été conservées diff --git a/inc/config/config-dist.php b/inc/config/config-dist.php index 65f4f23..1492289 100644 --- a/inc/config/config-dist.php +++ b/inc/config/config-dist.php @@ -14,7 +14,7 @@ class Config * @var string * @access protected */ - protected static $version = '0.8rc1'; + protected static $version = '0.8rc2'; /** * URL of the website