version 0.6, instruction installation punBB

This commit is contained in:
nojhan 2009-03-02 22:33:47 +00:00
commit 47374c9467
3 changed files with 11 additions and 2 deletions

View file

@ -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

View file

@ -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

View file

@ -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;
}
?>
?>