.. -*- coding: utf-8 -*-
Soho
====
Soho lets you build a web site from a set of `reStructuredText`_
source files (the content) and a template file (the layout).
.. _reStructuredText: http://docutils.sourceforge.net/rst.html
Why do I need this
------------------
Soho comes from a simple need that I have: I need to easily build
static (or mostly static) web sites. There are lots of ways this can
be done, but I want:
- to use a template: I want the content to be separated from the
appearance. I also want to have an homogeneous site, with an unique
layout. I use and like TAL ...