Curtain Code
Status: Alpha
Brought to you by:
redglow82
| File | Date | Author | Commit |
|---|---|---|---|
| doc | 2010-01-26 | redglow82 | [r1] Initial 0.1 import. |
| src | 2010-01-26 | redglow82 | [r1] Initial 0.1 import. |
| README.txt | 2010-01-26 | redglow82 | [r1] Initial 0.1 import. |
| setup.py | 2010-01-26 | redglow82 | [r1] Initial 0.1 import. |
| svn-commit.tmp | 2010-01-26 | redglow82 | [r1] Initial 0.1 import. |
Curtain
=======
Curtain is a simple, very small, compiled-to-python templating language with
just about the same characteristics of TAL, METAL and Zope i18n extensions.
Installation
------------
Curtain is based on setuptools. To install it:
$ ./setup.py install
To test it:
$ ./setup.py test --test-module curtain.tests.run
To produce the documentation (the first step installs Sphinx, skip it if it's
already installed):
$ easy_install Sphinx
$ ./setup.py build_sphinx --source-dir doc/reference/source \
--build-dir doc/reference/build
After this, the documentation can be found in doc/reference/build/html.