Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sveetch/rstview

Simple Django application around docutils to parse reStructuredText markup
https://github.com/sveetch/rstview

Last synced: about 1 month ago
JSON representation

Simple Django application around docutils to parse reStructuredText markup

Awesome Lists containing this project

README

        

.. _docutils: http://docutils.sourceforge.net/
.. _Django: https://www.djangoproject.com/
.. _reStructuredText: http://docutils.sourceforge.net/rst.html
.. _Pygments: http://pygments.org/

**Project is no longer maintained and has been archived**

rstview
===================================

This is a simple `Django`_ application around `docutils`_ to parse `reStructuredText`_ markup.

Features
********

* **Html4** and **Html5** writers available;
* **Custom reporter** to validate source;
* **Dedicated view** to make a page from a rst source;
* **Template tag** to directly parse `reStructuredText`_ markup;
* **Parser driven by configuration** so they can be shared without to define them again and again;
* **Configuration registry** to store multiple different parser configurations;
* **Test driven development**;

Links
*****

* Read the documentation on `Read the docs `_;
* Download its `PyPi package `_;
* Clone it on its `Github repository `_;

Dependancies
************

* `Django`_ >= 1.7, <1.10;
* `docutils`_ >= 0.7;
* Optionnaly (but recommended): `Pygments`_ >= 1.2.x to have highlighted syntax in your *sourcecode* blocks;