summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorianb <devnull@localhost>2007-07-24 01:09:10 +0000
committerianb <devnull@localhost>2007-07-24 01:09:10 +0000
commitae85a25da6e5e317a44c2e56f3d5ab24835916ce (patch)
tree5c711d947e0ec253aa6937aaafa58e9855478409 /docs
parent550480d76ba9a5632e39461cfa81dfd92473d77f (diff)
downloadtempita-ae85a25da6e5e317a44c2e56f3d5ab24835916ce.tar.gz
doc updates
Diffstat (limited to 'docs')
-rw-r--r--docs/index.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/index.txt b/docs/index.txt
index 50d05f5..a2aafc9 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -15,6 +15,10 @@ seek to take over the templating world, or adopt many new features.
I just wanted a small templating language for cases when ``%`` and
``string.Template`` weren't enough.
+Discussion should go the the `Paste-users mailing list
+<http://pythonpaste.org/community/mailing-list.html>`_ and bugs in the
+`Paste Trac instance <http://trac.pythonpaste.org/>`_.
+
Why Another Templating Language
===============================
@@ -346,6 +350,15 @@ pos)`` and ``_exec(code, ns, pos)``, which evaluate and execute
expressions and statements. You could probably make this language
safe with appropriate implementations of those methods.
+Including Tempita In Your Project
+=================================
+
+If you don't want to use Setuptools and have Tempita as a dependency,
+you can add the ``svn:external``
+``http://svn.pythonpaste.org/Tempita/trunk/tempita tempita`` (or link
+to a tag). It's about 730 lines of code (not counting comments and
+whatnot), and 30Kb (60Kb with .pyc files).
+
Still To Do
===========