kotti_rstdocument is a Kotti CMS extension that allows you to add reStructuredText documents to your Kotti site.
It uses the Docutils library to render reStructuredText to HTML.
Find out more about Kotti
Setup
To activate the kotti_rstdocument add-on in your Kotti site, you need to add an entry to the kotti.configurators setting in your Paste Deploy config. If you don't have a kotti.configurators option, add one. The line in your [app:Kotti] section could then look like this:
kotti.configurators = kotti_rstdocument.kotti_configure
With this, you'll be able to add calendar and event items in your site.
Product's homepage
Requirements:
· Python
What's New in This Release: [ read full changelog ]
· Fix security holes (disable file_insertion_enabled and raw_enabled reStructuredText parsing options)