]> sipb.mit.edu Git - ikiwiki.git/commitdiff
(no commit message)
authorhttps://www.google.com/accounts/o8/id?id=AItOawnjRHxyH6FSS25h_6x3YYbZ6SaVsozC3Ts <Temistocle@web>
Sun, 5 Feb 2012 21:38:12 +0000 (17:38 -0400)
committeradmin <admin@branchable.com>
Sun, 5 Feb 2012 21:38:12 +0000 (17:38 -0400)
doc/bugs/Pandoc_plugin_and_UTF-8:_IkiWiki_and_UTF-8/discussion.mdwn [new file with mode: 0644]

diff --git a/doc/bugs/Pandoc_plugin_and_UTF-8:_IkiWiki_and_UTF-8/discussion.mdwn b/doc/bugs/Pandoc_plugin_and_UTF-8:_IkiWiki_and_UTF-8/discussion.mdwn
new file mode 100644 (file)
index 0000000..9cdc9e7
--- /dev/null
@@ -0,0 +1,23 @@
+       # plugins to add to the default configuration
+       add_plugins => [qw{
+                   brokenlinks
+                   map
+                   orphans
+                   pagecount
+                   pagestats
+                   tag
+                   template
+                   openid
+                   attachment
+                   edittemplate
+                   remove
+                   listdirectives
+                   shortcut
+                   pykipandoc}],
+       # plugins to disable
+       disable_plugins => [qw{passwordauth mdwn}],
+
+and
+
+       # UTF-8 locale to use
+       locale => 'it_IT.UTF-8',