[z3-checkins] r29652 - z3/deliverance/branches/namespaced
paul at codespeak.net
paul at codespeak.net
Wed Jul 5 20:53:29 CEST 2006
Author: paul
Date: Wed Jul 5 20:53:28 2006
New Revision: 29652
Modified:
z3/deliverance/branches/namespaced/README.txt
Log:
First commit of refactored Deliverance, sans the content publishing part
Modified: z3/deliverance/branches/namespaced/README.txt
==============================================================================
--- z3/deliverance/branches/namespaced/README.txt (original)
+++ z3/deliverance/branches/namespaced/README.txt Wed Jul 5 20:53:28 2006
@@ -13,3 +13,18 @@
This runs the timeit function, showing average time to apply a simple theme.
+
+How Does This Work?
+-------------------
+
+There are proposals on zope.org and other places that explain the idea. Here's
+the short version:
+
+1) A configuration "map" points at a pile of HTML artifacts that look the
+way you'd like your site to look. Let's call this a "theme".
+
+2) A rule file defines boxes in that theme that should get filled by boxes
+coming from the dynamic side.
+
+3) At startup, a one-time compilation processes turns the theme into a
+high-speed XSLT transform.
More information about the z3-checkins
mailing list