X-Git-Url: https://nos-oignons.net/gitweb/website.git/blobdiff_plain/5c6caa0cb0e6c125d2c48594b5971d1cbb634b32..6e9ab2daf4a370cdff15435968611fcc81adc159:/ikiwiki.setup diff --git a/ikiwiki.setup b/ikiwiki.setup index b1e18e6..ad61bef 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -1,10 +1,10 @@ # IkiWiki::Setup::Yaml - YAML formatted setup file # # Setup file for ikiwiki. -# +# # Passing this to ikiwiki --setup will make ikiwiki generate # wrappers and build the wiki. -# +# # Remember to re-run ikiwiki --setup any time you edit this file. # # name of the wiki @@ -31,8 +31,11 @@ cgi_wrappermode: '06755' rcs: git # plugins to add to the default configuration add_plugins: +- favicon - html - img +- map +- pagetemplate - po - recentchanges - sidebar @@ -48,17 +51,17 @@ 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? -html5: '0' +html5: '1' # only send cookies over SSL connections? sslcookie: '0' # extension to use for new pages @@ -68,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) @@ -206,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/* and !Actualités/20150615_france_inter_secret_d_infos or Diffusez or sidebar # internal linking behavior (default/current/negotiated) -po_link_to: default +po_link_to: current ###################################################################### # special-purpose plugins