From 649923746d5a1e8d3d3487640d99903fd0169c08 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 26 Jul 2008 06:21:00 +0000 Subject: Tweaks. --- docs/glossary.rst | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'docs/glossary.rst') diff --git a/docs/glossary.rst b/docs/glossary.rst index 8251133b3..b42d2cc7e 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -122,5 +122,18 @@ Glossary deployment system developed by Ian Bicking. LXML `lxml `_ is a XML processing library - for Python. - + for Python by Martijn Faassen and others. + z3c.pt + `z3c.pt `_ is an + implementation of the `Zope Page Template + `_ templating language by + Malthe Borch. It has serveral extensions, such as the ability + to use bracketed- ``${name}`` syntax. It is also much faster + than the reference implementation of ZPT. + Routes + A `system by Ben Bangert `_ which + parses URLs and compares them against a number of user defined + mappings. In terms of :mod:`repoze.bfg`, a Route can supplant + graph traversal when deciding which *view* should be called. See + :ref:`urldispatch_module` for more information about (optional) + Routes integration in bfg. -- cgit v1.2.3