[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Content - __init__.py:1.1.2.1 content.zcml:1.1.2.1
Jim Fulton
jim@zope.com
Tue, 5 Mar 2002 21:11:56 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Content
In directory cvs.zope.org:/tmp/cvs-serv4035/Content
Added Files:
Tag: Zope-3x-branch
__init__.py content.zcml
Log Message:
Stephan suggested that we ought to organize the sub-packages by
(content) component type.
I've started this by creating two new packages:
- Services will hold service components.
ServiceManager and RoleService will move there.
- Content will hold ordinary content components, File, Folder, Image
and ZPTPage will move there.
=== Added File Zope3/lib/python/Zope/App/OFS/Content/__init__.py ===
"""Container package for TTW content-component implementations.
Each content should be in a subpackages. Each content subpackage
should have a Views subpackages with sub-packages for each view type
containing the views for the content.
"""
=== Added File Zope3/lib/python/Zope/App/OFS/Content/content.zcml ===
<zopeConfigure
xmlns='http://namespaces.zope.org/zope'
xmlns:security='http://namespaces.zope.org/security'
xmlns:zmi='http://namespaces.zope.org/zmi'
>
</zopeConfigure>