2 # IkiWiki::Setup::Yaml - YAML formatted setup file
4 # Setup file for ikiwiki.
6 # Passing this to ikiwiki --setup will make ikiwiki generate
7 # wrappers and build the wiki.
9 # Remember to re-run ikiwiki --setup any time you edit this file.
12 wikiname: The Amnesic Incognito Live System
13 # contact email for wiki
14 adminemail: tails@boum.org
15 # users who are wiki admins
17 # users who are banned from the wiki
19 # where the source of the wiki is located
21 # where to build the wiki
22 destdir: config/chroot_local-includes/usr/share/doc/tails/website
23 # base url to the wiki
24 url: file:///usr/share/doc/tails/website
25 # url to the ikiwiki.cgi
27 # filename of cgi wrapper to generate
29 # mode for cgi_wrapper (can safely be made suid)
30 cgi_wrappermode: 06755
33 # plugins to add to the default configuration
58 # additional directory to search for template files
59 # templatedir: /usr/share/ikiwiki/templates
60 # base wiki source location
61 # underlaydir: /usr/share/ikiwiki/basewiki
62 # display verbose messages?
66 # create output files named page/index.html?
68 # use '!'-prefixed preprocessor directives?
70 # use page/index.mdwn source files
72 # enable Discussion pages?
74 # name of Discussion pages
75 discussionpage: Discussion
76 # generate HTML5? (experimental)
78 # only send cookies over SSL connections?
80 # extension to use for new pages
82 # extension to use for html files
84 # strftime format string to display date
88 # put user pages below specified page
90 # how many backlinks to show before hiding excess (0 to show all)
92 # attempt to hardlink source files? (optimisation for large files)
94 # force ikiwiki to use a particular umask
96 # group for wrappers to run in
97 #wrappergroup: ikiwiki
98 # extra library and plugin directory
100 # environment variables
102 # regexp of normally excluded files to include
103 include: '^\.htaccess$'
104 # regexp of files that should be skipped
105 exclude: (?-xism:/discussion)
106 # specifies the characters that are allowed in source filenames
107 wiki_file_chars: '-[:alnum:]+/.:_'
108 # allow symlinks in the path leading to the srcdir (potentially insecure)
109 allow_symlinks_before_srcdir: 1
111 ######################################################################
113 # (editpage, htmlscrubber, inline, link, meta, parentlinks)
114 ######################################################################
116 # htmlscrubber plugin
117 # PageSpec specifying pages not to scrub
118 #htmlscrubber_skip: '!*/Discussion'
121 # enable rss feeds by default?
123 # enable atom feeds by default?
125 # allow rss feeds to be used?
127 # allow atom feeds to be used?
129 # urls to ping (using XML-RPC) on feed update
132 ######################################################################
134 # (anonok, blogspam, httpauth, lockedit, moderatedcomments,
135 # opendiscussion, openid, passwordauth, signinedit)
136 ######################################################################
139 # PageSpec to limit which pages anonymous users can edit
140 #anonok_pagespec: '*/discussion'
143 # PageSpec of pages to check for spam
144 #blogspam_pagespec: postcomment(*)
145 # options to send to blogspam server
146 #blogspam_options: 'blacklist=1.2.3.4,blacklist=8.7.6.5,max-links=10'
147 # blogspam server XML-RPC url
151 # url to redirect to when authentication is needed
152 #cgiauthurl: http://example.com/wiki/auth/ikiwiki.cgi
153 # PageSpec of pages where only httpauth will be used for authentication
154 #httpauth_pagespec: '!*/Discussion'
157 # PageSpec controlling which pages are locked
158 locked_pages: '.htaccess or inc/* or download or doc/about/openpgp_keys or sidebar or support or torrents/rss* or index or recentchanges or index/Discussion or shortcuts or shortcuts.* or contribute/release_process'
160 # moderatedcomments plugin
161 # PageSpec matching users or comment locations to moderate
162 #moderate_pagespec: '*'
165 # url pattern of openid realm (default is cgiurl)
167 # url to ikiwiki cgi to use for openid authentication (default is cgiurl)
170 # passwordauth plugin
171 # a password that must be entered when signing up for an account
172 #account_creation_password: s3cr1t
173 # cost of generating a password using Authen::Passphrase::BlowfishCrypt
176 ######################################################################
178 # (creole, highlight, hnb, html, mdwn, otl, po, rawhtml, textile, txt)
179 ######################################################################
182 # types of source files to syntax highlight
183 #tohighlight: .c .h .cpp .pl .py Makefile:make
184 # location of highlight's filetypes.conf
185 #filetypes_conf: /etc/highlight/filetypes.conf
186 # location of highlight's langDefs directory
187 #langdefdir: /usr/share/highlight/langDefs
190 # enable multimarkdown features?
194 # master language (non-PO files)
195 po_master_language: en|English
196 # slave languages (translated via PO files) format: ll|Langname
201 # PageSpec controlling which pages are translatable
202 po_translatable_pages: '!security/audits and !security/audits/* and (about or chat or contribute or doc or doc/* or download or getting_started or inc/stable_i386_date or index or news or security or security/* or sidebar or support or support/* or torrents or wishlist)'
203 # internal linking behavior (default/current/negotiated)
206 ######################################################################
209 ######################################################################
211 ######################################################################
213 # (404, attachment, comments, editdiff, edittemplate, getsource, google,
214 # goto, mirrorlist, remove, rename, repolist, search, theme, websetup,
216 ######################################################################
219 # enhanced PageSpec specifying what attachments are allowed
220 #allowed_attachments: virusfree() and mimetype(image/*) and maxsize(50kb)
221 # virus checker program (reads STDIN, returns nonzero if virus found)
222 #virus_checker: clamdscan -
225 # PageSpec of pages where comments are allowed
226 comments_pagespec: forum/*
227 # PageSpec of pages where posting new comments is not allowed
228 comments_closed_pagespec: ''
229 # Base name for comments, e.g. "comment_" for pages like "sandbox/comment_12"
230 comments_pagename: comment_
231 # Interpret directives in comments?
232 #comments_allowdirectives: 0
233 # Allow anonymous commenters to set an author name?
234 #comments_allowauthor: 0
235 # commit comments to the VCS
239 # Mime type for returned source.
240 #getsource_mimetype: text/plain; charset=utf-8
245 tails.boum.org: https://tails.boum.org/ikiwiki.cgi
246 # generate links that point to the mirrors' ikiwiki CGI
247 mirrorlist_use_cgi: 1
250 # URIs of repositories containing the wiki's source
252 # - svn://svn.example.org/wiki/trunk
255 # path to the omega cgi program
256 #omega_cgi: /usr/lib/cgi-bin/omega/omega
259 # name of theme to enable
263 # list of plugins that cannot be enabled/disabled via the web interface
264 #websetup_force_plugins: []
265 # list of additional setup field keys to treat as unsafe
267 # show unsafe settings, read-only, in web interface?
268 #websetup_show_unsafe: 1
270 ######################################################################
272 # (calendar, color, conditional, cutpaste, date, format, fortune,
273 # graphviz, haiku, img, linkmap, listdirectives, map, more, orphans,
274 # pagecount, pagestats, poll, polygen, postsparkline, progress,
275 # shortcut, sparkline, table, template, teximg, toc, toggle, version)
276 ######################################################################
279 # base of the archives hierarchy
280 #archivebase: archives
281 # PageSpec of pages to include in the archives; used by ikiwiki-calendar command
282 #archive_pagespec: page(posts/*) and !*/Discussion
284 # listdirectives plugin
285 # directory in srcdir that contains directive descriptions
286 #directive_description_dir: ikiwiki/directive
289 # Should teximg use dvipng to render, or dvips and convert?
291 # LaTeX prefix for teximg plugin
293 # \documentclass{article}
294 # \usepackage[utf8]{inputenc}
295 # \usepackage{amsmath}
296 # \usepackage{amsfonts}
297 # \usepackage{amssymb}
300 # LaTeX postfix for teximg plugin
301 #teximg_postfix: '\end{document}'
303 ######################################################################
305 # (aggregate, autoindex, brokenlinks, camelcase, ddate, embed, favicon,
306 # flattr, goodstuff, htmlbalance, localstyle, pagetemplate, pandoc,
307 # pingee, pinger, prettydate, recentchanges, recentchangesdiff,
308 # relativedate, rsync, sidebar, smiley, sortnaturally, tag,
309 # testpagespec, transient, underlay)
310 ######################################################################
313 # enable aggregation to internal pages?
314 #aggregateinternal: 1
315 # allow aggregation to be triggered via the web?
316 #aggregate_webtrigger: 0
319 # file: /home/user/.ikiwiki/cookies
322 # commit autocreated index pages
326 # list of words to not turn into links
327 #camelcase_ignore: []
330 # userid or user name to use by default for Flattr buttons
331 #flattr_userid: joeyh
334 # Path to pandoc executable
335 #pandoc_command: /usr/bin/pandoc
336 # File extension for Markdown files
337 #pandoc_markdown_ext: mdwn
338 # Enable Pandoc processing of LaTeX documents
340 # Enable Pandoc processing of reStructuredText documents
342 # Use smart quotes, dashes, and ellipses
344 # Output format (html, markdown or latex)
345 #pandoc_output_format: html
346 # Path depth of which LaTeX parts roots (e.g.: bla/part1 = depth 2)
347 #pandoc_parts_at_depth: 1
348 # Shift headers level depending on page depth (default: enabled for LaTeX output, disabled else)
349 #pandoc_shift_headers: 1
352 # how many seconds to try pinging before timing out
356 # format to use to display date
357 #prettydateformat: '%X, %B %o, %Y'
359 # recentchanges plugin
360 # name of the recentchanges page
361 #recentchangespage: recentchanges
362 # number of changes to track
363 #recentchangesnum: 100
366 # command to run to sync updated pages
367 #rsync_command: rsync -qa --delete . user@host:/path/to/docroot/
370 # show sidebar page on all pages?
374 # parent page tags are located under
376 # autocreate new tag pages?
378 # commit autocreated tag pages
379 tag_autocreate_commit: 1
382 # extra underlay directories to add
384 # - /home/user/wiki.underlay