[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/ZMI/Browser/ZopeTop - __init__.py:1.1 configure.zcml:1.2

Jim Fulton jim@zope.com
Fri, 12 Jul 2002 15:29:04 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/ZMI/Browser/ZopeTop
In directory cvs.zope.org:/tmp/cvs-serv21500/lib/python/Zope/App/ZMI/Browser/ZopeTop

Modified Files:
	configure.zcml 
Added Files:
	__init__.py 
Log Message:
Finally added a configuration directive for registering traversal
namespace handlers:

  <traversalNamespace name="etc" handler=".EtcNamespace.etc" />

Added a "skin" namespace so you can play with Sidbei's new UI work
by adding ++skin++ZopeTop to the front of your URLs:

  http://localhost:8080/++skin++ZopeTop

Added some needed __init__ modules to some of the new ZopeTop packages
and fixed up ZopeTop configure.zcml.



=== Added File Zope3/lib/python/Zope/App/ZMI/Browser/ZopeTop/__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.
# 
##############################################################################


=== Zope3/lib/python/Zope/App/ZMI/Browser/ZopeTop/configure.zcml 1.1 => 1.2 ===
    xmlns:browser='http://namespaces.zope.org/browser'
 >
 
-  <browser:skin name="ZopeTop" layers="templates images css default">
+  <browser:skin name="ZopeTop" layers="templates images css default" />
 
   <browser:view name="standard_macros"
                 permission="Zope.View"