2 # Configuration file for ikiwiki.
3 # Passing this to ikiwiki --setup will make ikiwiki generate wrappers and
6 # Remember to re-run ikiwiki --setup any time you edit this file.
8 use IkiWiki::Setup::Standard {
10 #adminuser => ["yourname", ],
11 adminemail => 'me@example.org',
13 # Be sure to customise these..
14 srcdir => "/path/to/source",
15 destdir => "/var/www/wiki",
17 url => "http://example.org/wiki",
18 cgiurl => "http://example.org/ikiwiki.cgi",
19 #templatedir => "/usr/share/ikiwiki/templates",
20 #underlaydir => "/usr/share/ikiwiki/basewiki",
24 #historyurl => "http://svn.example.org/trunk/[[file]]",
25 #diffurl => "http://svn.example.org/trunk/[[file]]?root=wiki&r1=[[r1]]&r2=[[r2]]",
30 #historyurl => "http://git.example.org/gitweb.cgi?p=wiki.git;a=history;f=[[file]]",
31 #diffurl => "http://git.example.org/gitweb.cgi?p=wiki.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]]",
32 #gitorigin_branch => "origin",
33 #gitmaster_branch => "master",
42 #historyurl => "http://localhost:8000/log/tip/[[file]]", # hg serve'd local repository
43 #diffurl => "http://localhost:8000/?fd=[[r2]];file=[[file]]",
48 #diffurl => "http://example.com/revision?start_revid=[[r2]]#[[file]]-s", # using loggerhead
52 #mtnkey => "web\@machine.company.com",
53 #historyurl => "http://viewmtn.example.com/",
54 #diffurl => "http://viewmtn.example.com/revision/diff/[[r1]]/with/[[r2]]/[[file]]",
55 # Set if you want the wiki to sync on update and commit.
57 # The path to your workspace (defaults to the srcdir itself)
58 # e.g. use if your srcdir is a subdirectory of the workspace.
59 #mtnrootdir => "path/to/root/of/workspace",
60 # This is a monotone lua hook file used by ikiwiki for
61 # inserting conflict markers. By default it will use
62 # mtnrootdir/_MTN/mergerc. This hook will be populated with
63 # default code the first time you use ikiwiki. You can
64 # change it to alter how conflict markers are inserted.
65 #mtnmergerc => "path/to/mergerc",
71 # wrapper => "/var/www/wiki/ikiwiki.cgi",
72 # wrappermode => "06755",
75 # # The svn post-commit wrapper.
76 # # Note that this will overwrite any existing
77 # # post-commit hook script, which may not be
79 # wrapper => "/svn/wikirepo/hooks/post-commit",
80 # wrappermode => "04755",
81 # # Log to syslog since svn post-commit hooks
82 # # hide output and errors.
86 # # The git post-update wrapper.
87 # # Note that this will overwrite any existing
88 # # post-update hook script, which may not be
90 # wrapper => "/git/wiki.git/hooks/post-update",
91 # wrappermode => "06755",
94 # # The monotone netsync hook.
95 # wrapper => "path/to/root/of/workspace/_MTN/ikiwiki-netsync-hook",
96 # wrappermode => "06755",
100 # Default to generating rss feeds for blogs?
102 # Default to generating atom feeds for blogs?
104 # Allow generating feeds even if not generated by default?
107 # Urls to ping with XML-RPC when rss feeds are updated
108 #pingurl => [qw{http://rpc.technorati.com/rpc/ping}],
109 # Include discussion links on all pages?
111 # To exclude files matching a regexp from processing. This adds to
112 # the default exclude list.
113 #exclude => qr/*\.wav/,
114 # To change the extension used for generated html files.
116 # Time format (for strftime)
118 # Locale to use. Must be a UTF-8 locale.
119 #locale => 'en_US.UTF-8',
120 # Only send cookies over SSL connections.
125 # To link to user pages in a subdirectory of the wiki.
127 # To create output files named page.html rather than page/index.html.
129 # Simple spam prevention: require an account-creation password.
130 #account_creation_password => "example",
131 # Uncomment to force ikiwiki to run with a particular umask.
133 # Default settings for the recentchanges page.
134 #recentchangespage => "recentchanges",
135 #recentchangesnum => 100,
136 # Use new '!'-prefixed preprocessor directive syntax
137 #prefix_directives => 0,
139 # To add plugins, list them here.
140 #add_plugins => [qw{goodstuff search wikitext camelcase
141 # htmltidy fortune sidebar map rst anonok}],
142 # If you want to disable any of the default plugins, list them here.
143 #disable_plugins => [qw{inline htmlscrubber passwordauth openid}],
144 # To add a directory to the perl search path, use this.
145 #libdir => "/home/me/.ikiwiki/",
147 # For use with the tag plugin, make all tags be located under a
151 # For use with the search plugin if your estseek.cgi is located
153 #estseek => "/usr/lib/estraier/estseek.cgi",
155 # For use with the openid plugin, to give an url to a page users
156 # can use to signup for an OpenID.
157 #openidsignup => "http://myopenid.com/",
159 # For use with the mirrorlist plugin, a list of mirrors.
161 # mirror1 => "http://hostname1",
162 # mirror2 => "http://hostname2/mirror",