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]]",
26 #svnrepo => "/svn/wiki",
31 #historyurl => "http://git.example.org/gitweb.cgi?p=wiki.git;a=history;f=[[file]]",
32 #diffurl => "http://git.example.org/gitweb.cgi?p=wiki.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]]",
33 #gitorigin_branch => "origin",
34 #gitmaster_branch => "master",
43 #historyurl => "http://localhost:8000/log/tip/[[file]]", # hg serve'd local repository
44 #diffurl => "http://localhost:8000/?fd=[[r2]];file=[[file]]",
49 #diffurl => "http://example.com/revision?start_revid=[[r2]]#[[file]]-s", # using loggerhead
53 #mtnkey => "web\@machine.company.com",
54 #historyurl => "http://viewmtn.example.com/branch/head/filechanges/com.example.branch/[[file]]",
55 #diffurl => "http://viewmtn.example.com/revision/diff/[[r1]]/with/[[r2]]/[[file]]",
56 # Set if you want the wiki to sync on update and commit.
58 # The path to your workspace (defaults to the srcdir itself)
59 # e.g. use if your srcdir is a subdirectory of the workspace.
60 #mtnrootdir => "path/to/root/of/workspace",
66 # wrapper => "/var/www/wiki/ikiwiki.cgi",
67 # wrappermode => "06755",
70 # # The svn post-commit wrapper.
71 # # Note that this will overwrite any existing
72 # # post-commit hook script, which may not be
74 # wrapper => "/svn/wikirepo/hooks/post-commit",
75 # wrappermode => "04755",
76 # # Log to syslog since svn post-commit hooks
77 # # hide output and errors.
81 # # The git post-update wrapper.
82 # # Note that this will overwrite any existing
83 # # post-update hook script, which may not be
85 # wrapper => "/git/wiki.git/hooks/post-update",
86 # wrappermode => "06755",
89 # # The monotone netsync hook.
90 # wrapper => "path/to/root/of/workspace/_MTN/ikiwiki-netsync-hook",
91 # wrappermode => "06755",
95 # Default to generating rss feeds for pages with feeds?
97 # Default to generating atom feeds for pages with feeds?
99 # Allow generating feeds even if not generated by default?
102 # Urls to ping with XML-RPC when feeds are updated
103 #pingurl => [qw{http://rpc.technorati.com/rpc/ping}],
104 # Include discussion links on all pages?
106 # To exclude files matching a regexp from processing. This adds to
107 # the default exclude list.
108 #exclude => qr/\.wav$/,
109 # To change the extension used for generated html files.
111 # Time format (for strftime)
113 # Locale to use. Must be a UTF-8 locale.
114 #locale => 'en_US.UTF-8',
115 # Only send cookies over SSL connections.
120 # To link to user pages in a subdirectory of the wiki.
122 # To create output files named page.html rather than page/index.html.
124 # Simple spam prevention: require an account-creation password.
125 #account_creation_password => "example",
126 # Uncomment to force ikiwiki to run with a particular umask.
128 # Default settings for the recentchanges page.
129 #recentchangespage => "recentchanges",
130 #recentchangesnum => 100,
131 # Use new '!'-prefixed preprocessor directive syntax
132 #prefix_directives => 0,
133 # Attempt to make hardlinks to source files instead of copying them.
134 # Useful if the wiki contains large media files.
137 # To add plugins, list them here.
138 #add_plugins => [qw{goodstuff search wikitext camelcase
139 # htmltidy fortune sidebar map rst anonok}],
140 # If you want to disable any of the default plugins, list them here.
141 #disable_plugins => [qw{inline htmlscrubber passwordauth openid}],
142 # To add a directory to the perl search path, use this.
143 #libdir => "/home/me/.ikiwiki/",
145 # For use with the tag plugin, make all tags be located under a
149 # For use with the search plugin if your estseek.cgi is located
151 #estseek => "/usr/lib/estraier/estseek.cgi",
153 # For use with the openid plugin, to give an url to a page users
154 # can use to signup for an OpenID.
155 #openidsignup => "http://myopenid.com/",
157 # For use with the mirrorlist plugin, a list of mirrors.
159 # mirror1 => "http://hostname1",
160 # mirror2 => "http://hostname2/mirror",
163 # For use with the anonok plugin, a PageSpec specifying what
164 # pages anonymous users can edit
165 #anonok_pagespec => "*",
167 # For use with the aggregate plugin, to allow aggregation to be
168 # triggered via the web.
169 #aggregate_webtrigger => 1,
171 # For use with the pinger plugin, how many seconds to wait before
173 #pinger_timeout => 15.
175 # For use with the amazon S3 plugin, your public access key id.
176 #amazon_s3_key_id => 'XXXXXXXXXXXXXXXXXXXX',
177 # And a file holding your secret key. This file *must* not be
178 # readable by others!
179 #amazon_s3_key_file => "/home/me/.hide/.s3_key
180 # The globally unique name of the bucket to use to store the wiki.
181 #amazon_s3_bucket => "mywiki",
182 # A prefix to prepend to each page name.
183 #amazon_s3_prefix => "wiki/",
184 # Uncomment to use the S3 European datacenter.
185 #amazon_s3_location => "EU",
186 # Uncomment if you need to store each index file twice.
187 #amazon_s3_dupindex => 1,