[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services - configure.zcml:1.19

Stephan Richter srichter@cbu.edu
Mon, 23 Dec 2002 03:16:08 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services
In directory cvs.zope.org:/tmp/cvs-serv26132/Zope/App/OFS/Services

Modified Files:
	configure.zcml 
Log Message:
Implemented VFS views for the Local Service Manager. You can now traverse
into it up to Packages. 

Since Jim did not tell me what he wanted to do in a Package, I did not 
add much there, so that all Services are shown as directories now. The 
only binding I implemented was for the ZPTTemplate, which works fine so
that you can add ZPTs via VFS now. I could imagine doing the same for 
Module, but other than that Package is rather boring from a VFS point of
view.

Of course we could do some "magic" and display a text (file content) 
representation of the various services, but I do not know how useful this 
would be.


=== Zope3/lib/python/Zope/App/OFS/Services/configure.zcml 1.18 => 1.19 ===
--- Zope3/lib/python/Zope/App/OFS/Services/configure.zcml:1.18	Thu Dec 19 15:38:21 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/configure.zcml	Mon Dec 23 03:15:37 2002
@@ -110,6 +110,8 @@
 <include package=".PrincipalAnnotationService" />
 <include package=".SessionService" />
 
+<!-- View Directives -->
 <include package=".Browser" />
+<include package=".VFS" />
 
 </zopeConfigure>