Creating simple websites

This website is written primarily in re-structured text, a simple text markup language. It is produced to final html form using the following tools:

  • python-docutils: Provides the tools to convert re-structured text to html that can be served to web-browsers. (DocUtils website)
  • kid : Transformation of html to include repeated structures and automatically generated content.