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/wiki/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 # Cost of generating a password using Authen::Passphrase::BlowfishCrypt
128 # Uncomment to force ikiwiki to run with a particular umask.
130 # Default settings for the recentchanges page.
131 #recentchangespage => "recentchanges",
132 #recentchangesnum => 100,
133 # Use new '!'-prefixed preprocessor directive syntax
134 #prefix_directives => 1,
135 # Attempt to make hardlinks to source files instead of copying them.
136 # Useful if the wiki contains large media files.
138 # Enable use of multimarkdown features in .mdwn files.
141 # To add plugins, list them here.
142 #add_plugins => [qw{goodstuff search wikitext camelcase
143 # htmltidy fortune sidebar map rst anonok}],
144 # If you want to disable any of the default plugins, list them here.
145 #disable_plugins => [qw{inline htmlscrubber passwordauth openid}],
146 # To add a directory to the perl search path, use this.
147 #libdir => "/home/me/.ikiwiki/",
149 # To override environment variable settings, you can list values here.
151 # TZ => "America/New_York",
152 # PATH => "/home/me/bin:/usr/local/bin:/usr/bin:/bin",
155 # For use with the tag plugin, make all tags be located under a
159 # For use with the search plugin if the omega cgi is located
161 #omega_cgi => "/usr/lib/cgi-bin/omega/omega",
163 # For use with the openid plugin, to give an url to a page users
164 # can use to signup for an OpenID.
165 #openidsignup => "http://myopenid.com/",
167 # For use with the mirrorlist plugin, a list of mirrors.
169 # mirror1 => "http://hostname1",
170 # mirror2 => "http://hostname2/mirror",
173 # For use with the anonok plugin, a PageSpec specifying what
174 # pages anonymous users can edit
175 #anonok_pagespec => "*",
177 # For use with the aggregate plugin.
178 # Enable aggregation to internal pages. New wikis should set this to 1,
179 # but if you use aggregate already, read the aggregate plugin docs
180 # before enabling it.
181 #aggregateinternal => 1,
182 # Allow aggregation to be triggered via the web.
183 #aggregate_webtrigger => 1,
185 # For use with the pinger plugin, how many seconds to wait before
187 #pinger_timeout => 15.
189 # For use with the amazon S3 plugin, your public access key id.
190 #amazon_s3_key_id => 'XXXXXXXXXXXXXXXXXXXX',
191 # And a file holding your secret key. This file *must* not be
192 # readable by others!
193 #amazon_s3_key_file => "/home/me/.hide/.s3_key
194 # The globally unique name of the bucket to use to store the wiki.
195 #amazon_s3_bucket => "mywiki",
196 # A prefix to prepend to each page name.
197 #amazon_s3_prefix => "wiki/",
198 # Uncomment to use the S3 European datacenter.
199 #amazon_s3_location => "EU",
200 # Uncomment if you need to store each index file twice.
201 #amazon_s3_dupindex => 1,
203 # For use with the attachment plugin, a program that returns
204 # nonzero if its standard input contains an virus.
205 #virus_checker => "clamdscan -",