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.
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
31 # try harder to produce deterministic output
35 # plugins to add to the default configuration
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?
71 # create output files named page/index.html?
73 # use '!'-prefixed preprocessor directives?
75 # use page/index.mdwn source files
77 # enable Discussion pages?
79 # name of Discussion pages
80 discussionpage: Discussion
81 # generate HTML5? (experimental)
83 # only send cookies over SSL connections?
85 # extension to use for new pages
87 # extension to use for html files
89 # strftime format string to display date
93 # put user pages below specified page
95 # how many backlinks to show before hiding excess (0 to show all)
97 # attempt to hardlink source files? (optimisation for large files)
99 # force ikiwiki to use a particular umask
101 # group for wrappers to run in
102 #wrappergroup: ikiwiki
103 # extra library and plugin directory
105 # environment variables
107 # regexp of normally excluded files to include
108 #include: '^\.htaccess$'
109 # regexp of files that should be skipped
110 exclude: '(^^contribute\/how\/promote\/material\/.*|\/discussion\..*|\/Discussion\..*|\.(ar|fa|id|pl|sr_Latn|tr|zh|zh_TW)\.po$)'
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 ######################################################################
118 # (editpage, git, htmlscrubber, inline, link, meta, parentlinks)
119 ######################################################################
121 # htmlscrubber plugin
122 # PageSpec specifying pages not to scrub
123 #htmlscrubber_skip: '!blueprint/*'
126 # enable rss feeds by default?
128 # enable atom feeds by default?
130 # allow rss feeds to be used?
132 # allow atom feeds to be used?
134 # urls to ping (using XML-RPC) on feed update
137 ######################################################################
139 # (anonok, blogspam, httpauth, lockedit, moderatedcomments,
140 # opendiscussion, openid, passwordauth, signinedit)
141 ######################################################################
144 # PageSpec to limit which pages anonymous users can edit
145 #anonok_pagespec: '*/discussion'
148 # url to redirect to when authentication is needed
149 #cgiauthurl: http://example.com/wiki/auth/ikiwiki.cgi
150 # PageSpec of pages where only httpauth will be used for authentication
151 #httpauth_pagespec: '!*/Discussion'
153 # moderatedcomments plugin
154 # PageSpec matching users or comment locations to moderate
155 #moderate_pagespec: '*'
158 # url pattern of openid realm (default is cgiurl)
160 # url to ikiwiki cgi to use for openid authentication (default is cgiurl)
163 ######################################################################
165 # (creole, highlight, hnb, html, mdwn, otl, po, rawhtml, textile, txt)
166 ######################################################################
169 # types of source files to syntax highlight
170 #tohighlight: .c .h .cpp .pl .py Makefile:make
171 # location of highlight's filetypes.conf
172 #filetypes_conf: /etc/highlight/filetypes.conf
173 # location of highlight's langDefs directory
174 #langdefdir: /usr/share/highlight/langDefs
177 # enable multimarkdown features?
181 # master language (non-PO files)
182 po_master_language: en|English
183 # slave languages (translated via PO files) format: ll|Langname
192 # PageSpec controlling which pages are translatable
194 # On each release `n` of Tails 3.0, 4.0, etc. this list should be
195 # updated to disable translations of news/version_* for release `n-2`.
197 # When updating this list, refer to the checklist in
198 # https://tails.net/contribute/how/website/po_translatable_pages/
199 po_translatable_pages: '!news/report_2* and !news/version_0* and !news/version_0*/* and !news/version_1* and !news/version_1*/* and !news/version_2* and !news/version_2*/* and !news/version_3* and !news/version_3*/* and !news/version_4* and !news/version_4*/* and !news/test_* and !security/Numerous_security_holes_in_* and !security/known_security_vulnerabilities_in_* and (about or about/* or banner or bugs or chat or contribute or doc or doc/* or donate or donate/* or download or download.inline or footer or getting_started or home or home/* or index or ioerror or latest or news or news/* or sponsors or sandbox or security or security/* or sidebar or support or support/* or torrents or install or install/* or upgrade or upgrade/* or misc/*)'
200 # internal linking behavior (default/current/negotiated)
203 ######################################################################
206 ######################################################################
208 ######################################################################
210 # (404, attachment, comments, editdiff, edittemplate, getsource, google,
211 # goto, mirrorlist, remove, rename, repolist, search, theme, websetup,
213 ######################################################################
216 # enhanced PageSpec specifying what attachments are allowed
217 #allowed_attachments: virusfree() and mimetype(image/*) and maxsize(50kb)
218 # virus checker program (reads STDIN, returns nonzero if virus found)
219 #virus_checker: clamdscan -
222 # PageSpec of pages where comments are allowed
223 #comments_pagespec: forum/*
224 # PageSpec of pages where posting new comments is not allowed
225 #comments_closed_pagespec: ''
226 # Base name for comments, e.g. "comment_" for pages like "sandbox/comment_12"
227 #comments_pagename: comment_
228 # Interpret directives in comments?
229 #comments_allowdirectives: 0
230 # Allow anonymous commenters to set an author name?
231 #comments_allowauthor: 0
232 # commit comments to the VCS
236 # Mime type for returned source.
237 #getsource_mimetype: text/plain; charset=utf-8
240 # URIs of repositories containing the wiki's source
242 # - svn://svn.example.org/wiki/trunk
245 # path to the omega cgi program
246 #omega_cgi: /usr/lib/cgi-bin/omega/omega
249 # name of theme to enable
253 # list of plugins that cannot be enabled/disabled via the web interface
254 #websetup_force_plugins: []
255 # list of additional setup field keys to treat as unsafe
257 # show unsafe settings, read-only, in web interface?
258 #websetup_show_unsafe: 1
260 ######################################################################
262 # (calendar, color, conditional, cutpaste, date, format, fortune,
263 # graphviz, haiku, img, linkmap, listdirectives, map, more, orphans,
264 # pagecount, pagestats, poll, polygen, postsparkline, progress,
265 # shortcut, sparkline, table, template, teximg, toc, toggle, version)
266 ######################################################################
269 # base of the archives hierarchy
270 #archivebase: archives
271 # PageSpec of pages to include in the archives; used by ikiwiki-calendar command
272 #archive_pagespec: page(posts/*) and !*/Discussion
274 # listdirectives plugin
275 # directory in srcdir that contains directive descriptions
276 #directive_description_dir: ikiwiki/directive
279 # Should teximg use dvipng to render, or dvips and convert?
281 # LaTeX prefix for teximg plugin
283 # \documentclass{article}
284 # \usepackage[utf8]{inputenc}
285 # \usepackage{amsmath}
286 # \usepackage{amsfonts}
287 # \usepackage{amssymb}
290 # LaTeX postfix for teximg plugin
291 #teximg_postfix: '\end{document}'
293 ######################################################################
295 # (aggregate, autoindex, brokenlinks, camelcase, ddate, embed, favicon,
296 # flattr, goodstuff, htmlbalance, localstyle, pagetemplate, pandoc,
297 # pingee, pinger, prettydate, recentchanges, recentchangesdiff,
298 # relativedate, rsync, sidebar, smiley, sortnaturally, tag,
299 # testpagespec, transient, underlay)
300 ######################################################################
303 # enable aggregation to internal pages?
304 #aggregateinternal: 1
305 # allow aggregation to be triggered via the web?
306 #aggregate_webtrigger: 0
309 # file: /home/user/.ikiwiki/cookies
312 # commit autocreated index pages
316 # list of words to not turn into links
317 #camelcase_ignore: []
320 # userid or user name to use by default for Flattr buttons
321 #flattr_userid: joeyh
324 # Path to pandoc executable
325 #pandoc_command: /usr/bin/pandoc
326 # File extension for Markdown files
327 #pandoc_markdown_ext: mdwn
328 # Enable Pandoc processing of LaTeX documents
330 # Enable Pandoc processing of reStructuredText documents
332 # Use smart quotes, dashes, and ellipses
334 # Output format (html, markdown or latex)
335 #pandoc_output_format: html
336 # Path depth of which LaTeX parts roots (e.g.: bla/part1 = depth 2)
337 #pandoc_parts_at_depth: 1
338 # Shift headers level depending on page depth (default: enabled for LaTeX output, disabled else)
339 #pandoc_shift_headers: 1
342 # how many seconds to try pinging before timing out
346 # format to use to display date
347 prettydateformat: '%Y-%m-%d'
349 # recentchanges plugin
350 # name of the recentchanges page
351 #recentchangespage: recentchanges
352 # number of changes to track
353 #recentchangesnum: 100
356 # command to run to sync updated pages
357 #rsync_command: rsync -qa --delete . user@host:/path/to/docroot/
360 # show sidebar page on all pages?
364 # parent page tags are located under
366 # autocreate new tag pages?
368 # commit autocreated tag pages
369 #tag_autocreate_commit: 1
372 # extra underlay directories to add
374 - /home/amnesia/Persistent/Tails/promotion-material
377 # https://ikiwiki.info/plugins/contrib/sidebar2/