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 # Set if you want the wiki to sync on update and commit.
55 # The path to your workspace (defaults to the srcdir itself)
56 # e.g. use if your srcdir is a subdirectory of the workspace.
57 #mtnrootdir => "path/to/root/of/workspace",
58 # This is a monotone lua hook file used by ikiwiki for
59 # inserting conflict markers. By default it will use
60 # mtnrootdir/_MTN/mergerc. This hook will be populated with
61 # default code the first time you use ikiwiki. You can
62 # change it to alter how conflict markers are inserted.
63 #mtnmergerc => "path/to/mergerc",
69 # wrapper => "/var/www/wiki/ikiwiki.cgi",
70 # wrappermode => "06755",
73 # # The svn post-commit wrapper.
74 # # Note that this will overwrite any existing
75 # # post-commit hook script, which may not be
77 # wrapper => "/svn/wikirepo/hooks/post-commit",
78 # wrappermode => "04755",
79 # # Log to syslog since svn post-commit hooks
80 # # hide output and errors.
84 # # The git post-update wrapper.
85 # # Note that this will overwrite any existing
86 # # post-update hook script, which may not be
88 # wrapper => "/git/wiki.git/hooks/post-update",
89 # wrappermode => "06755",
93 # Generate rss feeds for blogs?
95 # Generate atom feeds for blogs?
97 # Urls to ping with XML-RPC when rss feeds are updated
98 #pingurl => [qw{http://rpc.technorati.com/rpc/ping}],
99 # Include discussion links on all pages?
101 # To exclude files matching a regexp from processing. This adds to
102 # the default exclude list.
103 #exclude => qr/*\.wav/,
104 # To change the extension used for generated html files.
106 # Time format (for strftime)
108 # Locale to use. Must be a UTF-8 locale.
109 #locale => 'en_US.UTF-8',
110 # Only send cookies over SSL connections.
115 # To link to user pages in a subdirectory of the wiki.
117 # To create output files named page.html rather than page/index.html.
119 # Simple spam prevention: require an account-creation password.
120 #account_creation_password => "example",
121 # Uncomment to force ikiwiki to run with a particular umask.
123 # Default settings for the recentchanges page.
124 #recentchangespage => "recentchanges",
125 #recentchangesnum => 100,
127 # To add plugins, list them here.
128 #add_plugins => [qw{goodstuff search wikitext camelcase
129 # htmltidy fortune sidebar map rst anonok}],
130 # If you want to disable any of the default plugins, list them here.
131 #disable_plugins => [qw{inline htmlscrubber passwordauth openid}],
132 # To add a directory to the perl search path, use this.
133 #libdir => "/home/me/.ikiwiki/",
135 # For use with the tag plugin, make all tags be located under a
139 # For use with the search plugin if your estseek.cgi is located
141 #estseek => "/usr/lib/estraier/estseek.cgi",
143 # For use with the openid plugin, to give an url to a page users
144 # can use to signup for an OpenID.
145 #openidsignup => "http://myopenid.com/",
147 # For use with the mirrorlist plugin, a list of mirrors.
149 # mirror1 => "http://hostname1",
150 # mirror2 => "http://hostname2/mirror",