version 0.6, instruction installation punBB
This commit is contained in:
parent
e317d96322
commit
47374c9467
3 changed files with 11 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ class configuration
|
|||
/**
|
||||
* Software version
|
||||
*/
|
||||
var $version = 'pre-0.5 (2008-04-22)';
|
||||
var $version = '0.6';
|
||||
|
||||
/**
|
||||
* URL of the website
|
||||
|
|
@ -125,3 +125,4 @@ class configuration
|
|||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue