/.ikiwiki
+/html
/recentchanges
+
+# built by Makefiles inside posts/
+/posts/XSLT/chapter/chapter.html
+/posts/XSLT/code/index.shtml
+/posts/Xmodmap/_Xmodmap
+/posts/Xmodmap/dotfiles/
+/posts/Xmodmap/unicode_sampler
+/posts/rel-vcs/rel-vcs.xpi
+/posts/yacc2dot/*.output
+/posts/yacc2dot/*.png
+/posts/yacc2dot/*.tab.c
# users who are banned from the wiki
banned_users => [],
# where the source of the wiki is located
- srcdir => '/tmp/ikiwiki',
+ srcdir => '.',
# where to build the wiki
- destdir => '/tmp/ikiwiki.build',
+ destdir => 'html',
# base url to the wiki
url => 'http://www.physics.drexel.edu/~wking/unfolding-disasters',
# url to the ikiwiki.cgi
# base wiki source location
underlaydir => '/usr/share/ikiwiki/basewiki',
# display verbose messages?
- #verbose => 1,
+ verbose => 1,
# log to syslog?
- syslog => 1,
+ #syslog => 1,
+ syslog => 0,
# create output files named page/index.html?
usedirs => 1,
# use '!'-prefixed preprocessor directives?
# environment variables
ENV => {},
# regexp of source files to ignore
- #exclude => '\\.wav$',
+ exclude => qr/^(html\/.*|ikiwiki.setup|Makefile)/,
# specifies the characters that are allowed in source filenames
wiki_file_chars => '-[:alnum:]+/.:_',
# allow symlinks in the path leading to the srcdir (potentially insecure)
# git plugin
# git hook to generate
- git_wrapper => '/tmp/ikiwiki.git/hooks/post-update.ikiwiki',
+ #git_wrapper => '/tmp/ikiwiki.git/hooks/post-update.ikiwiki',
# mode for git_wrapper (can safely be made suid)
#git_wrappermode => '06755',
# git pre-receive hook to generate
#diffurl => 'http://git.example.com/gitweb.cgi?p=wiki.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 => '', # don't pull during build
# branch that the wiki is stored in
#gitmaster_branch => 'master',