Index of /sandbox/rst2wiki

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[DIR]tools/ 2018-06-17 08:52 -  
[DIR]docutils/ 2018-06-17 08:52 -  

rst2wiki

rst2wiki

What is rst2wiki?

rst2wiki is a tool that transforms reStructuredText into various Wiki texts. To date rst2wiki supports two Wiki texts TWiki and Atlassian Confluence.

Usage

rst2wiki.py currently has one option --wiki beyond "General", "Parser", and "Standalone" options.

Example:

# TWiki text
$ rst2wiki.py --wiki twiki test.rst test.twiki

# Confluence text
$ rst2wiki.py --wiki confluence test.rst test.confluence

By default rst2wiki.py will generate TWiki text.

Availability

rst2wiki is available through the Docutils Subversion repository as part of the Docutils sandbox in sandbox/rst2wiki.

Contact

If you have questions, patches, etc ... feel free to contact me at: joshua.graff@ccrypt.org

Installation

Currently, rst2wiki requires you copy the frontend tool rst2wiki.py and writer wiki.py into the appropriate directories under your docutils install.

Example:

$ cd <rst2wiki sandbox>/tools
$ dirname `which rst2html.py`
<bin path>
$ cp rst2wiki.py <bin path>
$ cd <rst2wiki sandbox>/docutils/writers
$ cp wiki.py <path to docutils install>/writers

TODO