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