]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - ikiwiki.setup
enable blogspam plugin, checking all page edits
[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   - blogspam
129 # plugins to disable
130 disable_plugins: []
131 # additional directory to search for template files
132 templatedir: /usr/share/ikiwiki/templates
133 # base wiki source location
134 underlaydir: /usr/share/ikiwiki/basewiki
135 # display verbose messages?
136 #verbose: 1
137 # log to syslog?
138 syslog: 1
139 # create output files named page/index.html?
140 usedirs: 1
141 # use '!'-prefixed preprocessor directives?
142 prefix_directives: 1
143 # use page/index.mdwn source files
144 indexpages: 0
145 # enable Discussion pages?
146 discussion: 1
147 # name of Discussion pages
148 discussionpage: Discussion
149 # generate HTML5?
150 html5: 0
151 # only send cookies over SSL connections?
152 sslcookie: 0
153 # extension to use for new pages
154 default_pageext: mdwn
155 # extension to use for html files
156 htmlext: html
157 # strftime format string to display date
158 timeformat: '%c'
159 # UTF-8 locale to use
160 #locale: en_US.UTF-8
161 # put user pages below specified page
162 userdir: users
163 # how many backlinks to show before hiding excess (0 to show all)
164 numbacklinks: 10
165 # attempt to hardlink source files? (optimisation for large files)
166 hardlink: 1
167 # force ikiwiki to use a particular umask
168 #umask: 022
169 # group for wrappers to run in
170 #wrappergroup: ikiwiki
171 # extra library and plugin directory
172 libdir: /home/b-ikiwiki/.ikiwiki
173 # environment variables
174 ENV:
175   TMPDIR: /home/b-ikiwiki/tmp
176 # time zone name
177 timezone: JEST+4
178 # regexp of normally excluded files to include
179 #include: '^\.htaccess$'
180 # regexp of files that should be skipped
181 #exclude: '^(*\.private|Makefile)$'
182 # specifies the characters that are allowed in source filenames
183 wiki_file_chars: '-[:alnum:]+/.:_'
184 # allow symlinks in the path leading to the srcdir (potentially insecure)
185 allow_symlinks_before_srcdir: 0
187 ######################################################################
188 # core plugins
189 #   (branchable, editpage, git, gitpush, htmlscrubber, ikiwikihosting,
190 #    inline, link, meta, parentlinks)
191 ######################################################################
193 # branchable plugin
194 # Allow anyone to branch, check out, and copy this site?
195 branchable: 1
196 # Allow anyone to git push verified changes to this site?
197 anonpush: 1
198 # Display "Branchable" link on action bar?
199 branchable_action: 1
201 # git plugin
202 # git hook to generate
203 git_wrapper: /home/b-ikiwiki/source.git/hooks/post-update
204 # shell command for git_wrapper to run, in the background
205 #git_wrapper_background_command: git push github
206 # mode for git_wrapper (can safely be made suid)
207 git_wrappermode: 6755
208 # git pre-receive hook to generate
209 git_test_receive_wrapper: /home/b-ikiwiki/source.git/hooks/pre-receive
210 # unix users whose commits should be checked by the pre-receive hook
211 untrusted_committers:
212   - ikiwiki-anon
213 # gitweb url to show file history ([[file]] substituted)
214 historyurl: 'http://source.ikiwiki.branchable.com/?p=source.git;a=history;f=doc/[[file]];hb=HEAD'
215 # gitweb url to show a diff ([[file]], [[sha1_to]], [[sha1_from]], [[sha1_commit]], and [[sha1_parent]] substituted)
216 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]]'
217 # where to pull and push changes (set to empty string to disable)
218 gitorigin_branch: origin
219 # branch that the wiki is stored in
220 gitmaster_branch: master
222 # gitpush plugin
223 # git repository urls that changes are pushed to
224 git_push_to:
225   - git@github.com:joeyh/ikiwiki.git
226   - joey@git.kitenet.net:/srv/git/ikiwiki.git
228 # htmlscrubber plugin
229 # PageSpec specifying pages not to scrub
230 htmlscrubber_skip: tipjar
232 # ikiwikihosting plugin
233 # list of urls that alias to the main url
234 urlalias:
235   - http://ikiwiki.branchable.com/
236   - http://ikiwiki.branchable.com/
237   - http://git.ikiwiki.info/
238   - http://www.ikiwiki.info/
239 # openid of primary site owner
240 owner: http://joey.kitenet.net/
241 # optional hostname of site this one was branched from
242 #parent: ''
243 # internal hostname of this site
244 hostname: ikiwiki.branchable.com
245 # site creation datestamp
246 created: 1305836524
247 # how many days to retain logs
248 #log_period: 7
249 # disable IPv6?
250 ipv6_disabled: 0
252 # inline plugin
253 # enable rss feeds by default?
254 rss: 1
255 # enable atom feeds by default?
256 atom: 0
257 # allow rss feeds to be used?
258 #allowrss: 0
259 # allow atom feeds to be used?
260 allowatom: 1
261 # urls to ping (using XML-RPC) on feed update
262 pingurl: []
264 ######################################################################
265 # auth plugins
266 #   (anonok, blogspam, httpauth, lockedit, moderatedcomments,
267 #    opendiscussion, openid, passwordauth, signinedit)
268 ######################################################################
270 # anonok plugin
271 # PageSpec to limit which pages anonymous users can edit
272 #anonok_pagespec: '*/discussion'
274 # blogspam plugin
275 # PageSpec of pages to check for spam
276 blogspam_pagespec: '*'
277 # options to send to blogspam server
278 #blogspam_options: 'blacklist=1.2.3.4,blacklist=8.7.6.5,max-links=10'
279 # blogspam server XML-RPC url
280 #blogspam_server: ''
282 # httpauth plugin
283 # url to redirect to when authentication is needed
284 #cgiauthurl: http://example.com/wiki/auth/ikiwiki.cgi
285 # PageSpec of pages where only httpauth will be used for authentication
286 #httpauth_pagespec: '!*/Discussion'
288 # lockedit plugin
289 # PageSpec controlling which pages are locked
290 locked_pages: tipjar
292 # moderatedcomments plugin
293 # PageSpec matching users or comment locations to moderate
294 #moderate_pagespec: '*'
296 # openid plugin
297 # url pattern of openid realm (default is cgiurl)
298 openid_realm: http://*.branchable.com/
299 # url to ikiwiki cgi to use for openid authentication (default is cgiurl)
300 openid_cgiurl: http://ikiwiki.branchable.com/ikiwiki.cgi
302 # passwordauth plugin
303 # a password that must be entered when signing up for an account
304 #account_creation_password: s3cr1t
305 # cost of generating a password using Authen::Passphrase::BlowfishCrypt
306 #password_cost: 8
308 ######################################################################
309 # format plugins
310 #   (creole, highlight, hnb, html, mdwn, otl, po, rawhtml, rst, textile,
311 #    txt)
312 ######################################################################
314 # highlight plugin
315 # types of source files to syntax highlight
316 tohighlight: .c .h .cpp .pl .py Makefile:make
317 # location of highlight's filetypes.conf
318 filetypes_conf: /etc/highlight/filetypes.conf
319 # location of highlight's langDefs directory
320 langdefdir: /usr/share/highlight/langDefs
322 # mdwn plugin
323 # enable multimarkdown features?
324 #multimarkdown: 0
326 # po plugin
327 # master language (non-PO files)
328 #po_master_language: en|English
329 # slave languages (translated via PO files) format: ll|Langname
330 #po_slave_languages:
331 #  - fr|Français
332 #  - es|Español
333 #  - de|Deutsch
334 # PageSpec controlling which pages are translatable
335 po_translatable_pages: ''
336 # internal linking behavior (default/current/negotiated)
337 po_link_to: default
339 ######################################################################
340 # misc plugins
341 #   (filecheck)
342 ######################################################################
344 ######################################################################
345 # web plugins
346 #   (404, attachment, comments, editdiff, edittemplate, getsource, google,
347 #    goto, mirrorlist, remove, rename, repolist, search, theme, userlist,
348 #    websetup, wmd)
349 ######################################################################
351 # attachment plugin
352 # enhanced PageSpec specifying what attachments are allowed
353 allowed_attachments: admin() and virusfree()
354 # virus checker program (reads STDIN, returns nonzero if virus found)
355 virus_checker: clamdscan -
357 # comments plugin
358 # PageSpec of pages where comments are allowed
359 comments_pagespec: forum/* and !*/Discussion
360 # PageSpec of pages where posting new comments is not allowed
361 comments_closed_pagespec: ''
362 # Base name for comments, e.g. "comment_" for pages like "sandbox/comment_12"
363 comments_pagename: comment_
364 # Interpret directives in comments?
365 #comments_allowdirectives: 0
366 # Allow anonymous commenters to set an author name?
367 comments_allowauthor: 0
368 # commit comments to the VCS
369 comments_commit: 1
371 # getsource plugin
372 # Mime type for returned source.
373 #getsource_mimetype: text/plain; charset=utf-8
375 # mirrorlist plugin
376 # list of mirrors
377 #mirrorlist: {}
379 # repolist plugin
380 # URIs of repositories containing the wiki's source
381 repositories:
382   - ssh://b-ikiwiki@ikiwiki.branchable.com/
383   - git://ikiwiki.branchable.com/
385 # search plugin
386 # path to the omega cgi program
387 omega_cgi: /usr/lib/cgi-bin/omega/omega
389 # theme plugin
390 # name of theme to enable
391 #theme: actiontabs
393 # websetup plugin
394 # list of plugins that cannot be enabled/disabled via the web interface
395 websetup_force_plugins:
396   - httpauth
397   - openid
398   - mdwn
399   - wmd
400 # list of additional setup field keys to treat as unsafe
401 websetup_unsafe:
402   - url
403   - cgiurl
404   - verbose
405   - syslog
406   - usedirs
407   - prefix_directives
408   - indexpages
409   - repositories
410   - sslcookie
411 # show unsafe settings, read-only, in web interface?
412 websetup_show_unsafe: 0
414 ######################################################################
415 # widget plugins
416 #   (calendar, color, conditional, cutpaste, date, format, fortune,
417 #    graphviz, haiku, headinganchors, img, linkmap, listdirectives, map,
418 #    more, orphans, pagecount, pagestats, poll, polygen, postsparkline,
419 #    progress, shortcut, sparkline, table, template, teximg, toc, toggle,
420 #    version)
421 ######################################################################
423 # calendar plugin
424 # base of the archives hierarchy
425 #archivebase: archives
426 # PageSpec of pages to include in the archives; used by ikiwiki-calendar command
427 #archive_pagespec: page(posts/*) and !*/Discussion
429 # listdirectives plugin
430 # directory in srcdir that contains directive descriptions
431 directive_description_dir: ikiwiki/directive
433 # teximg plugin
434 # Should teximg use dvipng to render, or dvips and convert?
435 #teximg_dvipng: ''
436 # LaTeX prefix for teximg plugin
437 #teximg_prefix: |
438 #  \documentclass{article}
439 #  \usepackage[utf8]{inputenc}
440 #  \usepackage{amsmath}
441 #  \usepackage{amsfonts}
442 #  \usepackage{amssymb}
443 #  \pagestyle{empty}
444 #  \begin{document}
445 # LaTeX postfix for teximg plugin
446 #teximg_postfix: '\end{document}'
448 ######################################################################
449 # other plugins
450 #   (aggregate, autoindex, brokenlinks, camelcase, ddate, embed, favicon,
451 #    flattr, goodstuff, htmlbalance, localstyle, missingsite, pagetemplate,
452 #    parked, pingee, pinger, prettydate, recentchanges, recentchangesdiff,
453 #    relativedate, rsync, sidebar, smiley, sortnaturally, tag,
454 #    testpagespec, transient, typography, underlay)
455 ######################################################################
457 # aggregate plugin
458 # enable aggregation to internal pages?
459 aggregateinternal: 1
460 # allow aggregation to be triggered via the web?
461 #aggregate_webtrigger: 0
462 # cookie control
463 cookiejar:
464   file: /home/b-ikiwiki/.ikiwiki/cookies
466 # autoindex plugin
467 # commit autocreated index pages
468 autoindex_commit: 1
470 # camelcase plugin
471 # list of words to not turn into links
472 #camelcase_ignore: []
474 # flattr plugin
475 # userid or user name to use by default for Flattr buttons
476 #flattr_userid: joeyh
478 # parked plugin
479 # An optional message explaining why this site is parked.
480 #parked_message: ''
482 # pinger plugin
483 # how many seconds to try pinging before timing out
484 #pinger_timeout: 15
486 # prettydate plugin
487 # format to use to display date
488 prettydateformat: '%X, %B %o, %Y'
490 # recentchanges plugin
491 # name of the recentchanges page
492 recentchangespage: recentchanges
493 # number of changes to track
494 recentchangesnum: 100
496 # rsync plugin
497 # command to run to sync updated pages
498 #rsync_command: rsync -qa --delete . user@host:/path/to/docroot/
500 # sidebar plugin
501 # show sidebar page on all pages?
502 global_sidebars: 0
504 # tag plugin
505 # parent page tags are located under
506 #tagbase: tag
507 # autocreate new tag pages?
508 #tag_autocreate: 1
509 # commit autocreated tag pages
510 tag_autocreate_commit: 1
512 # typography plugin
513 # Text::Typography attributes value
514 #typographyattributes: 3
516 # underlay plugin
517 # extra underlay directories to add
518 #add_underlays:
519 #  - /home/b-ikiwiki/wiki.underlay