]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - ikiwiki.setup
Block a web spammer (username and IP).
[git.ikiwiki.info.git] / ikiwiki.setup
index 23ce406c438315cd2cb819d35fdc5a1ad6fd8242..722267a9750d33f2c1e826a60b79bcf38e4bdeda 100644 (file)
@@ -15,6 +15,8 @@ adminemail: admin@branchable.com
 adminuser:
 - http://joey.kitenet.net/
 - http://joeyh.name/
+- smcv
+- id@joeyh.name
 # users who are banned from the wiki
 banned_users:
 - http://tonyguards.myopenid.com/
@@ -99,6 +101,14 @@ banned_users:
 - jhakasbaba76
 - jhakasbaba76@c741fb7726e8ce4a230bc1a0d48fbeb496e46f89
 - ip(110.172.140.98)
+- arachni_name
+- SlodreDalk
+- 360boom720
+- 360boom720@96742a13497f17d9af1b1acd9adf87015b1d47bc
+- gogreenjogja1453@56603ad3936bedbc9abc21927a3fb31a5a84a8da
+- ip(114.142.169.63)
+- jaysonbaldecanas1986@02a3781ec9b12161d643d2a35782561391092501
+- ip(193.150.70.77)
 # where the source of the wiki is located
 srcdir: /home/b-ikiwiki/source/doc
 # where to build the wiki
@@ -212,8 +222,7 @@ libdirs: []
 # extra library and plugin directory (searched after libdirs)
 libdir: /home/b-ikiwiki/.ikiwiki
 # environment variables
-ENV:
-  TMPDIR: /home/b-ikiwiki/tmp
+#ENV: ''
 # time zone name
 timezone: JEST+4
 # regexp of normally excluded files to include
@@ -272,7 +281,6 @@ gitmaster_branch: master
 # gitpush plugin
 # git repository urls that changes are pushed to
 git_push_to:
-- git@github.com:joeyh/ikiwiki.git
 - joey@git.kitenet.net:/srv/git/ikiwiki.git
 
 # htmlscrubber plugin
@@ -353,7 +361,7 @@ locked_pages: tipjar or tips/DreamHost
 
 # openid plugin
 # url pattern of openid realm (default is cgiurl)
-#openid_realm: ''
+openid_realm: http://*.branchable.com/
 # url to ikiwiki cgi to use for openid authentication (default is cgiurl)
 #openid_cgiurl: ''
 
@@ -382,6 +390,10 @@ langdefdir: /usr/share/highlight/langDefs
 #multimarkdown: 0
 # disable use of markdown discount?
 #nodiscount: 0
+# enable footnotes in Markdown (where supported)?
+mdwn_footnotes: 1
+# interpret line like 'A. First item' as ordered list when using Discount?
+mdwn_alpha_lists: 0
 
 # po plugin
 # master language (non-PO files)
@@ -427,8 +439,8 @@ po_link_to: default
 
 ######################################################################
 # web plugins
-#   (404, attachment, comments, editdiff, edittemplate, getsource, google,
-#    goto, mirrorlist, remove, rename, repolist, search, theme, userlist,
+#   (404, attachment, comments, editdiff, edittemplate, google, goto,
+#    mirrorlist, remove, rename, repolist, search, theme, userlist,
 #    websetup, wmd)
 ######################################################################
 
@@ -454,10 +466,6 @@ comments_commit: 1
 # Restrict formats for comments to (no restriction if empty)
 comments_allowformats: ''
 
-# getsource plugin
-# Mime type for returned source.
-#getsource_mimetype: text/plain; charset=utf-8
-
 # mirrorlist plugin
 # list of mirrors
 #mirrorlist: {}
@@ -512,13 +520,13 @@ websetup_show_unsafe: 0
 
 # calendar plugin
 # base of the archives hierarchy
-#archivebase: archives
+archivebase: archives
 # PageSpec of pages to include in the archives, if option `calendar_autocreate` is true.
-#archive_pagespec: page(posts/*) and !*/Discussion
+archive_pagespec: '*'
 # autocreate new calendar pages?
-#calendar_autocreate: 1
+calendar_autocreate: ''
 # if set, when building calendar pages, also build pages of year and month when no pages were published (building empty calendars).
-#calendar_fill_gaps: 1
+calendar_fill_gaps: 1
 
 # img plugin
 # Image formats to process (jpeg, png, gif, svg, pdf or 'everything' to accept all)
@@ -532,21 +540,14 @@ directive_description_dir: ikiwiki/directive
 # Should teximg use dvipng to render, or dvips and convert?
 #teximg_dvipng: ''
 # LaTeX prefix for teximg plugin
-#teximg_prefix: '\documentclass{article}
-#
+#teximg_prefix: |
+#  \documentclass{article}
 #  \usepackage[utf8]{inputenc}
-#
 #  \usepackage{amsmath}
-#
 #  \usepackage{amsfonts}
-#
 #  \usepackage{amssymb}
-#
 #  \pagestyle{empty}
-#
 #  \begin{document}
-#
-#'
 # LaTeX postfix for teximg plugin
 #teximg_postfix: \end{document}