moin2rst is a MoinMoin formatter plugin for rendering a MoinMoin Wiki page in reStructuredText syntax.
It contains a MoinMoin formatter plugin which formats a MoinMoin Wiki page as reStructuredText.
It is accompanied by a MoinMoin action plugin to use it inside a MoinMoin Wiki and by a script to be used from the command line.
OPTIONS:
General options
-d directory
--directory=directory
Directory where the configuration of the wiki lives.
Defaults to ..
-r revision
--revision=revision
Revision of the page to fetch (1-based).
Defaults to current revision.
-u url-template
--url-template=url-template
If the wiki given by -d/--directory is part of a wiki farm then this gives a template to generate an URL from. The URL must be matched by one of the regular expressions found in wikis in the respective farmconfig.py.
url-template may contain at most one %. The % is replaced by page to form a valid URL. If % is omitted it is assumed at the end.
Defaults to the empty string.
Product's homepage