]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - ikiwiki.setup
a99b5de7da34f54db4ae07ec6db29901a02b5c7e
[git.ikiwiki.info.git] / ikiwiki.setup
1 # IkiWiki::Setup::Yaml - YAML formatted setup file
2 #
3 # Setup file for ikiwiki.
4
5 # Passing this to ikiwiki --setup will make ikiwiki generate
6 # wrappers and build the wiki.
7
8 # Remember to re-run ikiwiki --setup any time you edit this file.
9 #
10 # name of the wiki
11 wikiname: ikiwiki
12 # contact email for wiki
13 adminemail: joey@ikiwiki.info
14 # users who are wiki admins
15 adminuser:
16   - http://joey.kitenet.net/
17 # users who are banned from the wiki
18 banned_users:
19   - https://me.yahoo.com/a/3hUnH9Qi24uk3RwCwHATJBWKVyqc#7d8b8
20   - ip(95.65.50.150)
21   - https://me.yahoo.com/a/2.Pjpm0G0Z6F9LiGW4cYO84pIrb.Lg--#137de
22   - https://www.google.com/accounts/o8/id?id=AItOawkuR0eo_HO1s1hs49h0Y_4Bzm08l9evMEc
23   - https://www.google.com/accounts/o8/id?id=AItOawlYXeKSEBoSCzES7o5VYiSratG5RfNucL0
24   - ip(115.43.30.149)
25   - ikiwikiweb
26   - webkatalog
27   - ip(117.201.35.183)
28   - adrianna
29   - ip(94.179.251.118)
30   - capitaine
31   - ip(74.63.117.196)
32   - ip(74.63.117.195)
33   - testerer
34   - ip(86.103.200.90)
35   - AlbertF
36   - ip(71.132.208.155)
37   - MariaJackson
38   - ip(208.75.10.42)
39   - HelenOliver
40   - ip(222.127.197.140)
41   - GraceTemplman46
42   - diannetyron
43   - ip(119.111.124.194)
44   - http://cmelbye.myopenid.com/
45   - autobahnned
46   - icerain321
47   - shoesorder
48   - AdamMeyars
49   - essaywriter
50   - blahgrad
51   - alicia.warner
52   - WikiJeanHawkins
53   - nicole.adams
54   - Smith
55 # where the source of the wiki is located
56 srcdir: /home/b-ikiwiki/source/doc
57 # where to build the wiki
58 destdir: /home/b-ikiwiki/public_html
59 # base url to the wiki
60 url: http://ikiwiki.info
61 # url to the ikiwiki.cgi
62 cgiurl: http://ikiwiki.info/ikiwiki.cgi
63 # filename of cgi wrapper to generate
64 cgi_wrapper: /var/www/b-ikiwiki/ikiwiki.cgi
65 # mode for cgi_wrapper (can safely be made suid)
66 cgi_wrappermode: 0755
67 # rcs backend to use
68 rcs: git
69 # plugins to add to the default configuration
70 add_plugins:
71   - sidebar
72   - goodstuff
73   - websetup
74   - table
75   - haiku
76   - html
77   - polygen
78   - fortune
79   - linkmap
80   - favicon
81   - poll
82   - postsparkline
83   - sparkline
84   - version
85   - testpagespec
86   - edittemplate
87   - recentchangesdiff
88   - 404
89   - ikiwikihosting
90   - branchable
91   - recentchangesdiff
92   - attachment
93   - remove
94   - rename
95   - edittemplate
96   - favicon
97   - format
98   - fortune
99   - highlight
100   - listdirectives
101   - poll
102   - progress
103   - relativedate
104   - search
105   - testpagespec
106   - version
107   - theme
108   - repolist
109   - highlight
110   - comments
111 # plugins to disable
112 disable_plugins: []
113 # additional directory to search for template files
114 templatedir: /usr/share/ikiwiki/templates
115 # base wiki source location
116 underlaydir: /usr/share/ikiwiki/basewiki
117 # display verbose messages?
118 #verbose: 1
119 # log to syslog?
120 syslog: 1
121 # create output files named page/index.html?
122 usedirs: 1
123 # use '!'-prefixed preprocessor directives?
124 prefix_directives: 1
125 # use page/index.mdwn source files
126 indexpages: 0
127 # enable Discussion pages?
128 discussion: 1
129 # name of Discussion pages
130 discussionpage: Discussion
131 # generate HTML5? (experimental)
132 html5: 0
133 # only send cookies over SSL connections?
134 sslcookie: 0
135 # extension to use for new pages
136 default_pageext: mdwn
137 # extension to use for html files
138 htmlext: html
139 # strftime format string to display date
140 timeformat: '%c'
141 # UTF-8 locale to use
142 #locale: en_US.UTF-8
143 # put user pages below specified page
144 userdir: users
145 # how many backlinks to show before hiding excess (0 to show all)
146 numbacklinks: 10
147 # attempt to hardlink source files? (optimisation for large files)
148 hardlink: 1
149 # force ikiwiki to use a particular umask
150 #umask: 022
151 # group for wrappers to run in
152 #wrappergroup: ikiwiki
153 # extra library and plugin directory
154 libdir: /home/b-ikiwiki/.ikiwiki
155 # environment variables
156 ENV:
157   TMPDIR: /home/b-ikiwiki/tmp
158 # time zone name
159 #timezone: US/Eastern
160 # regexp of normally excluded files to include
161 #include: '^\.htaccess$'
162 # regexp of files that should be skipped
163 #exclude: '^(*\.private|Makefile)$'
164 # specifies the characters that are allowed in source filenames
165 wiki_file_chars: '-[:alnum:]+/.:_'
166 # allow symlinks in the path leading to the srcdir (potentially insecure)
167 allow_symlinks_before_srcdir: 0
169 ######################################################################
170 # core plugins
171 #   (branchable, editpage, git, gitpush, htmlscrubber, ikiwikihosting,
172 #    inline, link, meta, parentlinks)
173 ######################################################################
175 # branchable plugin
176 # Allow anyone to branch, check out, and copy this site?
177 branchable: 1
178 # Allow anyone to git push verified changes to this site?
179 anonpush: 1
180 # Display "Branchable" link on action bar?
181 branchable_action: 1
183 # git plugin
184 # git hook to generate
185 git_wrapper: /home/b-ikiwiki/source.git/hooks/post-update
186 # shell command for git_wrapper to run, in the background
187 #git_wrapper_background_command: git push github
188 # mode for git_wrapper (can safely be made suid)
189 git_wrappermode: 6755
190 # git pre-receive hook to generate
191 git_test_receive_wrapper: /home/b-ikiwiki/source.git/hooks/pre-receive
192 # unix users whose commits should be checked by the pre-receive hook
193 untrusted_committers:
194   - ikiwiki-anon
195 # gitweb url to show file history ([[file]] substituted)
196 historyurl: 'http://source.ikiwiki.branchable.com/?p=source.git;a=history;f=doc/[[file]];hb=HEAD'
197 # gitweb url to show a diff ([[file]], [[sha1_to]], [[sha1_from]], [[sha1_commit]], and [[sha1_parent]] substituted)
198 diffurl: 'http://source.ikiwiki.branchable.com/?p=source.git;a=blobdiff;f=doc/[[file]];h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_commit]];hpb=[[sha1_parent]]'
199 # where to pull and push changes (set to empty string to disable)
200 gitorigin_branch: origin
201 # branch that the wiki is stored in
202 gitmaster_branch: master
204 # gitpush plugin
205 # git repository urls that changes are pushed to
206 #git_push_to: []
208 # htmlscrubber plugin
209 # PageSpec specifying pages not to scrub
210 htmlscrubber_skip: tipjar
212 # ikiwikihosting plugin
213 # list of urls that alias to the main url
214 urlalias:
215   - http://ikiwiki.branchable.com/
216   - http://www.ikiwiki.info/
217 # openid of primary site owner
218 owner: http://joey.kitenet.net/
219 # optional hostname of site this one was branched from
220 #parent: ''
221 # internal hostname of this site
222 hostname: ikiwiki.branchable.com
223 # site creation datestamp
224 created: 1305836524
225 # how many days to retain logs
226 #log_period: 7
227 # disable IPv6?
228 ipv6_disabled: 0
230 # inline plugin
231 # enable rss feeds by default?
232 rss: 1
233 # enable atom feeds by default?
234 atom: 0
235 # allow rss feeds to be used?
236 #allowrss: 0
237 # allow atom feeds to be used?
238 allowatom: 1
239 # urls to ping (using XML-RPC) on feed update
240 pingurl: []
242 ######################################################################
243 # auth plugins
244 #   (anonok, blogspam, httpauth, lockedit, moderatedcomments,
245 #    opendiscussion, openid, passwordauth, signinedit)
246 ######################################################################
248 # anonok plugin
249 # PageSpec to limit which pages anonymous users can edit
250 #anonok_pagespec: '*/discussion'
252 # blogspam plugin
253 # PageSpec of pages to check for spam
254 #blogspam_pagespec: postcomment(*)
255 # options to send to blogspam server
256 #blogspam_options: 'blacklist=1.2.3.4,blacklist=8.7.6.5,max-links=10'
257 # blogspam server XML-RPC url
258 #blogspam_server: ''
260 # httpauth plugin
261 # url to redirect to when authentication is needed
262 #cgiauthurl: http://example.com/wiki/auth/ikiwiki.cgi
263 # PageSpec of pages where only httpauth will be used for authentication
264 #httpauth_pagespec: '!*/Discussion'
266 # lockedit plugin
267 # PageSpec controlling which pages are locked
268 locked_pages: tipjar
270 # moderatedcomments plugin
271 # PageSpec matching users or comment locations to moderate
272 #moderate_pagespec: '*'
274 # openid plugin
275 # url pattern of openid realm (default is cgiurl)
276 openid_realm: http://*.branchable.com/
277 # url to ikiwiki cgi to use for openid authentication (default is cgiurl)
278 openid_cgiurl: http://ikiwiki.branchable.com/ikiwiki.cgi
280 # passwordauth plugin
281 # a password that must be entered when signing up for an account
282 #account_creation_password: s3cr1t
283 # cost of generating a password using Authen::Passphrase::BlowfishCrypt
284 #password_cost: 8
286 ######################################################################
287 # format plugins
288 #   (creole, highlight, hnb, html, mdwn, otl, po, rawhtml, rst, textile,
289 #    txt)
290 ######################################################################
292 # highlight plugin
293 # types of source files to syntax highlight
294 tohighlight: .c .h .cpp .pl .py Makefile:make
295 # location of highlight's filetypes.conf
296 filetypes_conf: /etc/highlight/filetypes.conf
297 # location of highlight's langDefs directory
298 langdefdir: /usr/share/highlight/langDefs
300 # mdwn plugin
301 # enable multimarkdown features?
302 #multimarkdown: 0
304 # po plugin
305 # master language (non-PO files)
306 #po_master_language: en|English
307 # slave languages (translated via PO files) format: ll|Langname
308 #po_slave_languages:
309 #  - fr|Français
310 #  - es|Español
311 #  - de|Deutsch
312 # PageSpec controlling which pages are translatable
313 #po_translatable_pages: '* and !*/Discussion'
314 # internal linking behavior (default/current/negotiated)
315 #po_link_to: current
317 ######################################################################
318 # misc plugins
319 #   (filecheck)
320 ######################################################################
322 ######################################################################
323 # web plugins
324 #   (404, attachment, comments, editdiff, edittemplate, getsource, google,
325 #    goto, mirrorlist, remove, rename, repolist, search, theme, websetup,
326 #    wmd)
327 ######################################################################
329 # attachment plugin
330 # enhanced PageSpec specifying what attachments are allowed
331 allowed_attachments: admin() and virusfree()
332 # virus checker program (reads STDIN, returns nonzero if virus found)
333 virus_checker: clamdscan -
335 # comments plugin
336 # PageSpec of pages where comments are allowed
337 comments_pagespec: forum/* and !*/Discussion
338 # PageSpec of pages where posting new comments is not allowed
339 comments_closed_pagespec: ''
340 # Base name for comments, e.g. "comment_" for pages like "sandbox/comment_12"
341 comments_pagename: comment_
342 # Interpret directives in comments?
343 #comments_allowdirectives: 0
344 # Allow anonymous commenters to set an author name?
345 comments_allowauthor: 0
346 # commit comments to the VCS
347 comments_commit: 1
349 # getsource plugin
350 # Mime type for returned source.
351 #getsource_mimetype: text/plain; charset=utf-8
353 # mirrorlist plugin
354 # list of mirrors
355 #mirrorlist: {}
357 # repolist plugin
358 # URIs of repositories containing the wiki's source
359 repositories:
360   - ssh://b-ikiwiki@ikiwiki.branchable.com/
361   - git://ikiwiki.branchable.com/
363 # search plugin
364 # path to the omega cgi program
365 omega_cgi: /usr/lib/cgi-bin/omega/omega
367 # theme plugin
368 # name of theme to enable
369 #theme: actiontabs
371 # websetup plugin
372 # list of plugins that cannot be enabled/disabled via the web interface
373 websetup_force_plugins:
374   - httpauth
375   - openid
376   - mdwn
377   - wmd
378 # list of additional setup field keys to treat as unsafe
379 websetup_unsafe:
380   - url
381   - cgiurl
382   - verbose
383   - syslog
384   - usedirs
385   - prefix_directives
386   - indexpages
387   - repositories
388 # show unsafe settings, read-only, in web interface?
389 websetup_show_unsafe: 0
391 ######################################################################
392 # widget plugins
393 #   (calendar, color, conditional, cutpaste, date, format, fortune,
394 #    graphviz, haiku, img, linkmap, listdirectives, map, more, orphans,
395 #    pagecount, pagestats, poll, polygen, postsparkline, progress,
396 #    shortcut, sparkline, table, template, teximg, toc, toggle, version)
397 ######################################################################
399 # calendar plugin
400 # base of the archives hierarchy
401 #archivebase: archives
402 # PageSpec of pages to include in the archives; used by ikiwiki-calendar command
403 #archive_pagespec: page(posts/*) and !*/Discussion
405 # listdirectives plugin
406 # directory in srcdir that contains directive descriptions
407 directive_description_dir: ikiwiki/directive
409 # teximg plugin
410 # Should teximg use dvipng to render, or dvips and convert?
411 #teximg_dvipng: ''
412 # LaTeX prefix for teximg plugin
413 #teximg_prefix: |
414 #  \documentclass{article}
415 #  \usepackage[utf8]{inputenc}
416 #  \usepackage{amsmath}
417 #  \usepackage{amsfonts}
418 #  \usepackage{amssymb}
419 #  \pagestyle{empty}
420 #  \begin{document}
421 # LaTeX postfix for teximg plugin
422 #teximg_postfix: '\end{document}'
424 ######################################################################
425 # other plugins
426 #   (aggregate, autoindex, brokenlinks, camelcase, ddate, embed, favicon,
427 #    flattr, goodstuff, htmlbalance, localstyle, missingsite, pagetemplate,
428 #    parked, pingee, pinger, prettydate, recentchanges, recentchangesdiff,
429 #    relativedate, rsync, sidebar, smiley, sortnaturally, tag,
430 #    testpagespec, transient, typography, underlay)
431 ######################################################################
433 # aggregate plugin
434 # enable aggregation to internal pages?
435 #aggregateinternal: 1
436 # allow aggregation to be triggered via the web?
437 #aggregate_webtrigger: 0
438 # cookie control
439 #cookiejar:
440 #  file: /home/b-ikiwiki/.ikiwiki/cookies
442 # autoindex plugin
443 # commit autocreated index pages
444 #autoindex_commit: 1
446 # camelcase plugin
447 # list of words to not turn into links
448 #camelcase_ignore: []
450 # flattr plugin
451 # userid or user name to use by default for Flattr buttons
452 #flattr_userid: joeyh
454 # parked plugin
455 # An optional message explaining why this site is parked.
456 #parked_message: ''
458 # pinger plugin
459 # how many seconds to try pinging before timing out
460 #pinger_timeout: 15
462 # prettydate plugin
463 # format to use to display date
464 #prettydateformat: '%X, %B %o, %Y'
466 # recentchanges plugin
467 # name of the recentchanges page
468 recentchangespage: recentchanges
469 # number of changes to track
470 recentchangesnum: 100
472 # rsync plugin
473 # command to run to sync updated pages
474 #rsync_command: rsync -qa --delete . user@host:/path/to/docroot/
476 # sidebar plugin
477 # show sidebar page on all pages?
478 global_sidebars: 0
480 # tag plugin
481 # parent page tags are located under
482 #tagbase: tag
483 # autocreate new tag pages?
484 #tag_autocreate: 1
485 # commit autocreated tag pages
486 tag_autocreate_commit: 1
488 # typography plugin
489 # Text::Typography attributes value
490 #typographyattributes: 3
492 # underlay plugin
493 # extra underlay directories to add
494 #add_underlays:
495 #  - /home/b-ikiwiki/wiki.underlay