From 75030fd4b6b6faa083d098c8b352e8f34a482b19 Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 21 Dec 2014 04:47:23 +0000 Subject: [PATCH] commit of setup files --- ikiwiki.setup | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/ikiwiki.setup b/ikiwiki.setup index d03c8071..5d278f83 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -24,6 +24,8 @@ destdir: /home/b-charles-plessy-org/public_html url: http://charles.plessy.org # url to the ikiwiki.cgi cgiurl: http://charles.plessy.org/ikiwiki.cgi +# do not adjust cgiurl if CGI is accessed via different URL +#reverse_proxy: '' # filename of cgi wrapper to generate cgi_wrapper: /var/www/b-charles-plessy-org/ikiwiki.cgi # mode for cgi_wrapper (can safely be made suid) @@ -61,6 +63,7 @@ add_plugins: - version - theme - po +- html # plugins to disable disable_plugins: [] # additional directory to search for template files @@ -120,11 +123,13 @@ allow_symlinks_before_srcdir: 0 # cookie control cookiejar: file: /home/b-charles-plessy-org/.ikiwiki/cookies +# set custom user agent string for outbound HTTP requests e.g. when fetching aggregated RSS feeds +#useragent: Wget/1.13.4 (linux-gnu) ###################################################################### # core plugins # (branchable, editpage, git, gitpush, htmlscrubber, ikiwikihosting, -# inline, link, meta, parentlinks) +# inline, link, meta, parentlinks, templatebody) ###################################################################### # branchable plugin @@ -302,8 +307,8 @@ po_link_to: negotiated ###################################################################### # web plugins -# (404, attachment, comments, editdiff, edittemplate, getsource, google, -# goto, mirrorlist, remove, rename, repolist, search, theme, userlist, +# (404, attachment, comments, editdiff, edittemplate, google, goto, +# mirrorlist, remove, rename, repolist, search, theme, userlist, # websetup, wmd) ###################################################################### @@ -327,11 +332,7 @@ comments_pagename: comment_ # commit comments to the VCS comments_commit: 1 # Restrict formats for comments to (no restriction if empty) -#comments_allowformats: mdwn txt - -# getsource plugin -# Mime type for returned source. -#getsource_mimetype: text/plain; charset=utf-8 +comments_allowformats: '' # mirrorlist plugin # list of mirrors @@ -349,7 +350,7 @@ repositories: # path to the omega cgi program omega_cgi: /usr/lib/cgi-bin/omega/omega # use google site search rather than internal xapian index? -google_search: 1 +google_search: 0 # theme plugin # name of theme to enable -- 2.47.3