diff --git a/ikiwiki.setup b/ikiwiki.setup index e30a07ee7c..60d9edb50b 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -13,7 +13,7 @@ wikiname: git-annex adminemail: joey@kitenet.net # users who are wiki admins adminuser: - - http://none/ + - http://joey.kitenet.net/ # users who are banned from the wiki banned_users: [] # where the source of the wiki is located @@ -119,7 +119,7 @@ allow_symlinks_before_srcdir: 0 # Allow anyone to branch, check out, and copy this site? branchable: 1 # Display "Branchable" link on action bar? -#branchable_action: 1 +branchable_action: 1 # git plugin # git hook to generate @@ -137,9 +137,9 @@ historyurl: 'http://source.git-annex.branchable.com/?p=source.git;a=history;f=[[ # gitweb url to show a diff ([[file]], [[sha1_to]], [[sha1_from]], [[sha1_commit]], and [[sha1_parent]] substituted) diffurl: 'http://source.git-annex.branchable.com/?p=source.git;a=blobdiff;f=[[file]];h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_commit]];hpb=[[sha1_parent]]' # where to pull and push changes (set to empty string to disable) -#gitorigin_branch: origin +gitorigin_branch: origin # branch that the wiki is stored in -#gitmaster_branch: master +gitmaster_branch: master # htmlscrubber plugin # PageSpec specifying pages not to scrub @@ -155,7 +155,7 @@ atom: 1 # allow atom feeds to be used? #allowatom: 0 # urls to ping (using XML-RPC) on feed update -#pingurl: http://rpc.technorati.com/rpc/ping +pingurl: [] ###################################################################### # auth plugins @@ -211,9 +211,9 @@ openid_cgiurl: http://git-annex.branchable.com/ikiwiki.cgi # types of source files to syntax highlight tohighlight: .c .h .cpp .pl .py Makefile:make # location of highlight's filetypes.conf -#filetypes_conf: /etc/highlight/filetypes.conf +filetypes_conf: /etc/highlight/filetypes.conf # location of highlight's langDefs directory -#langdefdir: /usr/share/highlight/langDefs +langdefdir: /usr/share/highlight/langDefs # mdwn plugin # enable multimarkdown features? @@ -274,12 +274,13 @@ virus_checker: clamdscan - # repolist plugin # URIs of repositories containing the wiki's source -#repositories: -# - svn://svn.example.org/wiki/trunk +repositories: + - ssh://b-git-annex@git-annex.branchable.com/ + - git://git-annex.branchable.com/ # search plugin # path to the omega cgi program -#omega_cgi: /usr/lib/cgi-bin/omega/omega +omega_cgi: /usr/lib/cgi-bin/omega/omega # theme plugin # name of theme to enable @@ -321,7 +322,7 @@ websetup_show_unsafe: 0 # listdirectives plugin # directory in srcdir that contains directive descriptions -#directive_description_dir: ikiwiki/directive +directive_description_dir: ikiwiki/directive # teximg plugin # Should teximg use dvipng to render, or dvips and convert? @@ -389,9 +390,9 @@ created: 1287531313 # recentchanges plugin # name of the recentchanges page -#recentchangespage: recentchanges +recentchangespage: recentchanges # number of changes to track -#recentchangesnum: 100 +recentchangesnum: 100 # rsync plugin # command to run to sync updated pages