Skip to content
This repository has been archived by the owner on Aug 18, 2023. It is now read-only.
/ rstview Public archive

Simple Django application around docutils to parse reStructuredText markup

License

Notifications You must be signed in to change notification settings

sveetch/rstview

Repository files navigation

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;

Dependancies

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

About

Simple Django application around docutils to parse reStructuredText markup

Resources

License

Stars

Watchers

Forks

Packages

No packages published