From 341087b8103f8f0a6e57c454b7aa997378c51f6b Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 25 Jan 2012 13:11:44 +0000 Subject: [PATCH] commit of setup files --- ikiwiki.setup | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/ikiwiki.setup b/ikiwiki.setup index 7872bc93..edc1f1fb 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -93,8 +93,8 @@ userdir: '' numbacklinks: 10 # attempt to hardlink source files? (optimisation for large files) hardlink: 1 -# force ikiwiki to use a particular umask (keywords public, group or private, or a number) -#umask: public +# force ikiwiki to use a particular umask +#umask: 022 # group for wrappers to run in #wrappergroup: ikiwiki # extra library and plugin directory @@ -247,8 +247,6 @@ langdefdir: /usr/share/highlight/langDefs # mdwn plugin # enable multimarkdown features? #multimarkdown: 0 -# disable use of markdown discount? -#nodiscount: 0 # po plugin # master language (non-PO files) @@ -268,8 +266,8 @@ po_link_to: negotiated ###################################################################### # web plugins -# (404, attachment, comments, editdiff, edittemplate, google, goto, -# mirrorlist, remove, rename, repolist, search, theme, userlist, +# (404, attachment, comments, editdiff, edittemplate, getsource, google, +# goto, mirrorlist, remove, rename, repolist, search, theme, userlist, # websetup, wmd) ###################################################################### @@ -293,6 +291,10 @@ comments_pagename: comment_ # commit comments to the VCS comments_commit: 1 +# getsource plugin +# Mime type for returned source. +#getsource_mimetype: text/plain; charset=utf-8 + # mirrorlist plugin # list of mirrors #mirrorlist: {} -- 2.47.3