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