diff --git a/INSTALL.en b/INSTALL.en index 6c047e9..0f39343 100644 --- a/INSTALL.en +++ b/INSTALL.en @@ -14,3 +14,7 @@ Using: * 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. +Installation of patchs for punBB (for comments management): +* copy "punbb-1.2.15_extern.php", "punbb-1.2.15_post.php" and "punbb-1.2.15_redirect_stripit.php" at the root directory of the punBB installation +* delete the strings "punbb-1.2.15_" in the filenames + diff --git a/INSTALL.fr b/INSTALL.fr index 1f4a267..c049cef 100644 --- a/INSTALL.fr +++ b/INSTALL.fr @@ -14,3 +14,7 @@ Utilisation : * 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/" +Installation des patchs pour punBB (gestion des commentaires): +* copier "punbb-1.2.15_extern.php", "punbb-1.2.15_post.php" et "punbb-1.2.15_redirect_stripit.php" à la racine du répertoire où est installé punBB +* supprimer les chaînes "punbb-1.2.15_" des noms de fichier + diff --git a/conf/configuration-dist.php b/conf/configuration-dist.php index 7d93137..3787d9f 100644 --- a/conf/configuration-dist.php +++ b/conf/configuration-dist.php @@ -17,7 +17,7 @@ class configuration /** * Software version */ - var $version = 'pre-0.5 (2008-04-22)'; + var $version = '0.6'; /** * URL of the website @@ -124,4 +124,5 @@ class configuration var $thumb_size = 200; } -?> \ No newline at end of file +?> +