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