]> sipb.mit.edu Git - ikiwiki.git/blob - doc/plugins/rst.mdwn
7d542646cacbcf1168e0a2d668283361141a829d
[ikiwiki.git] / doc / plugins / rst.mdwn
1 [[template id=plugin name=rst author="Sergio Talens-Oliag"]]
2 [[tag type/format]]
3 [[tag type/slow]]
4
5 This plugin lets ikwiki convert files with names ending in ".rst" to html.
6 It uses the [reStructuredText](http://docutils.sourceforge.net/rst.html)
7 markup syntax. You need to have the python-docutils module installed to use
8 it.
9
10 Note that this plugin is rather slow; it forks a copy of python for each
11 page. While there is a perl version of the reStructuredText processor, it
12 is not being kept in sync with the standard version, so is not used.
13
14 So while you may find this useful for importing old files into your wiki,
15 using this as your main markup language in ikiwiki isn't recommended at
16 this time.