From 2aa73607ac45627f129fa2cdfb18af4f8cbe4f36 Mon Sep 17 00:00:00 2001 From: "Michael R. Bernstein" Date: Tue, 2 Dec 2014 09:52:55 -0600 Subject: [PATCH] Cleanup. --- docs/scenarios/web.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/scenarios/web.rst b/docs/scenarios/web.rst index 87ecd52..08cc6ab 100644 --- a/docs/scenarios/web.rst +++ b/docs/scenarios/web.rst @@ -418,12 +418,10 @@ Chameleon --------- `Chameleon `_ is an HTML/XML template engine for Python. It’s designed to generate the document output of a web application, typically HTML markup or XML. -The language used is page templates, originally a Zope invention [1], but available here as a standalone library that you can use in any script or application running Python 2.5 and up (including 3.x and pypy). It comes with a set of new features, too. +The language used is page templates, originally a Zope invention, but available here as a standalone library that you can use in any script or application running Python 2.5 and up (including 3.x and pypy). It comes with a set of new features, too. The template engine compiles templates into Python byte-code and is optimized for speed. For a complex template language, the performance is very good. -Here is an example of a template tags in Chameleon: - The *page templates* language is used within your document structure as special element attributes and text markup. Using a set of simple language constructs, you control the document flow, element