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: philipdurbin@gmail.com
15 # users who are wiki admins
18 # users who are banned from the wiki
20 # where the source of the wiki is located
21 srcdir: /srv/wiki-srcdir
22 # where to build the wiki
23 destdir: /var/www/wiki
24 # base url to the wiki
25 url: http://wiki.greptilian.com
26 # url to the ikiwiki.cgi
27 cgiurl: http://wiki.greptilian.com/ikiwiki.cgi
28 # filename of cgi wrapper to generate
29 cgi_wrapper: /var/www/wiki/ikiwiki.cgi
30 # mode for cgi_wrapper (can safely be made suid)
31 cgi_wrappermode: '06755'
34 # plugins to add to the default configuration
62 # additional directory to search for template files
63 templatedir: /usr/share/ikiwiki/templates
64 # base wiki source location
65 underlaydir: /usr/share/ikiwiki/basewiki
66 # display verbose messages?
70 # create output files named page/index.html?
72 # use '!'-prefixed preprocessor directives?
74 # use page/index.mdwn source files
76 # enable Discussion pages?
78 # name of Discussion pages
79 discussionpage: Discussion
82 # only send cookies over SSL connections?
84 # extension to use for new pages
86 # extension to use for html files
88 # strftime format string to display date
92 # put user pages below specified page
94 # how many backlinks to show before hiding excess (0 to show all)
96 # attempt to hardlink source files? (optimisation for large files)
98 # force ikiwiki to use a particular umask (keywords public, group or private, or a number)
100 # group for wrappers to run in
101 #wrappergroup: ikiwiki
102 # extra library and plugin directory
103 libdir: /home/wikiuser/.ikiwiki
104 # environment variables
107 #timezone: US/Eastern
108 # regexp of normally excluded files to include
109 #include: ^\.htaccess$
110 # regexp of files that should be skipped
111 #exclude: ^(*\.private|Makefile)$
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: 0
117 ######################################################################
119 # (editpage, git, htmlscrubber, inline, link, meta, parentlinks)
120 ######################################################################
123 # git hook to generate
124 git_wrapper: /var/lib/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: http://git.greptilian.com/?p=wiki.git;a=history;f=[[file]]
135 # gitweb url to show a diff ([[file]], [[sha1_to]], [[sha1_from]], [[sha1_commit]], and [[sha1_parent]] substituted)
136 #diffurl: http://git.example.com/gitweb.cgi?p=wiki.git;a=blobdiff;f=[[file]];h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_commit]];hpb=[[sha1_parent]]
137 # where to pull and push changes (set to empty string to disable)
138 #gitorigin_branch: origin
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: '!*/Discussion'
147 # enable rss feeds by default?
149 # enable atom feeds by default?
151 # allow rss feeds to be used?
153 # allow atom feeds to be used?
155 # urls to ping (using XML-RPC) on feed update
156 #pingurl: http://rpc.technorati.com/rpc/ping
158 ######################################################################
160 # (anonok, blogspam, httpauth, lockedit, moderatedcomments,
161 # opendiscussion, openid, passwordauth, signinedit)
162 ######################################################################
165 # PageSpec to limit which pages anonymous users can edit
166 #anonok_pagespec: '*/discussion'
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
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'
183 # PageSpec controlling which pages are locked
184 #locked_pages: '!*/Discussion'
187 # moderatedcomments plugin
188 # PageSpec matching users or comment locations to moderate
189 #moderate_pagespec: '*'
192 # url pattern of openid realm (default is cgiurl)
194 # url to ikiwiki cgi to use for openid authentication (default is cgiurl)
197 # passwordauth plugin
198 # a password that must be entered when signing up for an account
199 #account_creation_password: s3cr1t
200 # cost of generating a password using Authen::Passphrase::BlowfishCrypt
203 ######################################################################
205 # (creole, highlight, hnb, html, mdwn, otl, po, rawhtml, textile, txt)
206 ######################################################################
209 # types of source files to syntax highlight
210 #tohighlight: .c .h .cpp .pl .py Makefile:make
211 # location of highlight's filetypes.conf
212 #filetypes_conf: /etc/highlight/filetypes.conf
213 # location of highlight's langDefs directory
214 #langdefdir: /usr/share/highlight/langDefs
217 # enable multimarkdown features?
219 # disable use of markdown discount?
223 # master language (non-PO files)
224 #po_master_language: en|English
225 # slave languages (translated via PO files) format: ll|Langname
230 # PageSpec controlling which pages are translatable
231 #po_translatable_pages: '* and !*/Discussion'
232 # internal linking behavior (default/current/negotiated)
235 ######################################################################
238 ######################################################################
240 ######################################################################
242 # (404, attachment, comments, editdiff, edittemplate, getsource, google,
243 # goto, mirrorlist, remove, rename, repolist, search, theme, userlist,
245 ######################################################################
248 # enhanced PageSpec specifying what attachments are allowed
249 #allowed_attachments: virusfree() and mimetype(image/*) and maxsize(50kb)
250 # virus checker program (reads STDIN, returns nonzero if virus found)
251 #virus_checker: clamdscan -
254 # PageSpec of pages where comments are allowed
255 #comments_pagespec: blog/* and !*/Discussion
256 # PageSpec of pages where posting new comments is not allowed
257 #comments_closed_pagespec: blog/controversial or blog/flamewar
258 # Base name for comments, e.g. "comment_" for pages like "sandbox/comment_12"
259 #comments_pagename: ''
260 # Interpret directives in comments?
261 #comments_allowdirectives: 0
262 # Allow anonymous commenters to set an author name?
263 #comments_allowauthor: 0
264 # commit comments to the VCS
268 # Mime type for returned source.
269 #getsource_mimetype: text/plain; charset=utf-8
276 # URIs of repositories containing the wiki's source
278 #- svn://svn.example.org/wiki/trunk
281 # path to the omega cgi program
282 #omega_cgi: /var/www/cgi-bin/omega
285 # name of theme to enable
289 # list of plugins that cannot be enabled/disabled via the web interface
290 #websetup_force_plugins: []
291 # list of additional setup field keys to treat as unsafe
293 # show unsafe settings, read-only, in web interface?
294 #websetup_show_unsafe: 1
296 ######################################################################
298 # (calendar, color, conditional, cutpaste, date, format, fortune,
299 # graphviz, haiku, headinganchors, img, linkmap, listdirectives, map,
300 # more, orphans, pagecount, pagestats, poll, polygen, postsparkline,
301 # progress, shortcut, sparkline, table, template, teximg, toc, toggle,
303 ######################################################################
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
316 # Should teximg use dvipng to render, or dvips and convert?
318 # LaTeX prefix for teximg plugin
319 #teximg_prefix: '\documentclass{article}
321 # \usepackage[utf8]{inputenc}
323 # \usepackage{amsmath}
325 # \usepackage{amsfonts}
327 # \usepackage{amssymb}
334 # LaTeX postfix for teximg plugin
335 #teximg_postfix: \end{document}
337 ######################################################################
339 # (aggregate, amazon_s3, autoindex, brokenlinks, camelcase, ddate, embed,
340 # favicon, flattr, goodstuff, htmlbalance, localstyle, pagetemplate,
341 # pingee, pinger, prettydate, recentchanges, recentchangesdiff,
342 # relativedate, rsync, sidebar, smiley, sortnaturally, tag,
343 # testpagespec, transient, underlay)
344 ######################################################################
347 # enable aggregation to internal pages?
348 #aggregateinternal: 1
349 # allow aggregation to be triggered via the web?
350 #aggregate_webtrigger: 0
353 # file: /home/wikiuser/.ikiwiki/cookies
356 # public access key id
357 #amazon_s3_key_id: XXXXXXXXXXXXXXXXXXXX
358 # file holding secret key (must not be readable by others!)
359 #amazon_s3_key_id: /home/wikiuser/.s3_key
360 # globally unique name of bucket to store wiki in
361 #amazon_s3_bucket: mywiki
362 # a prefix to prepend to each page name
363 #amazon_s3_prefix: wiki/
364 # which S3 datacenter to use (leave blank for default)
365 #amazon_s3_location: EU
366 # store each index file twice? (allows urls ending in "/index.html" and "/")
367 #amazon_s3_dupindex: 0
370 # commit autocreated index pages
374 # list of words to not turn into links
375 #camelcase_ignore: []
378 # userid or user name to use by default for Flattr buttons
379 #flattr_userid: joeyh
382 # how many seconds to try pinging before timing out
386 # format to use to display date
387 #prettydateformat: '%X, %B %o, %Y'
389 # recentchanges plugin
390 # name of the recentchanges page
391 #recentchangespage: recentchanges
392 # number of changes to track
393 #recentchangesnum: 100
396 # command to run to sync updated pages
397 #rsync_command: rsync -qa --delete . user@host:/path/to/docroot/
400 # show sidebar page on all pages?
404 # parent page tags are located under
406 # autocreate new tag pages?
408 # commit autocreated tag pages
409 #tag_autocreate_commit: 1
412 # extra underlay directories to add
414 #- /home/wikiuser/wiki.underlay