[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Folder/Views/VFS - __init__.py:1.1.2.1 vfs.zcml:1.1.2.1

Stephan Richter srichter@cbu.edu
Tue, 9 Apr 2002 13:02:57 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Folder/Views/VFS
In directory cvs.zope.org:/tmp/cvs-serv19629/App/OFS/Folder/Views/VFS

Added Files:
      Tag: Zope3-Server-Branch
	__init__.py vfs.zcml 
Log Message:
Hihi, without these files my checkins won't make much sense. :)


=== Added File Zope3/lib/python/Zope/App/OFS/Folder/Views/VFS/__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.2.1 2002/04/09 17:02:56 srichter Exp $
"""


=== Added File Zope3/lib/python/Zope/App/OFS/Folder/Views/VFS/vfs.zcml ===
<zopeConfigure
   xmlns='http://namespaces.zope.org/zope'
   xmlns:security='http://namespaces.zope.org/security'
   xmlns:vfs='http://namespaces.zope.org/vfs'
>


  <vfs:view name="vfs"
    for="Zope.App.OFS.Container.IContainer."
    factory="Zope.App.OFS.Container.Views.VFS.VFSDirectoryPublisher." />

  <security:protectClass 
    name="Zope.App.OFS.Container.Views.VFS.VFSDirectoryPublisher."
    permission_id="Zope.ManageContent" 
    interace="Zope.Publisher.VFS.IVFSDirectoryPublisher" />

</zopeConfigure>