This shows you the differences between two versions of the page.
|
en:linux:dokuwiki:install [2012/06/17 20:10] matthieu |
en:linux:dokuwiki:install [2012/06/17 20:12] (current) matthieu |
||
|---|---|---|---|
| Line 189: | Line 189: | ||
| * Auto-generated by config plugin | * Auto-generated by config plugin | ||
| * Run for user: matthieu | * Run for user: matthieu | ||
| - | * Date: Sun, 02 Jan 2011 23:14:53 +0100 | + | * Date: Sun, 17 Jun 2012 20:07:40 +0200 |
| */ | */ | ||
| - | $conf['title'] = 'www.bouthors.fr'; | + | $conf['title'] = 'Bouthors.fr'; |
| $conf['lang'] = 'fr'; | $conf['lang'] = 'fr'; | ||
| + | $conf['template'] = 'arctic-mbo'; | ||
| $conf['license'] = 'cc-by-sa'; | $conf['license'] = 'cc-by-sa'; | ||
| $conf['breadcrumbs'] = 5; | $conf['breadcrumbs'] = 5; | ||
| Line 202: | Line 203: | ||
| $conf['disableactions'] = 'register'; | $conf['disableactions'] = 'register'; | ||
| $conf['sneaky_index'] = 1; | $conf['sneaky_index'] = 1; | ||
| + | $conf['subscribers'] = 1; | ||
| + | $conf['cachetime'] = -1; | ||
| + | $conf['sitemap'] = 1; | ||
| // end auto-generated content | // end auto-generated content | ||
| + | |||
| </file> | </file> | ||