Mention upgrading.txt; bump copyright year (quixote/README)

Andrew Kuchling <akuchlin-fVcApmY9cLvQ3/1i3zOLAti2O/[email protected]> Thu, 02 Jan 2003 14:03:37 -0500
Newsgroups gmane.comp.web.quixote.cvs
Message-ID <[email protected]>
Update of /home/cvs/quixote
In directory hewson:/tmp/cvs-serv12987

Modified Files:
	README 
Log Message:
Mention upgrading.txt; bump copyright year

Index: README
===================================================================
RCS file: /home/cvs/quixote/README,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- README	11 Dec 2002 17:11:51 -0000	1.25
+++ README	2 Jan 2003 19:03:35 -0000	1.26
@@ -41,6 +41,10 @@
 For installation instructions, see the doc/INSTALL.txt file (or
 http://www.mems-exchange.org/software/quixote/doc/INSTALL.html).
 
+If you're switching to a newer version of Quixote from an older
+version, please refer to doc/upgrading.txt for explanations of any
+backward-incompatible changes.  
+
 
 Overview
 ========
@@ -68,8 +72,8 @@
 Python modules.  The basic syntax of PTL is Python's, with a few small
 changes:
 
-template barebones_header(title=None,
-                          description=None):
+def plain [text] barebones_header(title=None,
+                                  description=None):
     """
     <html><head>
     <title>%s</title>
@@ -111,9 +115,9 @@
 
   session-mgmt.txt    session management: how to track information
                       across requests
-  session-upgrade.txt extra info for the brave souls who used the
-                      sparsely documented pre-0.5 session management API
   upload.txt          how to handle HTTP uploads with Quixote
+  upgrading.txt       info on backward-incompatible changes that may
+                      affect applications written with earlier versions
   widgets.txt         reference documentation for the Quixote Widget
                       classes (which underly the form library)
   web-services.txt    how to write web services using Quixote and
@@ -123,7 +127,7 @@
 Authors, copyright, and license
 ===============================
 
-Copyright (c) 2000-2002 CNRI.
+Copyright (c) 2000-2003 CNRI.
 
 Quixote was primarily written by Andrew Kuchling, Neil Schemenauer, and
 Greg Ward.