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