[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services - __init__.py:1.1.2.1 services.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/Services
In directory cvs.zope.org:/tmp/cvs-serv4035/Services
Added Files:
Tag: Zope-3x-branch
__init__.py services.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/Services/__init__.py ===
"""Container package for TTW service-component implementations.
Each service should be in a subpackages. Each service subpackage
should have a Views subpackages with sub-packages for each view type
containing the views for the service.
"""
=== Added File Zope3/lib/python/Zope/App/OFS/Services/services.zcml ===
<zopeConfigure
xmlns='http://namespaces.zope.org/zope'
xmlns:security='http://namespaces.zope.org/security'
xmlns:zmi='http://namespaces.zope.org/zmi'
>
</zopeConfigure>