Welcome to RST

RST is a Java implementation of reStructuredText parser. reStructuredText is plaintext that uses simple and intuitive constructs to indicate the structure of a document. It is always used in Python world, and is getting used in another world.

Implemented Features

RST has been developed based on reStructuredText Markup Specification in Docutils 0.3.9, and almost features have been implemented. However, lots of directives have not been implemented yet by lack of human resource.

Implemented directives are only:

  • contents
  • figure
  • image

As for converters (known as 'Writer' in docutils), only a converter for HTML is implemented.

If you need another directive or converter, please e-mail me (skirnir at skirnir.net) or write and contribute a code. :-)

License

This software is distributed under the Apache License, version 2.0.

Contact

If you found bugs or have some requests, please e-mail me (skirnir at skirnir.net).