1 # IkiWiki::Setup::Yaml - YAML formatted setup file
3 # Setup file for ikiwiki.
5 # Passing this to ikiwiki --setup will make ikiwiki generate
6 # wrappers and build the wiki.
8 # Remember to re-run ikiwiki --setup any time you edit this file.
12 # contact email for wiki
13 adminemail: contact@nos-oignons.net
14 # users who are wiki admins
16 # users who are banned from the wiki
18 # where the source of the wiki is located
20 # where to build the wiki
22 # base url to the wiki
24 # url to the ikiwiki.cgi
26 # filename of cgi wrapper to generate
28 # mode for cgi_wrapper (can safely be made suid)
29 cgi_wrappermode: '06755'
32 # plugins to add to the default configuration
40 # additional directory to search for template files
41 templatedir: /usr/share/ikiwiki/templates
42 # base wiki source location
43 underlaydir: /usr/share/ikiwiki/basewiki
44 # display verbose messages?
48 # create output files named page/index.html?
50 # use '!'-prefixed preprocessor directives?
52 # use page/index.mdwn source files
54 # enable Discussion pages?
56 # name of Discussion pages
57 discussionpage: Discussion
60 # only send cookies over SSL connections?
62 # extension to use for new pages
64 # extension to use for html files
66 # strftime format string to display date
70 # put user pages below specified page
72 # how many backlinks to show before hiding excess (0 to show all)
74 # attempt to hardlink source files? (optimisation for large files)
76 # force ikiwiki to use a particular umask (keywords public, group or private, or a number)
78 # group for wrappers to run in
79 #wrappergroup: ikiwiki
80 # extra library and plugin directory
82 # environment variables
86 # regexp of normally excluded files to include
87 #include: ^\.htaccess$
88 # regexp of files that should be skipped
89 #exclude: ^(*\.private|Makefile)$
90 # specifies the characters that are allowed in source filenames
91 wiki_file_chars: -[:alnum:]+/.:_
92 # allow symlinks in the path leading to the srcdir (potentially insecure)
93 allow_symlinks_before_srcdir: 0
95 ######################################################################
97 # (editpage, htmlscrubber, inline, link, meta, parentlinks)
98 ######################################################################
100 # htmlscrubber plugin
101 # PageSpec specifying pages not to scrub
102 #htmlscrubber_skip: '!*/Discussion'
105 # enable rss feeds by default?
107 # enable atom feeds by default?
109 # allow rss feeds to be used?
111 # allow atom feeds to be used?
113 # urls to ping (using XML-RPC) on feed update
116 ######################################################################
118 # (anonok, blogspam, httpauth, lockedit, moderatedcomments,
119 # opendiscussion, openid, passwordauth, signinedit)
120 ######################################################################
123 # PageSpec to limit which pages anonymous users can edit
124 #anonok_pagespec: '*/discussion'
127 # PageSpec of pages to check for spam
128 #blogspam_pagespec: postcomment(*)
129 # options to send to blogspam server
130 #blogspam_options: blacklist=1.2.3.4,blacklist=8.7.6.5,max-links=10
131 # blogspam server XML-RPC url
135 # url to redirect to when authentication is needed
136 #cgiauthurl: http://example.com/wiki/auth/ikiwiki.cgi
137 # PageSpec of pages where only httpauth will be used for authentication
138 #httpauth_pagespec: '!*/Discussion'
141 # PageSpec controlling which pages are locked
142 #locked_pages: '!*/Discussion'
144 # moderatedcomments plugin
145 # PageSpec matching users or comment locations to moderate
146 #moderate_pagespec: '*'
149 # url pattern of openid realm (default is cgiurl)
151 # url to ikiwiki cgi to use for openid authentication (default is cgiurl)
154 # passwordauth plugin
155 # a password that must be entered when signing up for an account
156 #account_creation_password: s3cr1t
157 # cost of generating a password using Authen::Passphrase::BlowfishCrypt
160 ######################################################################
162 # (creole, highlight, hnb, html, mdwn, otl, po, rawhtml, rst, textile,
164 ######################################################################
167 # types of source files to syntax highlight
168 #tohighlight: .c .h .cpp .pl .py Makefile:make
169 # location of highlight's filetypes.conf
170 #filetypes_conf: /etc/highlight/filetypes.conf
171 # location of highlight's langDefs directory
172 #langdefdir: /usr/share/highlight/langDefs
175 # enable multimarkdown features?
177 # disable use of markdown discount?
181 # master language (non-PO files)
182 po_master_language: fr|French
183 # slave languages (translated via PO files) format: ll|Langname
189 # PageSpec controlling which pages are translatable
190 po_translatable_pages: 'À_propos or Donnez or Contact'
191 # internal linking behavior (default/current/negotiated)
194 ######################################################################
195 # special-purpose plugins
197 ######################################################################
200 # the default zoom when you click on the map link
201 #osm_default_zoom: '15'
202 # the icon shown on links and on the main map
203 #osm_default_icon: ikiwiki/images/osm.png
204 # the alt tag of links, defaults to empty
206 # the output format for waypoints, can be KML, GeoJSON or CSV (one or many, comma-separated)
208 # the icon attached to a tag, displayed on the map for tagged pages
209 #osm_tag_default_icon: icon.png
211 ######################################################################
213 # (404, attachment, comments, editdiff, edittemplate, getsource, google,
214 # goto, mirrorlist, remove, rename, repolist, search, theme, userlist,
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: blog/* and !*/Discussion
227 # PageSpec of pages where posting new comments is not allowed
228 #comments_closed_pagespec: blog/controversial or blog/flamewar
229 # Base name for comments, e.g. "comment_" for pages like "sandbox/comment_12"
230 #comments_pagename: ''
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 # generate links that point to the mirrors' ikiwiki CGI
246 #mirrorlist_use_cgi: 1
249 # URIs of repositories containing the wiki's source
251 #- svn://svn.example.org/wiki/trunk
254 # path to the omega cgi program
255 #omega_cgi: /usr/lib/cgi-bin/omega/omega
258 # name of theme to enable
262 # list of plugins that cannot be enabled/disabled via the web interface
263 #websetup_force_plugins: []
264 # list of additional setup field keys to treat as unsafe
266 # show unsafe settings, read-only, in web interface?
267 #websetup_show_unsafe: 1
269 ######################################################################
271 # (calendar, color, conditional, cutpaste, date, format, fortune,
272 # graphviz, haiku, headinganchors, img, linkmap, listdirectives, map,
273 # more, orphans, pagecount, pagestats, poll, polygen, postsparkline,
274 # progress, shortcut, sparkline, table, template, teximg, toc, toggle,
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
292 #teximg_prefix: '\documentclass{article}
294 # \usepackage[utf8]{inputenc}
296 # \usepackage{amsmath}
298 # \usepackage{amsfonts}
300 # \usepackage{amssymb}
307 # LaTeX postfix for teximg plugin
308 #teximg_postfix: \end{document}
310 ######################################################################
312 # (aggregate, autoindex, brokenlinks, camelcase, ddate, embed, favicon,
313 # filecheck, flattr, goodstuff, htmlbalance, localstyle, notifyemail,
314 # pagetemplate, pingee, pinger, prettydate, recentchanges,
315 # recentchangesdiff, relativedate, rsync, sidebar, smiley,
316 # sortnaturally, tag, testpagespec, trail, transient, underlay)
317 ######################################################################
320 # enable aggregation to internal pages?
321 #aggregateinternal: 1
322 # allow aggregation to be triggered via the web?
323 #aggregate_webtrigger: 0
326 # file: /home/lunar/.ikiwiki/cookies
329 # commit autocreated index pages
333 # list of words to not turn into links
334 #camelcase_ignore: []
337 # userid or user name to use by default for Flattr buttons
338 #flattr_userid: joeyh
341 # how many seconds to try pinging before timing out
345 # format to use to display date
346 #prettydateformat: '%X, %B %o, %Y'
348 # recentchanges plugin
349 # name of the recentchanges page
350 recentchangespage: recentchanges
351 # number of changes to track
352 recentchangesnum: 100
355 # command to run to sync updated pages
356 #rsync_command: rsync -qa --delete . user@host:/path/to/docroot/
359 # show sidebar page on all pages?
363 # parent page tags are located under
365 # autocreate new tag pages?
367 # commit autocreated tag pages
368 #tag_autocreate_commit: 1
371 # extra underlay directories to add
373 #- /home/lunar/wiki.underlay