update
[ikiwiki] / doc / plugins / rst.mdwn
CommitLineData
65dca9f8 1[[template id=plugin name=rst author="martin f. krafft"]]
9d7375c3 2[[tag type/format]]
3
63edea27 4This plugin lets ikwiki convert files with names ending in ".rst" to html.
5It uses the [reStructuredText](http://docutils.sourceforge.net/rst.html)
65dca9f8 6markup syntax. You need to have [[cpan RPC::XML]], python and the
7python-docutils module installed to use it.
63edea27 8
6887ef16 9Note that this plugin does not interoperate very well with the rest of
10ikiwiki. Limitations include:
11
12* There are issues with inserting raw html into documents, as ikiwiki
fa90bdf4 13 does with [[WikiLinks|ikiwiki/WikiLink]] and many
79600311 14 [[PreprocessorDirectives|ikiwiki/PreprocessorDirective]].
63edea27 15
16So while you may find this useful for importing old files into your wiki,
17using this as your main markup language in ikiwiki isn't recommended at
18this time.