[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/Publisher - __init__.py:1.1.2.1
Jim Fulton
jim@zope.com
Thu, 30 May 2002 14:26:58 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/Publisher
In directory cvs.zope.org:/tmp/cvs-serv20275/lib/python/Zope/App/Publisher
Added Files:
Tag: Zope3InWonderland-branch
__init__.py
Log Message:
Implemented browser:page directives for browser:view, browser:resource.
Implemented security assertions in view and resource directives.
Changed defaultView so you can omit a factory, which just sets the
default view name without defining a view.
Moved Browser and ComponentArchitecture directive support to App,
because of all of the dependencies on other packages.
=== Added File Zope3/lib/python/Zope/App/Publisher/__init__.py ===
##############################################################################
#
# Copyright (c) 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.
#
##############################################################################
"""Zope Application configuration of the publishing framework.
"""