# 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
# gitweb url to show a diff ([[file]], [[sha1_to]], [[sha1_from]], [[sha1_commit]], and [[sha1_parent]] substituted)
diffurl: 'http://source.charles-plessy-org.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
# 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
# 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?
# repolist plugin
# URIs of repositories containing the wiki's source
-#repositories:
-# - svn://svn.example.org/wiki/trunk
+repositories:
+ - ssh://b-charles-plessy-org@charles-plessy-org.branchable.com/
+ - git://charles-plessy-org.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
# 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?
# ikiwikihosting plugin
# list of urls that alias to the main url
-#urlalias: []
+urlalias:
+ - http://www.charles.plessy.org/
# openid of primary site owner
owner: https://launchpad.net/~plessy
# optional hostname of site this one was branched from
# 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