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