commit of setup files

This commit is contained in:
admin 2013-11-18 20:58:53 +00:00
parent dd55264166
commit bf3db3079e

View file

@ -10,7 +10,6 @@
# name of the wiki # name of the wiki
wikiname: git-annex wikiname: git-annex
# contact email for wiki # contact email for wiki
only_committed_changes: 1
adminemail: joey@kitenet.net adminemail: joey@kitenet.net
# users who are wiki admins # users who are wiki admins
adminuser: adminuser:
@ -29,18 +28,20 @@ cgiurl: http://git-annex.branchable.com/ikiwiki.cgi
# filename of cgi wrapper to generate # filename of cgi wrapper to generate
cgi_wrapper: /var/www/b-git-annex/ikiwiki.cgi cgi_wrapper: /var/www/b-git-annex/ikiwiki.cgi
# mode for cgi_wrapper (can safely be made suid) # mode for cgi_wrapper (can safely be made suid)
cgi_wrappermode: '0755' cgi_wrappermode: 0755
# number of seconds to delay CGI requests when overloaded # number of seconds to delay CGI requests when overloaded
cgi_overload_delay: 10 cgi_overload_delay: 10
# message to display when overloaded (may contain html) # message to display when overloaded (may contain html)
cgi_overload_message: 'Please wait..' cgi_overload_message: Please wait..
# enable optimization of only refreshing committed changes?
only_committed_changes: 1
# rcs backend to use # rcs backend to use
rcs: git rcs: git
# plugins to add to the default configuration # plugins to add to the default configuration
add_plugins: add_plugins:
- goodstuff - goodstuff
- websetup - websetup
- '404' - 404
- ikiwikihosting - ikiwikihosting
- branchable - branchable
- recentchangesdiff - recentchangesdiff
@ -80,21 +81,21 @@ underlaydir: /usr/share/ikiwiki/basewiki
# display verbose messages? # display verbose messages?
#verbose: 1 #verbose: 1
# log to syslog? # log to syslog?
syslog: '1' syslog: 1
# create output files named page/index.html? # create output files named page/index.html?
usedirs: '1' usedirs: 1
# use '!'-prefixed preprocessor directives? # use '!'-prefixed preprocessor directives?
prefix_directives: '1' prefix_directives: 1
# use page/index.mdwn source files # use page/index.mdwn source files
indexpages: '0' indexpages: 0
# enable Discussion pages? # enable Discussion pages?
discussion: '0' discussion: 0
# name of Discussion pages # name of Discussion pages
discussionpage: Discussion discussionpage: Discussion
# generate HTML5? # generate HTML5?
html5: '0' html5: 0
# only send cookies over SSL connections? # only send cookies over SSL connections?
sslcookie: '0' sslcookie: 0
# extension to use for new pages # extension to use for new pages
default_pageext: mdwn default_pageext: mdwn
# extension to use for html files # extension to use for html files
@ -106,9 +107,9 @@ timeformat: '%c'
# put user pages below specified page # put user pages below specified page
userdir: users userdir: users
# how many backlinks to show before hiding excess (0 to show all) # how many backlinks to show before hiding excess (0 to show all)
numbacklinks: '10' numbacklinks: 10
# attempt to hardlink source files? (optimisation for large files) # attempt to hardlink source files? (optimisation for large files)
hardlink: '1' hardlink: 1
# force ikiwiki to use a particular umask (keywords public, group or private, or a number) # force ikiwiki to use a particular umask (keywords public, group or private, or a number)
#umask: public #umask: public
# group for wrappers to run in # group for wrappers to run in
@ -126,7 +127,10 @@ timezone: GMT
# specifies the characters that are allowed in source filenames # specifies the characters that are allowed in source filenames
wiki_file_chars: -[:alnum:]+/.:_ wiki_file_chars: -[:alnum:]+/.:_
# allow symlinks in the path leading to the srcdir (potentially insecure) # allow symlinks in the path leading to the srcdir (potentially insecure)
allow_symlinks_before_srcdir: '0' allow_symlinks_before_srcdir: 0
# cookie control
cookiejar:
file: /home/b-git-annex/.ikiwiki/cookies
###################################################################### ######################################################################
# core plugins # core plugins
@ -136,11 +140,11 @@ allow_symlinks_before_srcdir: '0'
# branchable plugin # branchable plugin
# Allow anyone to branch, check out, and copy this site? # Allow anyone to branch, check out, and copy this site?
branchable: '1' branchable: 1
# Allow anyone to git push verified changes to this site? # Allow anyone to git push verified changes to this site?
anonpush: '1' anonpush: 1
# Display "Branchable" link on action bar? # Display "Branchable" link on action bar?
branchable_action: '1' branchable_action: 1
# git plugin # git plugin
# git hook to generate # git hook to generate
@ -148,7 +152,7 @@ git_wrapper: /home/b-git-annex/source.git/hooks/post-update
# shell command for git_wrapper to run, in the background # shell command for git_wrapper to run, in the background
#git_wrapper_background_command: git push github #git_wrapper_background_command: git push github
# mode for git_wrapper (can safely be made suid) # mode for git_wrapper (can safely be made suid)
#git_wrappermode: '06755' #git_wrappermode: 06755
# git pre-receive hook to generate # git pre-receive hook to generate
git_test_receive_wrapper: /home/b-git-annex/source.git/hooks/pre-receive git_test_receive_wrapper: /home/b-git-annex/source.git/hooks/pre-receive
# unix users whose commits should be checked by the pre-receive hook # unix users whose commits should be checked by the pre-receive hook
@ -183,17 +187,17 @@ owner: http://joey.kitenet.net/
# internal hostname of this site # internal hostname of this site
hostname: git-annex.branchable.com hostname: git-annex.branchable.com
# site creation datestamp # site creation datestamp
created: '1287531313' created: 1287531313
# how many days to retain logs # how many days to retain logs
#log_period: 7 #log_period: 7
# disable IPv6? # disable IPv6?
ipv6_disabled: '0' ipv6_disabled: 0
# inline plugin # inline plugin
# enable rss feeds by default? # enable rss feeds by default?
rss: '1' rss: 1
# enable atom feeds by default? # enable atom feeds by default?
atom: '1' atom: 1
# allow rss feeds to be used? # allow rss feeds to be used?
#allowrss: 0 #allowrss: 0
# allow atom feeds to be used? # allow atom feeds to be used?
@ -280,12 +284,12 @@ po_link_to: default
###################################################################### ######################################################################
# special-purpose plugins # special-purpose plugins
# (osm) # (osm, underlay)
###################################################################### ######################################################################
# osm plugin # osm plugin
# the default zoom when you click on the map link # the default zoom when you click on the map link
#osm_default_zoom: '15' #osm_default_zoom: 15
# the icon shown on links and on the main map # the icon shown on links and on the main map
#osm_default_icon: ikiwiki/images/osm.png #osm_default_icon: ikiwiki/images/osm.png
# the alt tag of links, defaults to empty # the alt tag of links, defaults to empty
@ -302,10 +306,15 @@ po_link_to: default
# Google maps API key, Google layer not used if missing, see https://code.google.com/apis/console/ to get an API key # Google maps API key, Google layer not used if missing, see https://code.google.com/apis/console/ to get an API key
#osm_google_apikey: '' #osm_google_apikey: ''
# underlay plugin
# extra underlay directories to add
#add_underlays:
#- /home/b-git-annex/wiki.underlay
###################################################################### ######################################################################
# web plugins # web plugins
# (404, attachment, comments, editdiff, edittemplate, google, goto, # (404, attachment, comments, editdiff, edittemplate, getsource, google,
# mirrorlist, remove, rename, repolist, search, theme, userlist, # goto, mirrorlist, remove, rename, repolist, search, theme, userlist,
# websetup, wmd) # websetup, wmd)
###################################################################### ######################################################################
@ -325,11 +334,17 @@ comments_closed_pagespec: ''
# Base name for comments, e.g. "comment_" for pages like "sandbox/comment_12" # Base name for comments, e.g. "comment_" for pages like "sandbox/comment_12"
comments_pagename: comment_ comments_pagename: comment_
# Interpret directives in comments? # Interpret directives in comments?
comments_allowdirectives: '1' comments_allowdirectives: 1
# Allow anonymous commenters to set an author name? # Allow anonymous commenters to set an author name?
#comments_allowauthor: 0 #comments_allowauthor: 0
# commit comments to the VCS # commit comments to the VCS
comments_commit: '1' comments_commit: 1
# Restrict formats for comments to (no restriction if empty)
comments_allowformats: ''
# getsource plugin
# Mime type for returned source.
#getsource_mimetype: text/plain; charset=utf-8
# mirrorlist plugin # mirrorlist plugin
# list of mirrors # list of mirrors
@ -346,6 +361,7 @@ repositories:
# search plugin # search plugin
# path to the omega cgi program # path to the omega cgi program
omega_cgi: /usr/lib/cgi-bin/omega/omega omega_cgi: /usr/lib/cgi-bin/omega/omega
# use google site search rather than internal xapian index?
google_search: 1 google_search: 1
# theme plugin # theme plugin
@ -371,7 +387,7 @@ websetup_unsafe:
- repositories - repositories
- sslcookie - sslcookie
# show unsafe settings, read-only, in web interface? # show unsafe settings, read-only, in web interface?
websetup_show_unsafe: '0' websetup_show_unsafe: 0
###################################################################### ######################################################################
# widget plugins # widget plugins
@ -420,22 +436,18 @@ directive_description_dir: ikiwiki/directive
# filecheck, flattr, goodstuff, htmlbalance, localstyle, missingsite, # filecheck, flattr, goodstuff, htmlbalance, localstyle, missingsite,
# notifyemail, pagetemplate, parked, pingee, pinger, prettydate, # notifyemail, pagetemplate, parked, pingee, pinger, prettydate,
# recentchanges, recentchangesdiff, relativedate, rsync, sidebar, # recentchanges, recentchangesdiff, relativedate, rsync, sidebar,
# smiley, sortnaturally, tag, testpagespec, trail, transient, # smiley, sortnaturally, tag, testpagespec, trail, transient, typography)
# typography, underlay)
###################################################################### ######################################################################
# aggregate plugin # aggregate plugin
# enable aggregation to internal pages? # enable aggregation to internal pages?
aggregateinternal: '1' aggregateinternal: 1
# allow aggregation to be triggered via the web? # allow aggregation to be triggered via the web?
#aggregate_webtrigger: 0 #aggregate_webtrigger: 0
# cookie control
cookiejar:
file: /home/b-git-annex/.ikiwiki/cookies
# autoindex plugin # autoindex plugin
# commit autocreated index pages # commit autocreated index pages
autoindex_commit: '1' autoindex_commit: 1
# camelcase plugin # camelcase plugin
# list of words to not turn into links # list of words to not turn into links
@ -461,7 +473,7 @@ prettydateformat: '%X, %B %o, %Y'
# name of the recentchanges page # name of the recentchanges page
recentchangespage: recentchanges recentchangespage: recentchanges
# number of changes to track # number of changes to track
recentchangesnum: '100' recentchangesnum: 100
# rsync plugin # rsync plugin
# command to run to sync updated pages # command to run to sync updated pages
@ -469,7 +481,7 @@ recentchangesnum: '100'
# sidebar plugin # sidebar plugin
# show sidebar page on all pages? # show sidebar page on all pages?
global_sidebars: '1' global_sidebars: 1
# tag plugin # tag plugin
# parent page tags are located under # parent page tags are located under
@ -477,13 +489,8 @@ global_sidebars: '1'
# autocreate new tag pages? # autocreate new tag pages?
#tag_autocreate: 1 #tag_autocreate: 1
# commit autocreated tag pages # commit autocreated tag pages
tag_autocreate_commit: '1' tag_autocreate_commit: 1
# typography plugin # typography plugin
# Text::Typography attributes value # Text::Typography attributes value
#typographyattributes: '3' #typographyattributes: 3
# underlay plugin
# extra underlay directories to add
#add_underlays:
#- /home/b-git-annex/wiki.underlay