diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-09-30 17:06:13 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-09-30 17:06:13 +0200 |
commit | 68c20e2d7a369142f29d45e02351b48a0faf2c05 (patch) | |
tree | fbb632d011e540b122c0301619df7435d9100221 /roles/wiki | |
parent | ef70838f288edbb8c6f658be9566a2526d43e12e (diff) |
Wiki: add the 'getsource' plugin.
Diffstat (limited to 'roles/wiki')
-rw-r--r-- | roles/wiki/files/var/lib/ikiwiki/fripost-wiki.setup | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/wiki/files/var/lib/ikiwiki/fripost-wiki.setup b/roles/wiki/files/var/lib/ikiwiki/fripost-wiki.setup index ee03f38..94c7a1f 100644 --- a/roles/wiki/files/var/lib/ikiwiki/fripost-wiki.setup +++ b/roles/wiki/files/var/lib/ikiwiki/fripost-wiki.setup @@ -52,6 +52,7 @@ add_plugins: - htmlbalance - comments - notifyemail + - getsource ### - isWebsite # plugins to disable @@ -284,7 +285,7 @@ comments_pagespec: tracker/* # getsource plugin # Mime type for returned source. -#getsource_mimetype: text/plain; charset=utf-8 +getsource_mimetype: text/plain; charset=utf-8 # mirrorlist plugin # list of mirrors |