]> source.charles.plessy.org Git - source.git/commitdiff
configured domains
authoradmin <admin@branchable.com>
Sat, 8 Jan 2011 09:54:40 +0000 (09:54 +0000)
committeradmin <admin@branchable.com>
Sat, 8 Jan 2011 09:54:40 +0000 (09:54 +0000)
ikiwiki.setup

index 1fb3b2d297d0f528ba3b6630e8ce3b5ef5740f8b..782f2dc8d858eda1f671bd6ac818afe8ffe8307f 100644 (file)
@@ -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.charles-plessy-org.branchable.com/?p=source.git;a=his
 # 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
@@ -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://charles-plessy-org.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-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
@@ -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?
@@ -363,7 +364,8 @@ websetup_show_unsafe: 0
 
 # 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
@@ -389,9 +391,9 @@ created: 1294480368
 
 # 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