SVN: r25828 - in trunk/quixote: . doc

David Binger <dbinger-fVcApmY9cLvQ3/1i3zOLAti2O/[email protected]> Wed, 5 Jan 2005 11:24:26 -0500
Newsgroups gmane.comp.web.quixote.cvs
Message-ID <[email protected]>
Author: dbinger
Date: 2005-01-05 09:02:36 -0500 (Wed, 05 Jan 2005)
New Revision: 25828

Modified:
   trunk/quixote/CHANGES
   trunk/quixote/doc/upgrading.txt
Log:
Update docs to agree with the no-$-substition state of the code.


Modified: trunk/quixote/CHANGES
===================================================================
--- trunk/quixote/CHANGES	2005-01-05 13:57:11 UTC (rev 25827)
+++ trunk/quixote/CHANGES	2005-01-05 14:02:36 UTC (rev 25828)
@@ -1,11 +1,8 @@
 2.0a4 (2004-12-??) >r25802:
 
-  * Introduce [html$] and [plain$] templates to support $-substitution.
-    Change [html] and [plain] back, so that they do not do $-substitution.
+  * Remove support for $-substition.
     If you changed existing templates to work with 2.0a2 or 2.0a3 by
-    escaping $'s, then you should change them back.  If you are using
-    $-substitution in any templates, you should stick a $ on the end of
-    the template type.  
+    escaping $'s, then you should change them back. 
 
   * Change simple_server so that the PATH_INFO value is unquoted.
 

Modified: trunk/quixote/doc/upgrading.txt
===================================================================
--- trunk/quixote/doc/upgrading.txt	2005-01-05 13:57:11 UTC (rev 25827)
+++ trunk/quixote/doc/upgrading.txt	2005-01-05 14:02:36 UTC (rev 25828)
@@ -12,8 +12,6 @@
 
 Change any imports you have from quixote.form2 to be from quixote.form.
 
-Replace '$' by '$$' in every literal in every template definition.
-
 Replace calls to HTTPRequest.get_form_var() with calls to get_field().
 
 Define a create_publisher() function to get the publisher you need
@@ -309,5 +307,5 @@
 ``SESSION_COOKIE_NAME``.
 
 
-$Id$
 
+