Code

no idea why this code existed, but bye bye
[roundup.git] / README.txt
index d9a9642a1fa2b8548b11efad9d55898fa8514941..808be60a4a0ecd75868012bfa756ac55fb0f51de 100644 (file)
@@ -1,13 +1,16 @@
 
 Installation
 ============
-For installation instructions, please see installation.txt /
-installation.html in the "doc" directory.
+For installation instructions, please see installation.txt in the "doc"
+directory.
 
+Upgrading
+=========
+For upgrading instructions, please see upgrading.txt in the "doc" directory.
 
 Usage and Other Information
 ===========================
-See the index.txt / index.html file in the "doc" directory.
+See the index.txt file in the "doc" directory.
 
 
 License
@@ -30,6 +33,21 @@ BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
 SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
 
 
-The stylesheet included with this package has been copied from the Zope
-management interface and presumably belongs to Digital Creations.
+PageTemplates Licensing
+-----------------------
+
+Portions of this code (roundup.cgi.PageTemplates, roundup.cgi.TAL and
+roundup.cgi.ZTUtils) have been copied from Zope. They have been modified in
+the following manner:
+
+- removal of unit tests, Zope-specific code and support files from 
+  PageTemplates: PageTemplateFile.py, ZPythonExpr.py, ZRPythonExpr.py,
+  ZopePageTemplate.py, examples, help, tests, CHANGES.txt, HISTORY.txt,
+  version.txt and www. From TAL: DummyEngine.py, HISTORY.txt, CHANGES.txt,
+  benchmark, driver.py, markbench.py, ndiff.py, runtest.py, setpath.py,
+  tests and timer.py. From ZTUtils: SimpleTree.py, Zope.py, CHANGES.txt and
+  HISTORY.txt.
+- editing to remove dependencies on Zope modules (see files for change notes)
+
+The license for this code is in doc/ZPL.txt.