X-Git-Url: https://nos-oignons.net/gitweb/website.git/blobdiff_plain/6c04c5350891c9a8f616dacd9b4878602948de98..2d85cbd8531a528da2da82bd0134f64359d39a29:/ikiwiki.setup?ds=inline

diff --git a/ikiwiki.setup b/ikiwiki.setup
index 30b4b69..31f7cb1 100644
--- a/ikiwiki.setup
+++ b/ikiwiki.setup
@@ -31,13 +31,17 @@ cgi_wrappermode: '06755'
 rcs: git
 # plugins to add to the default configuration
 add_plugins:
+- favicon
 - html
 - img
+- map
+- pagetemplate
 - po
 - recentchanges
 - sidebar
 # plugins to disable
-disable_plugins: []
+disable_plugins:
+- htmlscrubber
 # additional directory to search for template files
 templatedir: /usr/share/ikiwiki/templates
 # base wiki source location
@@ -47,13 +51,13 @@ underlaydir: /usr/share/ikiwiki/basewiki
 # log to syslog?
 #syslog: 1
 # create output files named page/index.html?
-usedirs: '1'
+usedirs: '0'
 # use '!'-prefixed preprocessor directives?
 prefix_directives: '1'
 # use page/index.mdwn source files
 indexpages: '0'
 # enable Discussion pages?
-discussion: '1'
+discussion: '0'
 # name of Discussion pages
 discussionpage: Discussion
 # generate HTML5?
@@ -67,7 +71,7 @@ htmlext: html
 # strftime format string to display date
 timeformat: '%c'
 # UTF-8 locale to use
-locale: fr-FR.UTF-8
+locale: fr_FR.UTF-8
 # put user pages below specified page
 userdir: ''
 # how many backlinks to show before hiding excess (0 to show all)
@@ -205,9 +209,9 @@ po_master_language: fr|French
 po_slave_languages:
 - en|English
 # PageSpec controlling which pages are translatable
-po_translatable_pages: À_propos or Donnez or Contact
+po_translatable_pages: 404 or À_propos or Donnez or Services or Contact or Actualités or Actualités/* or sidebar
 # internal linking behavior (default/current/negotiated)
-po_link_to: default
+po_link_to: current
 
 ######################################################################
 # special-purpose plugins