damn msg changelog
This commit is contained in:
parent
7a1146a56a
commit
fc04dd79ac
3 changed files with 3 additions and 82 deletions
1
README
1
README
|
|
@ -3,6 +3,7 @@
|
|||
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
|
||||
|
||||
Attention, StripIt n'est testé que sur des fichiers SVG produits par le logiciel Inkscape. Il est très probable que les
|
||||
|
|
|
|||
2
RELEASE
2
RELEASE
|
|
@ -1,4 +1,6 @@
|
|||
SVN :
|
||||
* entrées du flux RSS en ordre inverse, permet une lecture plus agréable sous les aggrégateurs ne triant pas sur la date (FireFox, par exemple)
|
||||
* fichier de configuration anonymisé
|
||||
|
||||
Version 0.3 :
|
||||
* texte du SVG dans l'élément ALT de la balise image
|
||||
|
|
|
|||
|
|
@ -1,82 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Strip-It configuration
|
||||
*
|
||||
* @author Johann "nojhan" Dréo <nojhan@gmail.com>
|
||||
* @license http://www.gnu.org/licenses/gpl.html GPL
|
||||
* @copyright 2007 Johann Dréo
|
||||
*
|
||||
* @package stripit
|
||||
*/
|
||||
|
||||
/**
|
||||
* Configuration
|
||||
*/
|
||||
class configuration
|
||||
{
|
||||
|
||||
/**
|
||||
* URL of the website
|
||||
*/
|
||||
var $url = 'http://localhost/~nojhan/stripit/trunk';
|
||||
|
||||
/**
|
||||
* Title of the website
|
||||
*/
|
||||
var $title = 'Geekscottes';
|
||||
|
||||
/**
|
||||
* Short description
|
||||
*
|
||||
* Is displayed as a subtitle
|
||||
*/
|
||||
var $description = 'Des miettes libres';
|
||||
|
||||
/**
|
||||
* Default language of the interface
|
||||
*/
|
||||
var $language = 'fr-FR';
|
||||
|
||||
/**
|
||||
* Webmaster's name
|
||||
*/
|
||||
var $webmaster = 'nojhan';
|
||||
|
||||
/**
|
||||
* Webmaster's email
|
||||
*/
|
||||
var $email = 'nojhan@gmail.com';
|
||||
|
||||
/**
|
||||
* Forum URL
|
||||
*/
|
||||
var $forum = 'http://www.nojhan.net/geekscottes/forum';
|
||||
|
||||
/**
|
||||
* Additional URL
|
||||
*/
|
||||
var $see_also = array(
|
||||
'Bash' => 'http://bash.org',
|
||||
'BashFr' => 'http://bashfr.org',
|
||||
'LinuxFr' => 'http://linuxfr.org',
|
||||
'Gary Larson' => 'http://www.thefarside.com/',
|
||||
'Calvin et Hobbes' => 'http://www.gocomics.com/calvinandhobbes/',
|
||||
'Le Chat' => 'http://www.geluck.com',
|
||||
'XKCD' => 'http://www.xkcd.com',
|
||||
'Piled Higher and Deeper' => 'http://www.phdcomics.com',
|
||||
'Wulffmorgenthaler' => 'http://www.wulffmorgenthaler.com',
|
||||
'User friendly' => 'http://ars.userfriendly.org'
|
||||
);
|
||||
|
||||
/**
|
||||
* Shop URL
|
||||
*/
|
||||
var $shop = 'http://geekscottes.spreadshirt.net/fr/FR/Shop';
|
||||
|
||||
/**
|
||||
* HTML template to use
|
||||
*/
|
||||
var $template_html = 'template_default.html';
|
||||
}
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue