Home » Projekte » Webber » Plugins » read_rst.py

Read RST

This plugin reads "*.rst" files and converts them to HTML.

"RST" is the abbreviation for reStructuredText, a format common for many python programmers. The plugin "read_rst.py" uses the standard Python module "docutils" to convert RST into HTML. A sample "test.rst" document looks like this:

title: Impressum
parent: Home
ctime: 2008-10-01

Address
=======

|Mario Marionetti
|10, Mariott St
|Marioland 1007

Don't send me spam, *ever*!

You'll find more about "title:", "parent:" and "ctime:" in the page format description.