[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces/services - pagefolder.py:1.5.24.2

Jim Fulton cvs-admin at zope.org
Tue Nov 18 17:35:12 EST 2003


Update of /cvs-repository/Zope3/src/zope/app/interfaces/services
In directory cvs.zope.org:/tmp/cvs-serv21548/src/zope/app/interfaces/services

Added Files:
      Tag: adaptergeddon-branch
	pagefolder.py 
Log Message:
Implememented local presentation services


=== Zope3/src/zope/app/interfaces/services/pagefolder.py 1.5.24.1 => 1.5.24.2 ===
--- /dev/null	Tue Nov 18 17:35:12 2003
+++ Zope3/src/zope/app/interfaces/services/pagefolder.py	Tue Nov 18 17:34:41 2003
@@ -0,0 +1,22 @@
+##############################################################################
+#
+# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
+# All Rights Reserved.
+#
+# This software is subject to the provisions of the Zope Public License,
+# Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
+# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
+# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
+# FOR A PARTICULAR PURPOSE.
+#
+##############################################################################
+"""Page Folder interfaces
+
+Page folders support easy creation and registration of page views
+using folders of templates.
+
+$Id$
+"""
+
+    




More information about the Zope3-Checkins mailing list