[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Content/DTMLPage/Views - __init__.py:1.1 configure.zcml:1.1

Stephan Richter srichter@cbu.edu
Wed, 10 Jul 2002 20:17:03 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Content/DTMLPage/Views
In directory cvs.zope.org:/tmp/cvs-serv13931/DTMLPage/Views

Added Files:
	__init__.py configure.zcml 
Log Message:
Similar to the ZPT Page we should also have a DTML Page. Currently it does
not implement the DTML 2 proposal (no time). :(


=== Added File Zope3/lib/python/Zope/App/OFS/Content/DTMLPage/Views/__init__.py ===
##############################################################################
#
# 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.
# 
##############################################################################
"""

$Id: __init__.py,v 1.1 2002/07/11 00:17:01 srichter Exp $
"""


=== Added File Zope3/lib/python/Zope/App/OFS/Content/DTMLPage/Views/configure.zcml ===
<zopeConfigure
   xmlns='http://namespaces.zope.org/zope'
>

  <include package=".Browser" />
  <include package=".XUL" />

</zopeConfigure>