##
## templatelib
##
## by Graham King
##
## feedback@darkcoding.net
##
## templatelib is licensed under the GNU GPL. See COPYING for details.

templatelib is a simple yet powerfull templating and include system written in Python. It is intended to allow you to build a flat HTML website and retain the ability to completely change the layout very easily.

- Get and install Python 2+, if you haven't already got it. If you're on Linux you probably already have it. Type 'python -V' to check you have at least version 2.
Python is at www.python.org

- Take a look at deploy.py. That is the configuration script you'll need to run. 

- A simple example is included. Change 'srcdir' to the directory you extracted the tar into, change 'dstdir' to something temporary (maybe '/tmp/mysite' - this directory must exist). Run 'python deploy.py' then go and have a look in your dstdir what it generated.

- The rest should (hopefully) be self explanatory

Feedback is always welcome to the address at the top of this file.
