rSTWeb ====== rSTWeb is a system for producing multi-language websites which is based on reStructuredText_ using the python docutils_ and the Cheetah_ templating system. A website consists of mainly 2 concepts: **content** and **structure**. With rSTWeb you define the structure of the site by creating a directory structure on your file-system. The content of each page is written in reStructuredText_ so your content sources will still be readable (compared to any of the XML solutions out there). Static html pages will then be generated using Python docutils_ and Cheetah_ templates (which are used for defining the overall layout of the site). This website is the best example of what rSTWeb is all about. Look at the sourcecode of each page to learn reStructuredText or browse the tutorial_ section. .. _reStructuredText: http://docutils.sourceforge.net/rst.html .. _docutils: http://docutils.sourceforge.net/ .. _Cheetah: http:www.CheetahTemplate.org/ .. _tutorial: rstweb_doc_tutorial_en.html