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