Drop copying of virtualbox-guest-dkms udev rules (refs: #15532).
[tails.git] / ikiwiki.setup
blob76c13ccd04a508e07f2ce34a1bd941f67ed593cd
1 # -*- mode: yaml; -*-
2 # IkiWiki::Setup::Yaml - YAML formatted setup file
4 # Setup file for ikiwiki.
5
6 # Passing this to ikiwiki --setup will make ikiwiki generate
7 # wrappers and build the wiki.
8
9 # Remember to re-run ikiwiki --setup any time you edit this file.
11 # name of the wiki
12 wikiname: The Amnesic Incognito Live System
13 # contact email for wiki
14 adminemail: tails@boum.org
15 # users who are wiki admins
16 adminuser: []
17 # users who are banned from the wiki
18 banned_users: []
19 # where the source of the wiki is located
20 srcdir: wiki/src
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
26 cgiurl: ''
27 # filename of cgi wrapper to generate
28 cgi_wrapper: ''
29 # mode for cgi_wrapper (can safely be made suid)
30 cgi_wrappermode: 06755
31 # try harder to produce deterministic output
32 deterministic: 1
33 # rcs backend to use
34 rcs: ''
35 # plugins to add to the default configuration
36 add_plugins:
37   - favicon
38   - html
39   - map
40   - mirrorlist
41   - po
42   - shortcut
43   - sidebar
44   - tag
45   - toc
46   - typography
47   - meta
48   - img
49   - pagestats
50   - toggle
51   - trail
52   - underlay
53 # plugins to disable
54 disable_plugins:
55   - comments
56   - openid
57   - httpauth
58   - lockedit
59   - signinedit
60   - passwordauth
61   - editpage
62   - recentchanges
63 # additional directory to search for template files
64 # templatedir: /usr/share/ikiwiki/templates
65 # base wiki source location
66 # underlaydir: /usr/share/ikiwiki/basewiki
67 # display verbose messages?
68 verbose: 1
69 # log to syslog?
70 #syslog: 1
71 # create output files named page/index.html?
72 usedirs: 0
73 # use '!'-prefixed preprocessor directives?
74 prefix_directives: 1
75 # use page/index.mdwn source files
76 indexpages: 0
77 # enable Discussion pages?
78 discussion: 0
79 # name of Discussion pages
80 discussionpage: Discussion
81 # generate HTML5? (experimental)
82 html5: 0
83 # only send cookies over SSL connections?
84 sslcookie: 0
85 # extension to use for new pages
86 default_pageext: mdwn
87 # extension to use for html files
88 htmlext: html
89 # strftime format string to display date
90 timeformat: '%c'
91 # UTF-8 locale to use
92 locale: en_US.UTF-8
93 # put user pages below specified page
94 userdir: ''
95 # how many backlinks to show before hiding excess (0 to show all)
96 numbacklinks: 10
97 # attempt to hardlink source files? (optimisation for large files)
98 hardlink: 0
99 # force ikiwiki to use a particular umask
100 #umask: 022
101 # group for wrappers to run in
102 #wrappergroup: ikiwiki
103 # extra library and plugin directory
104 libdir: ''
105 # environment variables
106 ENV: {}
107 # regexp of normally excluded files to include
108 include: '^\.htaccess$'
109 # regexp of files that should be skipped
110 exclude: '(^blueprint\/.*|^contribute\/how\/promote\/material\/.*|\/discussion\..*|\/Discussion\..*|^misc\/.*)'
111 # specifies the characters that are allowed in source filenames
112 wiki_file_chars: '-[:alnum:]+/._~'
113 # allow symlinks in the path leading to the srcdir (potentially insecure)
114 allow_symlinks_before_srcdir: 1
116 ######################################################################
117 # core plugins
118 #   (editpage, htmlscrubber, inline, link, meta, parentlinks)
119 ######################################################################
121 # htmlscrubber plugin
122 # PageSpec specifying pages not to scrub
123 htmlscrubber_skip: 'misc/unsafe_browser_warning or misc/unsafe_browser_warning.* or donate or donate.* or donate/* or download or download.* or home or home.* or index or index.* or install or install.* or install/* or upgrade or upgrade.* or upgrade/*'
125 # inline plugin
126 # enable rss feeds by default?
127 rss: 0
128 # enable atom feeds by default?
129 atom: 0
130 # allow rss feeds to be used?
131 #allowrss: 0
132 # allow atom feeds to be used?
133 #allowatom: 0
134 # urls to ping (using XML-RPC) on feed update
135 pingurl: []
137 ######################################################################
138 # auth plugins
139 #   (anonok, blogspam, httpauth, lockedit, moderatedcomments,
140 #    opendiscussion, openid, passwordauth, signinedit)
141 ######################################################################
143 # anonok plugin
144 # PageSpec to limit which pages anonymous users can edit
145 #anonok_pagespec: '*/discussion'
147 # blogspam plugin
148 # PageSpec of pages to check for spam
149 #blogspam_pagespec: postcomment(*)
150 # options to send to blogspam server
151 #blogspam_options: 'blacklist=1.2.3.4,blacklist=8.7.6.5,max-links=10'
152 # blogspam server XML-RPC url
153 #blogspam_server: ''
155 # httpauth plugin
156 # url to redirect to when authentication is needed
157 #cgiauthurl: http://example.com/wiki/auth/ikiwiki.cgi
158 # PageSpec of pages where only httpauth will be used for authentication
159 #httpauth_pagespec: '!*/Discussion'
161 # lockedit plugin
162 # PageSpec controlling which pages are locked
163 #locked_pages:
165 # moderatedcomments plugin
166 # PageSpec matching users or comment locations to moderate
167 #moderate_pagespec: '*'
169 # openid plugin
170 # url pattern of openid realm (default is cgiurl)
171 #openid_realm: ''
172 # url to ikiwiki cgi to use for openid authentication (default is cgiurl)
173 #openid_cgiurl: ''
175 # passwordauth plugin
176 # a password that must be entered when signing up for an account
177 #account_creation_password: s3cr1t
178 # cost of generating a password using Authen::Passphrase::BlowfishCrypt
179 #password_cost: 8
181 ######################################################################
182 # format plugins
183 #   (creole, highlight, hnb, html, mdwn, otl, po, rawhtml, textile, txt)
184 ######################################################################
186 # highlight plugin
187 # types of source files to syntax highlight
188 #tohighlight: .c .h .cpp .pl .py Makefile:make
189 # location of highlight's filetypes.conf
190 #filetypes_conf: /etc/highlight/filetypes.conf
191 # location of highlight's langDefs directory
192 #langdefdir: /usr/share/highlight/langDefs
194 # mdwn plugin
195 # enable multimarkdown features?
196 #multimarkdown: 0
198 # po plugin
199 # master language (non-PO files)
200 po_master_language: en|English
201 # slave languages (translated via PO files) format: ll|Langname
202 po_slave_languages:
203   - de|Deutsch
204   - es|Español
205   - fa|Farsi
206   - fr|Français
207   - it|Italiano
208   - pt|Português
209 # PageSpec controlling which pages are translatable
211 # On each release `n` of Tails 3.0, 4.0, etc. this list should be
212 # updated to disable translations of news/version_*, news/test_*, and
213 # security/Numerous_security_holes_in_* for release `n-2`.
215 # When updating this list, refer to the checklist in
216 # https://tails.boum.org/contribute/how/website/po_translatable_pages/
217 po_translatable_pages: '!security/audits and !security/audits/* and !news/report_2* and !news/version_0* and !news/version_1* and !news/test_0* and !news/test_1* and !news/test_*alpha? and !news/test_*-beta? and !news/test_*-rc? and !security/Numerous_security_holes_in_0* and !security/Numerous_security_holes_in_1* and (about or about/* or bugs or chat or contribute or doc or doc/* or donate or donate/* or download or download.inline or getting_started or home or index or news or news/* or partners or press or security or security/* or sidebar or support or support/* or torrents or install or install/* or upgrade or upgrade/*)'
218 # internal linking behavior (default/current/negotiated)
219 po_link_to: current
221 ######################################################################
222 # misc plugins
223 #   (filecheck)
224 ######################################################################
226 ######################################################################
227 # web plugins
228 #   (404, attachment, comments, editdiff, edittemplate, getsource, google,
229 #    goto, mirrorlist, remove, rename, repolist, search, theme, websetup,
230 #    wmd)
231 ######################################################################
233 # attachment plugin
234 # enhanced PageSpec specifying what attachments are allowed
235 #allowed_attachments: virusfree() and mimetype(image/*) and maxsize(50kb)
236 # virus checker program (reads STDIN, returns nonzero if virus found)
237 #virus_checker: clamdscan -
239 # comments plugin
240 # PageSpec of pages where comments are allowed
241 #comments_pagespec: forum/*
242 # PageSpec of pages where posting new comments is not allowed
243 #comments_closed_pagespec: ''
244 # Base name for comments, e.g. "comment_" for pages like "sandbox/comment_12"
245 #comments_pagename: comment_
246 # Interpret directives in comments?
247 #comments_allowdirectives: 0
248 # Allow anonymous commenters to set an author name?
249 #comments_allowauthor: 0
250 # commit comments to the VCS
251 #comments_commit: 1
253 # getsource plugin
254 # Mime type for returned source.
255 #getsource_mimetype: text/plain; charset=utf-8
257 # mirrorlist plugin
258 # list of mirrors
259 mirrorlist:
260   tails.boum.org: https://tails.boum.org/ikiwiki.cgi
261 # generate links that point to the mirrors' ikiwiki CGI
262 mirrorlist_use_cgi: 1
264 # repolist plugin
265 # URIs of repositories containing the wiki's source
266 #repositories:
267 #  - svn://svn.example.org/wiki/trunk
269 # search plugin
270 # path to the omega cgi program
271 #omega_cgi: /usr/lib/cgi-bin/omega/omega
273 # theme plugin
274 # name of theme to enable
275 #theme: actiontabs
277 # websetup plugin
278 # list of plugins that cannot be enabled/disabled via the web interface
279 #websetup_force_plugins: []
280 # list of additional setup field keys to treat as unsafe
281 #websetup_unsafe: []
282 # show unsafe settings, read-only, in web interface?
283 #websetup_show_unsafe: 1
285 ######################################################################
286 # widget plugins
287 #   (calendar, color, conditional, cutpaste, date, format, fortune,
288 #    graphviz, haiku, img, linkmap, listdirectives, map, more, orphans,
289 #    pagecount, pagestats, poll, polygen, postsparkline, progress,
290 #    shortcut, sparkline, table, template, teximg, toc, toggle, version)
291 ######################################################################
293 # calendar plugin
294 # base of the archives hierarchy
295 #archivebase: archives
296 # PageSpec of pages to include in the archives; used by ikiwiki-calendar command
297 #archive_pagespec: page(posts/*) and !*/Discussion
299 # listdirectives plugin
300 # directory in srcdir that contains directive descriptions
301 #directive_description_dir: ikiwiki/directive
303 # teximg plugin
304 # Should teximg use dvipng to render, or dvips and convert?
305 #teximg_dvipng: ''
306 # LaTeX prefix for teximg plugin
307 #teximg_prefix: |
308 #  \documentclass{article}
309 #  \usepackage[utf8]{inputenc}
310 #  \usepackage{amsmath}
311 #  \usepackage{amsfonts}
312 #  \usepackage{amssymb}
313 #  \pagestyle{empty}
314 #  \begin{document}
315 # LaTeX postfix for teximg plugin
316 #teximg_postfix: '\end{document}'
318 ######################################################################
319 # other plugins
320 #   (aggregate, autoindex, brokenlinks, camelcase, ddate, embed, favicon,
321 #    flattr, goodstuff, htmlbalance, localstyle, pagetemplate, pandoc,
322 #    pingee, pinger, prettydate, recentchanges, recentchangesdiff,
323 #    relativedate, rsync, sidebar, smiley, sortnaturally, tag,
324 #    testpagespec, transient, underlay)
325 ######################################################################
327 # aggregate plugin
328 # enable aggregation to internal pages?
329 #aggregateinternal: 1
330 # allow aggregation to be triggered via the web?
331 #aggregate_webtrigger: 0
332 # cookie control
333 #cookiejar:
334 #  file: /home/user/.ikiwiki/cookies
336 # autoindex plugin
337 # commit autocreated index pages
338 #autoindex_commit: 1
340 # camelcase plugin
341 # list of words to not turn into links
342 #camelcase_ignore: []
344 # flattr plugin
345 # userid or user name to use by default for Flattr buttons
346 #flattr_userid: joeyh
348 # pandoc plugin
349 # Path to pandoc executable
350 #pandoc_command: /usr/bin/pandoc
351 # File extension for Markdown files
352 #pandoc_markdown_ext: mdwn
353 # Enable Pandoc processing of LaTeX documents
354 #pandoc_latex: 0
355 # Enable Pandoc processing of reStructuredText documents
356 #pandoc_rst: 0
357 # Use smart quotes, dashes, and ellipses
358 #pandoc_smart: 1
359 # Output format (html, markdown or latex)
360 #pandoc_output_format: html
361 # Path depth of which LaTeX parts roots (e.g.: bla/part1 = depth 2)
362 #pandoc_parts_at_depth: 1
363 # Shift headers level depending on page depth (default: enabled for LaTeX output, disabled else)
364 #pandoc_shift_headers: 1
366 # pinger plugin
367 # how many seconds to try pinging before timing out
368 #pinger_timeout: 15
370 # prettydate plugin
371 # format to use to display date
372 #prettydateformat: '%X, %B %o, %Y'
374 # recentchanges plugin
375 # name of the recentchanges page
376 #recentchangespage: recentchanges
377 # number of changes to track
378 #recentchangesnum: 100
380 # rsync plugin
381 # command to run to sync updated pages
382 #rsync_command: rsync -qa --delete . user@host:/path/to/docroot/
384 # sidebar plugin
385 # show sidebar page on all pages?
386 #global_sidebars: 1
388 # tag plugin
389 # parent page tags are located under
390 tagbase: tags
391 # autocreate new tag pages?
392 #tag_autocreate: 1
393 # commit autocreated tag pages
394 tag_autocreate_commit: 1
396 # underlay plugin
397 # extra underlay directories to add
398 add_underlays:
399   - /home/amnesia/Persistent/Tails/promotion-material