Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sveetch/rstview
Simple Django application around docutils to parse reStructuredText markup
https://github.com/sveetch/rstview
Last synced: 23 days ago
JSON representation
Simple Django application around docutils to parse reStructuredText markup
- Host: GitHub
- URL: https://github.com/sveetch/rstview
- Owner: sveetch
- License: mit
- Archived: true
- Created: 2012-11-02T14:47:01.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2023-08-18T16:04:34.000Z (over 1 year ago)
- Last Synced: 2024-11-07T23:58:43.778Z (about 1 month ago)
- Language: Python
- Homepage: http://rstview.readthedocs.io/
- Size: 132 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
- starred-awesome - rstview - Simple Django application around docutils to parse reStructuredText markup (Python)
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;