aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/__91__SOLVED__93___Pandoc_plugin_and_UTF-8:_IkiWiki_and_UTF-8/discussion.mdwn
blob: 9cdc9e74667d1e7d4b1d3fa40f1edf3b32d3bd02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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',