summaryrefslogtreecommitdiff
path: root/www/zope25
diff options
context:
space:
mode:
authordrochner <drochner>2002-08-22 16:54:48 +0000
committerdrochner <drochner>2002-08-22 16:54:48 +0000
commitb1ec6fd1ff07aa96788437de0d86622d4c048d48 (patch)
treedd2158d41cb743a06163241ac3a1bf1129ca7a49 /www/zope25
parent08769927e7e2a9dac5c131cbd0e4387977a989fb (diff)
downloadpkgsrc-b1ec6fd1ff07aa96788437de0d86622d4c048d48.tar.gz
First cut on an actual Zope pkg, which requires a thread enabled Python,
for which we only have a pth version. Needs Testing. Also needs some work for installation/startup scripts.
Diffstat (limited to 'www/zope25')
-rw-r--r--www/zope25/DESCR9
-rw-r--r--www/zope25/Makefile52
-rw-r--r--www/zope25/PLIST2248
-rw-r--r--www/zope25/distinfo6
-rwxr-xr-xwww/zope25/files/Zope.cgi13
-rw-r--r--www/zope25/files/zope.sh13
6 files changed, 2341 insertions, 0 deletions
diff --git a/www/zope25/DESCR b/www/zope25/DESCR
new file mode 100644
index 00000000000..2d65ceefd41
--- /dev/null
+++ b/www/zope25/DESCR
@@ -0,0 +1,9 @@
+Zope is a free, open source web application platform used for building
+high-performance, dynamic web sites.
+
+The Zope architecture competes in the web application server market
+against products such as Cold Fusion, Silverstream, Netscape Application
+Server, and the like. These products are aimed at systems programmers
+and relational databases. Zope, however, contains a powerful and simple
+scripting object model and high-performance, integrated object database.
+Thus the term "platform".
diff --git a/www/zope25/Makefile b/www/zope25/Makefile
new file mode 100644
index 00000000000..fc741fc5d8d
--- /dev/null
+++ b/www/zope25/Makefile
@@ -0,0 +1,52 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/08/22 16:54:48 drochner Exp $
+#
+
+DISTNAME= Zope-2.5.1-src
+PKGNAME= zope-2.5.1
+CATEGORIES= www
+MASTER_SITES= http://www.zope.org/Products/Zope/2.5.1/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.zope.org/
+COMMENT= Zope, the Z Object Publishing Environment
+
+DIST_SUBDIR= zope
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
+HOTFIX= Hotfix_2002-06-14.tgz
+SITES_${HOTFIX}= http://www.zope.org/Products/Zope/Hotfix_2002-06-14/
+DISTFILES+= ${HOTFIX}
+
+PYTHON_VERSIONS_ACCEPTED= 21pth
+USE_BUILDLINK_ONLY= yes
+
+ZOPEDIR= ${PREFIX}/lib/zope
+ZOPEPY= pcgi lib/python ZServer z2.py zpasswd.py
+ZOPEDATA= Extensions doc import var inst utilities
+
+#do-build:
+# (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHONBIN} w_pcgi.py)
+
+do-build:
+ (cd ${WRKSRC}/pcgi && ${SETENV} ${MAKE_ENV} ./configure && \
+ ${SETENV} ${MAKE_ENV} ${MAKE})
+ (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
+ ${PYTHONBIN} inst/build_extensions.py)
+
+#
+# Install code and prototype data. A real INSTANCE_HOME must be created
+# outside of ${PREFIX} to allow shared, read-only installations.
+#
+do-install:
+ ${INSTALL_DATA_DIR} ${ZOPEDIR}
+ (cd ${WRKSRC}; ${FIND} ${ZOPEPY} -type f -and \! \( -name "*.[cho]" \
+ -or -name "sedscript" -or -name "Makefile*" \
+ -or -name "Setup*" -or -name ".cvsignore" \) \
+ -print | ${PAX} -r -w ${ZOPEDIR})
+ #install hotfix
+ (cd ${WRKDIR}; ${PAX} -r -w lib ${ZOPEDIR})
+ (cd ${ZOPEDIR}; ${PYTHONBIN} ${WRKSRC}/inst/compilezpy.py)
+ (cd ${WRKSRC}; ${PAX} -r -w ${ZOPEDATA} ${ZOPEDIR})
+
+.include "../../lang/python/application.buildlink.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/zope25/PLIST b/www/zope25/PLIST
new file mode 100644
index 00000000000..b0958534eea
--- /dev/null
+++ b/www/zope25/PLIST
@@ -0,0 +1,2248 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/08/22 16:54:49 drochner Exp $
+lib/zope/Extensions/README.txt
+lib/zope/ZServer/DebugLogger.py
+lib/zope/ZServer/DebugLogger.pyc
+lib/zope/ZServer/FCGIServer.py
+lib/zope/ZServer/FCGIServer.pyc
+lib/zope/ZServer/FTPRequest.py
+lib/zope/ZServer/FTPRequest.pyc
+lib/zope/ZServer/FTPResponse.py
+lib/zope/ZServer/FTPResponse.pyc
+lib/zope/ZServer/FTPServer.py
+lib/zope/ZServer/FTPServer.pyc
+lib/zope/ZServer/HTTPResponse.py
+lib/zope/ZServer/HTTPResponse.pyc
+lib/zope/ZServer/HTTPServer.py
+lib/zope/ZServer/HTTPServer.pyc
+lib/zope/ZServer/INSTALL.txt
+lib/zope/ZServer/PCGIServer.py
+lib/zope/ZServer/PCGIServer.pyc
+lib/zope/ZServer/Producers.py
+lib/zope/ZServer/Producers.pyc
+lib/zope/ZServer/PubCore/ZEvent.py
+lib/zope/ZServer/PubCore/ZEvent.pyc
+lib/zope/ZServer/PubCore/ZRendezvous.py
+lib/zope/ZServer/PubCore/ZRendezvous.pyc
+lib/zope/ZServer/PubCore/ZServerPublisher.py
+lib/zope/ZServer/PubCore/ZServerPublisher.pyc
+lib/zope/ZServer/PubCore/__init__.py
+lib/zope/ZServer/PubCore/__init__.pyc
+lib/zope/ZServer/README.txt
+lib/zope/ZServer/WebDAVSrcHandler.py
+lib/zope/ZServer/WebDAVSrcHandler.pyc
+lib/zope/ZServer/ZService.py
+lib/zope/ZServer/ZService.pyc
+lib/zope/ZServer/__init__.py
+lib/zope/ZServer/__init__.pyc
+lib/zope/ZServer/medusa/ANNOUNCE.txt
+lib/zope/ZServer/medusa/ANNOUNCE_970922.txt
+lib/zope/ZServer/medusa/INSTALL.txt
+lib/zope/ZServer/medusa/__init__.py
+lib/zope/ZServer/medusa/__init__.pyc
+lib/zope/ZServer/medusa/asynchat.py
+lib/zope/ZServer/medusa/asynchat.pyc
+lib/zope/ZServer/medusa/asyncore.py
+lib/zope/ZServer/medusa/asyncore.pyc
+lib/zope/ZServer/medusa/auth_handler.py
+lib/zope/ZServer/medusa/auth_handler.pyc
+lib/zope/ZServer/medusa/chat_server.py
+lib/zope/ZServer/medusa/chat_server.pyc
+lib/zope/ZServer/medusa/continuation.py
+lib/zope/ZServer/medusa/continuation.pyc
+lib/zope/ZServer/medusa/contrib/bobo_handler.py
+lib/zope/ZServer/medusa/contrib/bobo_handler.pyc
+lib/zope/ZServer/medusa/contrib/sample_cgi.py
+lib/zope/ZServer/medusa/contrib/sample_cgi.pyc
+lib/zope/ZServer/medusa/counter.py
+lib/zope/ZServer/medusa/counter.pyc
+lib/zope/ZServer/medusa/default_handler.py
+lib/zope/ZServer/medusa/default_handler.pyc
+lib/zope/ZServer/medusa/demo/publish.py
+lib/zope/ZServer/medusa/demo/publish.pyc
+lib/zope/ZServer/medusa/dist/license.html
+lib/zope/ZServer/medusa/docs/README.html
+lib/zope/ZServer/medusa/docs/composing_producers.gif
+lib/zope/ZServer/medusa/docs/data_flow.gif
+lib/zope/ZServer/medusa/docs/data_flow.html
+lib/zope/ZServer/medusa/docs/producers.gif
+lib/zope/ZServer/medusa/docs/proxy_notes.txt
+lib/zope/ZServer/medusa/event_loop.py
+lib/zope/ZServer/medusa/event_loop.pyc
+lib/zope/ZServer/medusa/fifo.py
+lib/zope/ZServer/medusa/fifo.pyc
+lib/zope/ZServer/medusa/filesys.py
+lib/zope/ZServer/medusa/filesys.pyc
+lib/zope/ZServer/medusa/ftp_server.py
+lib/zope/ZServer/medusa/ftp_server.pyc
+lib/zope/ZServer/medusa/http_bobo.py
+lib/zope/ZServer/medusa/http_bobo.pyc
+lib/zope/ZServer/medusa/http_date.py
+lib/zope/ZServer/medusa/http_date.pyc
+lib/zope/ZServer/medusa/http_server.py
+lib/zope/ZServer/medusa/http_server.pyc
+lib/zope/ZServer/medusa/logger.py
+lib/zope/ZServer/medusa/logger.pyc
+lib/zope/ZServer/medusa/m_syslog.py
+lib/zope/ZServer/medusa/m_syslog.pyc
+lib/zope/ZServer/medusa/medusa.html
+lib/zope/ZServer/medusa/medusa_gif.py
+lib/zope/ZServer/medusa/medusa_gif.pyc
+lib/zope/ZServer/medusa/mime_type_table.py
+lib/zope/ZServer/medusa/mime_type_table.pyc
+lib/zope/ZServer/medusa/misc/async_mysql.py
+lib/zope/ZServer/medusa/misc/async_mysql.pyc
+lib/zope/ZServer/medusa/misc/recorder.py
+lib/zope/ZServer/medusa/misc/recorder.pyc
+lib/zope/ZServer/medusa/misc/syncsock.py
+lib/zope/ZServer/medusa/misc/syncsock.pyc
+lib/zope/ZServer/medusa/monitor.py
+lib/zope/ZServer/medusa/monitor.pyc
+lib/zope/ZServer/medusa/monitor_client.py
+lib/zope/ZServer/medusa/monitor_client.pyc
+lib/zope/ZServer/medusa/monitor_client_win32.py
+lib/zope/ZServer/medusa/monitor_client_win32.pyc
+lib/zope/ZServer/medusa/notes/async_blurbs.txt
+lib/zope/ZServer/medusa/notes/debugging.txt
+lib/zope/ZServer/medusa/notes/threads.txt
+lib/zope/ZServer/medusa/notes/tkinter.txt
+lib/zope/ZServer/medusa/out
+lib/zope/ZServer/medusa/producers.py
+lib/zope/ZServer/medusa/producers.pyc
+lib/zope/ZServer/medusa/put_handler.py
+lib/zope/ZServer/medusa/put_handler.pyc
+lib/zope/ZServer/medusa/redirecting_handler.py
+lib/zope/ZServer/medusa/redirecting_handler.pyc
+lib/zope/ZServer/medusa/resolver.py
+lib/zope/ZServer/medusa/resolver.pyc
+lib/zope/ZServer/medusa/rpc_client.py
+lib/zope/ZServer/medusa/rpc_client.pyc
+lib/zope/ZServer/medusa/rpc_server.py
+lib/zope/ZServer/medusa/rpc_server.pyc
+lib/zope/ZServer/medusa/script_handler.py
+lib/zope/ZServer/medusa/script_handler.pyc
+lib/zope/ZServer/medusa/script_handler_demo/form.mpy
+lib/zope/ZServer/medusa/script_handler_demo/persistent.py
+lib/zope/ZServer/medusa/script_handler_demo/persistent.pyc
+lib/zope/ZServer/medusa/script_handler_demo/start_demo.py
+lib/zope/ZServer/medusa/script_handler_demo/start_demo.pyc
+lib/zope/ZServer/medusa/script_handler_demo/today.mpy
+lib/zope/ZServer/medusa/sendfile/README
+lib/zope/ZServer/medusa/sendfile/asynchat_sendfile.py
+lib/zope/ZServer/medusa/sendfile/asynchat_sendfile.pyc
+lib/zope/ZServer/medusa/sendfile/test_sendfile.py
+lib/zope/ZServer/medusa/sendfile/test_sendfile.pyc
+lib/zope/ZServer/medusa/start_medusa.py
+lib/zope/ZServer/medusa/start_medusa.pyc
+lib/zope/ZServer/medusa/status_handler.py
+lib/zope/ZServer/medusa/status_handler.pyc
+lib/zope/ZServer/medusa/test/__init__.py
+lib/zope/ZServer/medusa/test/asyn_http_bench.py
+lib/zope/ZServer/medusa/test/max_sockets.py
+lib/zope/ZServer/medusa/test/test_11.py
+lib/zope/ZServer/medusa/test/test_lb.py
+lib/zope/ZServer/medusa/test/test_medusa.py
+lib/zope/ZServer/medusa/test/test_single_11.py
+lib/zope/ZServer/medusa/test/tests.txt
+lib/zope/ZServer/medusa/thread/__init__.py
+lib/zope/ZServer/medusa/thread/__init__.pyc
+lib/zope/ZServer/medusa/thread/pi_module.py
+lib/zope/ZServer/medusa/thread/pi_module.pyc
+lib/zope/ZServer/medusa/thread/select_trigger.py
+lib/zope/ZServer/medusa/thread/select_trigger.pyc
+lib/zope/ZServer/medusa/thread/test_module.py
+lib/zope/ZServer/medusa/thread/test_module.pyc
+lib/zope/ZServer/medusa/thread/thread_channel.py
+lib/zope/ZServer/medusa/thread/thread_channel.pyc
+lib/zope/ZServer/medusa/thread/thread_handler.py
+lib/zope/ZServer/medusa/thread/thread_handler.pyc
+lib/zope/ZServer/medusa/unix_user_handler.py
+lib/zope/ZServer/medusa/unix_user_handler.pyc
+lib/zope/ZServer/medusa/virtual_handler.py
+lib/zope/ZServer/medusa/virtual_handler.pyc
+lib/zope/ZServer/medusa/xmlrpc_handler.py
+lib/zope/ZServer/medusa/xmlrpc_handler.pyc
+lib/zope/doc/CHANGES.txt
+lib/zope/doc/CREDITS.txt
+lib/zope/doc/DEBUGGING.txt
+lib/zope/doc/ENVIRONMENT.txt
+lib/zope/doc/FAQ.txt
+lib/zope/doc/HELPSYS.txt
+lib/zope/doc/HISTORY.txt
+lib/zope/doc/INSTALL.txt
+lib/zope/doc/LOGGING.txt
+lib/zope/doc/PLATFORMS/AIX.txt
+lib/zope/doc/PLATFORMS/README.txt
+lib/zope/doc/SECURITY.txt
+lib/zope/doc/UNITTEST.txt
+lib/zope/doc/WEBSERVER.txt
+lib/zope/doc/ZODB.txt
+lib/zope/doc/changenotes/010516-2.4-unicode.stx
+lib/zope/doc/changenotes/010529-2.4-dropinindex.stx
+lib/zope/doc/changenotes/010529-2.4-exreg.stx
+lib/zope/doc/changenotes/010529-2.4-pluggableindex.stx
+lib/zope/doc/changenotes/010620-2.4-btreeconflict.stx
+lib/zope/import/Examples.zexp
+lib/zope/import/README.txt
+lib/zope/import/ZopeTutorialExamples.zexp
+lib/zope/inst/binary_install.py
+lib/zope/inst/build_extensions.py
+lib/zope/inst/build_pcgi.py
+lib/zope/inst/compilezpy.py
+lib/zope/inst/default_content.py
+lib/zope/inst/do.py
+lib/zope/inst/do.pyc
+lib/zope/inst/make_instance.py
+lib/zope/inst/make_resource.py
+lib/zope/inst/make_start.py
+lib/zope/inst/walkandscrub.py
+lib/zope/lib/python/AccessControl/AccessControl.txt
+lib/zope/lib/python/AccessControl/AuthEncoding.py
+lib/zope/lib/python/AccessControl/AuthEncoding.pyc
+lib/zope/lib/python/AccessControl/DTML.py
+lib/zope/lib/python/AccessControl/DTML.pyc
+lib/zope/lib/python/AccessControl/IUserFolder.py
+lib/zope/lib/python/AccessControl/IUserFolder.pyc
+lib/zope/lib/python/AccessControl/Owned.py
+lib/zope/lib/python/AccessControl/Owned.pyc
+lib/zope/lib/python/AccessControl/Permission.py
+lib/zope/lib/python/AccessControl/Permission.pyc
+lib/zope/lib/python/AccessControl/PermissionMapping.py
+lib/zope/lib/python/AccessControl/PermissionMapping.pyc
+lib/zope/lib/python/AccessControl/PermissionRole.py
+lib/zope/lib/python/AccessControl/PermissionRole.pyc
+lib/zope/lib/python/AccessControl/Permissions.py
+lib/zope/lib/python/AccessControl/Permissions.pyc
+lib/zope/lib/python/AccessControl/Role.py
+lib/zope/lib/python/AccessControl/Role.pyc
+lib/zope/lib/python/AccessControl/SecurityInfo.py
+lib/zope/lib/python/AccessControl/SecurityInfo.pyc
+lib/zope/lib/python/AccessControl/SecurityManagement.py
+lib/zope/lib/python/AccessControl/SecurityManagement.pyc
+lib/zope/lib/python/AccessControl/SecurityManager.py
+lib/zope/lib/python/AccessControl/SecurityManager.pyc
+lib/zope/lib/python/AccessControl/SimpleObjectPolicies.py
+lib/zope/lib/python/AccessControl/SimpleObjectPolicies.pyc
+lib/zope/lib/python/AccessControl/SpecialUsers.py
+lib/zope/lib/python/AccessControl/SpecialUsers.pyc
+lib/zope/lib/python/AccessControl/User.py
+lib/zope/lib/python/AccessControl/User.pyc
+lib/zope/lib/python/AccessControl/ZopeGuards.py
+lib/zope/lib/python/AccessControl/ZopeGuards.pyc
+lib/zope/lib/python/AccessControl/ZopeSecurityPolicy.py
+lib/zope/lib/python/AccessControl/ZopeSecurityPolicy.pyc
+lib/zope/lib/python/AccessControl/__init__.py
+lib/zope/lib/python/AccessControl/__init__.pyc
+lib/zope/lib/python/AccessControl/cAccessControl.so
+lib/zope/lib/python/AccessControl/dtml/access.dtml
+lib/zope/lib/python/AccessControl/dtml/acquiredEdit.dtml
+lib/zope/lib/python/AccessControl/dtml/addUser.dtml
+lib/zope/lib/python/AccessControl/dtml/editLocalRoles.dtml
+lib/zope/lib/python/AccessControl/dtml/editUser.dtml
+lib/zope/lib/python/AccessControl/dtml/listLocalRoles.dtml
+lib/zope/lib/python/AccessControl/dtml/mainUser.dtml
+lib/zope/lib/python/AccessControl/dtml/methodAccess.dtml
+lib/zope/lib/python/AccessControl/dtml/owner.dtml
+lib/zope/lib/python/AccessControl/dtml/permissionEdit.dtml
+lib/zope/lib/python/AccessControl/dtml/roleEdit.dtml
+lib/zope/lib/python/AccessControl/dtml/userFolderProps.dtml
+lib/zope/lib/python/AccessControl/securitySuite/README
+lib/zope/lib/python/AccessControl/securitySuite/ResultObject.py
+lib/zope/lib/python/AccessControl/securitySuite/ResultObject.pyc
+lib/zope/lib/python/AccessControl/securitySuite/SecurityBase.py
+lib/zope/lib/python/AccessControl/securitySuite/SecurityBase.pyc
+lib/zope/lib/python/AccessControl/securitySuite/framework.py
+lib/zope/lib/python/AccessControl/securitySuite/framework.pyc
+lib/zope/lib/python/AccessControl/securitySuite/regressionSecurity.py
+lib/zope/lib/python/AccessControl/securitySuite/regressionSecurity.pyc
+lib/zope/lib/python/AccessControl/tests/__init__.py
+lib/zope/lib/python/AccessControl/tests/mixed_module/__init__.py
+lib/zope/lib/python/AccessControl/tests/mixed_module/submodule/__init__.py
+lib/zope/lib/python/AccessControl/tests/private_module/__init__.py
+lib/zope/lib/python/AccessControl/tests/private_module/submodule/__init__.py
+lib/zope/lib/python/AccessControl/tests/public_module/__init__.py
+lib/zope/lib/python/AccessControl/tests/public_module/submodule/__init__.py
+lib/zope/lib/python/AccessControl/tests/testClassSecurityInfo.py
+lib/zope/lib/python/AccessControl/tests/testDeprecatedAPI.py
+lib/zope/lib/python/AccessControl/tests/testModuleSecurity.py
+lib/zope/lib/python/AccessControl/tests/testPasswordDigest.py
+lib/zope/lib/python/AccessControl/tests/testPermissionRole.py
+lib/zope/lib/python/AccessControl/tests/testSecurity.py
+lib/zope/lib/python/AccessControl/tests/testUserFolder.py
+lib/zope/lib/python/AccessControl/tests/testZopeSecurityPolicy.py
+lib/zope/lib/python/AccessControl/unauthorized.py
+lib/zope/lib/python/AccessControl/unauthorized.pyc
+lib/zope/lib/python/AccessControl/www/AccessControl_icon.gif
+lib/zope/lib/python/AccessControl/www/User_icon.gif
+lib/zope/lib/python/Acquisition.so
+lib/zope/lib/python/App/ApplicationManager.py
+lib/zope/lib/python/App/ApplicationManager.pyc
+lib/zope/lib/python/App/CacheManager.py
+lib/zope/lib/python/App/CacheManager.pyc
+lib/zope/lib/python/App/Common.py
+lib/zope/lib/python/App/Common.pyc
+lib/zope/lib/python/App/DavLockManager.py
+lib/zope/lib/python/App/DavLockManager.pyc
+lib/zope/lib/python/App/Dialogs.py
+lib/zope/lib/python/App/Dialogs.pyc
+lib/zope/lib/python/App/Extensions.py
+lib/zope/lib/python/App/Extensions.pyc
+lib/zope/lib/python/App/Factory.py
+lib/zope/lib/python/App/Factory.pyc
+lib/zope/lib/python/App/FactoryDispatcher.py
+lib/zope/lib/python/App/FactoryDispatcher.pyc
+lib/zope/lib/python/App/FindHomes.py
+lib/zope/lib/python/App/FindHomes.pyc
+lib/zope/lib/python/App/Hotfixes.py
+lib/zope/lib/python/App/Hotfixes.pyc
+lib/zope/lib/python/App/ImageFile.py
+lib/zope/lib/python/App/ImageFile.pyc
+lib/zope/lib/python/App/Management.py
+lib/zope/lib/python/App/Management.pyc
+lib/zope/lib/python/App/Permission.py
+lib/zope/lib/python/App/Permission.pyc
+lib/zope/lib/python/App/PersistentExtra.py
+lib/zope/lib/python/App/PersistentExtra.pyc
+lib/zope/lib/python/App/Product.py
+lib/zope/lib/python/App/Product.pyc
+lib/zope/lib/python/App/ProductContext.py
+lib/zope/lib/python/App/ProductContext.pyc
+lib/zope/lib/python/App/ProductRegistry.py
+lib/zope/lib/python/App/ProductRegistry.pyc
+lib/zope/lib/python/App/RefreshFuncs.py
+lib/zope/lib/python/App/RefreshFuncs.pyc
+lib/zope/lib/python/App/Undo.py
+lib/zope/lib/python/App/Undo.pyc
+lib/zope/lib/python/App/__init__.py
+lib/zope/lib/python/App/__init__.pyc
+lib/zope/lib/python/App/class_init.py
+lib/zope/lib/python/App/class_init.pyc
+lib/zope/lib/python/App/dtml/addFactory.dtml
+lib/zope/lib/python/App/dtml/addPermission.dtml
+lib/zope/lib/python/App/dtml/addProduct.dtml
+lib/zope/lib/python/App/dtml/cacheGC.dtml
+lib/zope/lib/python/App/dtml/cacheParameters.dtml
+lib/zope/lib/python/App/dtml/copyright.dtml
+lib/zope/lib/python/App/dtml/cpContents.dtml
+lib/zope/lib/python/App/dtml/davLockManager.dtml
+lib/zope/lib/python/App/dtml/dbMain.dtml
+lib/zope/lib/python/App/dtml/debug.dtml
+lib/zope/lib/python/App/dtml/distributionView.dtml
+lib/zope/lib/python/App/dtml/editFactory.dtml
+lib/zope/lib/python/App/dtml/editPermission.dtml
+lib/zope/lib/python/App/dtml/manage.dtml
+lib/zope/lib/python/App/dtml/manage_form_title.dtml
+lib/zope/lib/python/App/dtml/manage_page_footer.dtml
+lib/zope/lib/python/App/dtml/manage_page_header.dtml
+lib/zope/lib/python/App/dtml/manage_page_style.css.dtml
+lib/zope/lib/python/App/dtml/manage_style_test.dtml
+lib/zope/lib/python/App/dtml/manage_tabs.dtml
+lib/zope/lib/python/App/dtml/manage_top_frame.dtml
+lib/zope/lib/python/App/dtml/manage_zmi_prefs.dtml
+lib/zope/lib/python/App/dtml/menu.dtml
+lib/zope/lib/python/App/dtml/profile.dtml
+lib/zope/lib/python/App/dtml/readme.dtml
+lib/zope/lib/python/App/dtml/refresh.dtml
+lib/zope/lib/python/App/dtml/traceback.dtml
+lib/zope/lib/python/App/dtml/undo.dtml
+lib/zope/lib/python/App/dtml/versionManager.dtml
+lib/zope/lib/python/App/dtml/zope_quick_start.dtml
+lib/zope/lib/python/App/special_dtml.py
+lib/zope/lib/python/App/special_dtml.pyc
+lib/zope/lib/python/App/tar.py
+lib/zope/lib/python/App/tar.pyc
+lib/zope/lib/python/App/version_txt.py
+lib/zope/lib/python/App/version_txt.pyc
+lib/zope/lib/python/App/www/CacheManager_icon.gif
+lib/zope/lib/python/App/www/DebugManager_icon.gif
+lib/zope/lib/python/App/www/PythonPoweredSmall.gif
+lib/zope/lib/python/App/www/arrow.jpg
+lib/zope/lib/python/App/www/background.jpg
+lib/zope/lib/python/App/www/border.gif
+lib/zope/lib/python/App/www/brokenProduct.gif
+lib/zope/lib/python/App/www/cpSystem.gif
+lib/zope/lib/python/App/www/dbManage.gif
+lib/zope/lib/python/App/www/factory.gif
+lib/zope/lib/python/App/www/help.jpg
+lib/zope/lib/python/App/www/installedProduct.gif
+lib/zope/lib/python/App/www/logo.jpg
+lib/zope/lib/python/App/www/ltab.gif
+lib/zope/lib/python/App/www/permission.gif
+lib/zope/lib/python/App/www/product.gif
+lib/zope/lib/python/App/www/productFolder.gif
+lib/zope/lib/python/App/www/properties.jpg
+lib/zope/lib/python/App/www/rtab.gif
+lib/zope/lib/python/App/www/sp.gif
+lib/zope/lib/python/App/www/undo_icon.gif
+lib/zope/lib/python/App/www/vManage.gif
+lib/zope/lib/python/App/www/z_button.jpg
+lib/zope/lib/python/App/www/zope_button.jpg
+lib/zope/lib/python/App/www/zopelogo.jpg
+lib/zope/lib/python/BTree.so
+lib/zope/lib/python/BTrees/IIBTree.py
+lib/zope/lib/python/BTrees/IIBTree.pyc
+lib/zope/lib/python/BTrees/IOBTree.py
+lib/zope/lib/python/BTrees/IOBTree.pyc
+lib/zope/lib/python/BTrees/Interfaces.py
+lib/zope/lib/python/BTrees/Interfaces.pyc
+lib/zope/lib/python/BTrees/Length.py
+lib/zope/lib/python/BTrees/Length.pyc
+lib/zope/lib/python/BTrees/OIBTree.py
+lib/zope/lib/python/BTrees/OIBTree.pyc
+lib/zope/lib/python/BTrees/OOBTree.py
+lib/zope/lib/python/BTrees/OOBTree.pyc
+lib/zope/lib/python/BTrees/_IIBTree.so
+lib/zope/lib/python/BTrees/_IOBTree.so
+lib/zope/lib/python/BTrees/_OIBTree.so
+lib/zope/lib/python/BTrees/_OOBTree.so
+lib/zope/lib/python/BTrees/__init__.py
+lib/zope/lib/python/BTrees/__init__.pyc
+lib/zope/lib/python/BTrees/_fsBTree.so
+lib/zope/lib/python/BTrees/convert.py
+lib/zope/lib/python/BTrees/convert.pyc
+lib/zope/lib/python/BTrees/tests/__init__.py
+lib/zope/lib/python/BTrees/tests/testBTrees.py
+lib/zope/lib/python/BTrees/tests/testBTreesUnicode.py
+lib/zope/lib/python/BTrees/tests/testConflict.py
+lib/zope/lib/python/ComputedAttribute.so
+lib/zope/lib/python/DateTime/DateTime.html
+lib/zope/lib/python/DateTime/DateTime.py
+lib/zope/lib/python/DateTime/DateTime.pyc
+lib/zope/lib/python/DateTime/DateTimeZone.py
+lib/zope/lib/python/DateTime/DateTimeZone.pyc
+lib/zope/lib/python/DateTime/__init__.py
+lib/zope/lib/python/DateTime/__init__.pyc
+lib/zope/lib/python/DateTime/tests/testDateTime.py
+lib/zope/lib/python/DocumentTemplate/DT_HTML.py
+lib/zope/lib/python/DocumentTemplate/DT_HTML.pyc
+lib/zope/lib/python/DocumentTemplate/DT_If.py
+lib/zope/lib/python/DocumentTemplate/DT_If.pyc
+lib/zope/lib/python/DocumentTemplate/DT_In.py
+lib/zope/lib/python/DocumentTemplate/DT_In.pyc
+lib/zope/lib/python/DocumentTemplate/DT_InSV.py
+lib/zope/lib/python/DocumentTemplate/DT_InSV.pyc
+lib/zope/lib/python/DocumentTemplate/DT_Let.py
+lib/zope/lib/python/DocumentTemplate/DT_Let.pyc
+lib/zope/lib/python/DocumentTemplate/DT_Raise.py
+lib/zope/lib/python/DocumentTemplate/DT_Raise.pyc
+lib/zope/lib/python/DocumentTemplate/DT_Return.py
+lib/zope/lib/python/DocumentTemplate/DT_Return.pyc
+lib/zope/lib/python/DocumentTemplate/DT_String.py
+lib/zope/lib/python/DocumentTemplate/DT_String.pyc
+lib/zope/lib/python/DocumentTemplate/DT_Try.py
+lib/zope/lib/python/DocumentTemplate/DT_Try.pyc
+lib/zope/lib/python/DocumentTemplate/DT_UI.py
+lib/zope/lib/python/DocumentTemplate/DT_UI.pyc
+lib/zope/lib/python/DocumentTemplate/DT_Util.py
+lib/zope/lib/python/DocumentTemplate/DT_Util.pyc
+lib/zope/lib/python/DocumentTemplate/DT_Var.py
+lib/zope/lib/python/DocumentTemplate/DT_Var.pyc
+lib/zope/lib/python/DocumentTemplate/DT_With.py
+lib/zope/lib/python/DocumentTemplate/DT_With.pyc
+lib/zope/lib/python/DocumentTemplate/DTtestExpr.py
+lib/zope/lib/python/DocumentTemplate/DTtestExpr.pyc
+lib/zope/lib/python/DocumentTemplate/DocumentTemplate.py
+lib/zope/lib/python/DocumentTemplate/DocumentTemplate.pyc
+lib/zope/lib/python/DocumentTemplate/Let.stx
+lib/zope/lib/python/DocumentTemplate/VSEval.py
+lib/zope/lib/python/DocumentTemplate/VSEval.pyc
+lib/zope/lib/python/DocumentTemplate/__init__.py
+lib/zope/lib/python/DocumentTemplate/__init__.pyc
+lib/zope/lib/python/DocumentTemplate/cDocumentTemplate.so
+lib/zope/lib/python/DocumentTemplate/html_quote.py
+lib/zope/lib/python/DocumentTemplate/html_quote.pyc
+lib/zope/lib/python/DocumentTemplate/pDocumentTemplate.py
+lib/zope/lib/python/DocumentTemplate/pDocumentTemplate.pyc
+lib/zope/lib/python/DocumentTemplate/release.fl
+lib/zope/lib/python/DocumentTemplate/release.sh
+lib/zope/lib/python/DocumentTemplate/sequence/SortEx.py
+lib/zope/lib/python/DocumentTemplate/sequence/SortEx.pyc
+lib/zope/lib/python/DocumentTemplate/sequence/__init__.py
+lib/zope/lib/python/DocumentTemplate/sequence/__init__.pyc
+lib/zope/lib/python/DocumentTemplate/sequence/tests/__init__.py
+lib/zope/lib/python/DocumentTemplate/sequence/tests/results.py
+lib/zope/lib/python/DocumentTemplate/sequence/tests/testSequence.py
+lib/zope/lib/python/DocumentTemplate/sequence/tests/ztestlib.py
+lib/zope/lib/python/DocumentTemplate/tests/__init__.py
+lib/zope/lib/python/DocumentTemplate/tests/dealers.dtml
+lib/zope/lib/python/DocumentTemplate/tests/dealers.out
+lib/zope/lib/python/DocumentTemplate/tests/testDTML.py
+lib/zope/lib/python/ExtensionClass.so
+lib/zope/lib/python/Globals.py
+lib/zope/lib/python/Globals.pyc
+lib/zope/lib/python/HelpSys/APIHelpTopic.py
+lib/zope/lib/python/HelpSys/APIHelpTopic.pyc
+lib/zope/lib/python/HelpSys/HelpSys.py
+lib/zope/lib/python/HelpSys/HelpSys.pyc
+lib/zope/lib/python/HelpSys/HelpTopic.py
+lib/zope/lib/python/HelpSys/HelpTopic.pyc
+lib/zope/lib/python/HelpSys/HelpUtil.py
+lib/zope/lib/python/HelpSys/HelpUtil.pyc
+lib/zope/lib/python/HelpSys/ObjectRef.py
+lib/zope/lib/python/HelpSys/ObjectRef.pyc
+lib/zope/lib/python/HelpSys/__init__.py
+lib/zope/lib/python/HelpSys/__init__.pyc
+lib/zope/lib/python/HelpSys/dtml/APIHelpView.dtml
+lib/zope/lib/python/HelpSys/dtml/APIView.dtml
+lib/zope/lib/python/HelpSys/dtml/addTopic.dtml
+lib/zope/lib/python/HelpSys/dtml/attributeView.dtml
+lib/zope/lib/python/HelpSys/dtml/button.dtml
+lib/zope/lib/python/HelpSys/dtml/frame.dtml
+lib/zope/lib/python/HelpSys/dtml/helpURL.dtml
+lib/zope/lib/python/HelpSys/dtml/helpsys.dtml
+lib/zope/lib/python/HelpSys/dtml/helpsys_main.dtml
+lib/zope/lib/python/HelpSys/dtml/helpsys_menu.dtml
+lib/zope/lib/python/HelpSys/dtml/menu.dtml
+lib/zope/lib/python/HelpSys/dtml/menu_footer.dtml
+lib/zope/lib/python/HelpSys/dtml/menu_header.dtml
+lib/zope/lib/python/HelpSys/dtml/methodView.dtml
+lib/zope/lib/python/HelpSys/dtml/objectitem.dtml
+lib/zope/lib/python/HelpSys/dtml/objectref.dtml
+lib/zope/lib/python/HelpSys/dtml/results.dtml
+lib/zope/lib/python/HelpSys/dtml/search.dtml
+lib/zope/lib/python/HelpSys/dtml/topic_footer.dtml
+lib/zope/lib/python/HelpSys/dtml/topic_header.dtml
+lib/zope/lib/python/HelpSys/images/helpTopic.gif
+lib/zope/lib/python/HelpSys/images/hs_cbook.gif
+lib/zope/lib/python/HelpSys/images/hs_darrow.gif
+lib/zope/lib/python/HelpSys/images/hs_dnode.gif
+lib/zope/lib/python/HelpSys/images/hs_larrow.gif
+lib/zope/lib/python/HelpSys/images/hs_obook.gif
+lib/zope/lib/python/HelpSys/images/hs_rarrow.gif
+lib/zope/lib/python/HelpSys/images/hs_uarrow.gif
+lib/zope/lib/python/HelpSys/images/productHelp.gif
+lib/zope/lib/python/IIBTree.so
+lib/zope/lib/python/IOBTree.so
+lib/zope/lib/python/ImageFile.py
+lib/zope/lib/python/ImageFile.pyc
+lib/zope/lib/python/Interface/Attr.py
+lib/zope/lib/python/Interface/Attr.pyc
+lib/zope/lib/python/Interface/Basic.py
+lib/zope/lib/python/Interface/Basic.pyc
+lib/zope/lib/python/Interface/CHANGES.txt
+lib/zope/lib/python/Interface/Exceptions.py
+lib/zope/lib/python/Interface/Exceptions.pyc
+lib/zope/lib/python/Interface/InterfaceBase.py
+lib/zope/lib/python/Interface/InterfaceBase.pyc
+lib/zope/lib/python/Interface/Mapping.py
+lib/zope/lib/python/Interface/Mapping.pyc
+lib/zope/lib/python/Interface/Method.py
+lib/zope/lib/python/Interface/Method.pyc
+lib/zope/lib/python/Interface/Number.py
+lib/zope/lib/python/Interface/Number.pyc
+lib/zope/lib/python/Interface/README
+lib/zope/lib/python/Interface/README.txt
+lib/zope/lib/python/Interface/Standard.py
+lib/zope/lib/python/Interface/Standard.pyc
+lib/zope/lib/python/Interface/Util.py
+lib/zope/lib/python/Interface/Util.pyc
+lib/zope/lib/python/Interface/__init__.py
+lib/zope/lib/python/Interface/__init__.pyc
+lib/zope/lib/python/Interface/iclass.py
+lib/zope/lib/python/Interface/iclass.pyc
+lib/zope/lib/python/Interface/pprint.py
+lib/zope/lib/python/Interface/pprint.pyc
+lib/zope/lib/python/Interface/pyfiles
+lib/zope/lib/python/Interface/release.sh
+lib/zope/lib/python/Interface/test.py
+lib/zope/lib/python/Interface/test.pyc
+lib/zope/lib/python/Interface/unitfixtures.py
+lib/zope/lib/python/Interface/unitfixtures.pyc
+lib/zope/lib/python/Interface/unittests.py
+lib/zope/lib/python/Interface/unittests.pyc
+lib/zope/lib/python/Interface/verify.py
+lib/zope/lib/python/Interface/verify.pyc
+lib/zope/lib/python/LOG.py
+lib/zope/lib/python/LOG.pyc
+lib/zope/lib/python/Main.py
+lib/zope/lib/python/Main.pyc
+lib/zope/lib/python/MethodObject.so
+lib/zope/lib/python/Missing.so
+lib/zope/lib/python/MultiMapping.so
+lib/zope/lib/python/OFS/Application.py
+lib/zope/lib/python/OFS/Application.pyc
+lib/zope/lib/python/OFS/Cache.py
+lib/zope/lib/python/OFS/Cache.pyc
+lib/zope/lib/python/OFS/CopySupport.py
+lib/zope/lib/python/OFS/CopySupport.pyc
+lib/zope/lib/python/OFS/DTMLDocument.py
+lib/zope/lib/python/OFS/DTMLDocument.pyc
+lib/zope/lib/python/OFS/DTMLMethod.py
+lib/zope/lib/python/OFS/DTMLMethod.pyc
+lib/zope/lib/python/OFS/DefaultObservable.py
+lib/zope/lib/python/OFS/DefaultObservable.pyc
+lib/zope/lib/python/OFS/Document.py
+lib/zope/lib/python/OFS/Document.pyc
+lib/zope/lib/python/OFS/FTPInterface.py
+lib/zope/lib/python/OFS/FTPInterface.pyc
+lib/zope/lib/python/OFS/FindSupport.py
+lib/zope/lib/python/OFS/FindSupport.pyc
+lib/zope/lib/python/OFS/Folder.py
+lib/zope/lib/python/OFS/Folder.pyc
+lib/zope/lib/python/OFS/History.py
+lib/zope/lib/python/OFS/History.pyc
+lib/zope/lib/python/OFS/Image.py
+lib/zope/lib/python/OFS/Image.pyc
+lib/zope/lib/python/OFS/Moniker.py
+lib/zope/lib/python/OFS/Moniker.pyc
+lib/zope/lib/python/OFS/ObjectManager.py
+lib/zope/lib/python/OFS/ObjectManager.pyc
+lib/zope/lib/python/OFS/PropertyManager.py
+lib/zope/lib/python/OFS/PropertyManager.pyc
+lib/zope/lib/python/OFS/PropertySheets.py
+lib/zope/lib/python/OFS/PropertySheets.pyc
+lib/zope/lib/python/OFS/SimpleItem.py
+lib/zope/lib/python/OFS/SimpleItem.pyc
+lib/zope/lib/python/OFS/Traversable.py
+lib/zope/lib/python/OFS/Traversable.pyc
+lib/zope/lib/python/OFS/Uninstalled.py
+lib/zope/lib/python/OFS/Uninstalled.pyc
+lib/zope/lib/python/OFS/XMLExportImport.py
+lib/zope/lib/python/OFS/XMLExportImport.pyc
+lib/zope/lib/python/OFS/ZDOM.py
+lib/zope/lib/python/OFS/ZDOM.pyc
+lib/zope/lib/python/OFS/__init__.py
+lib/zope/lib/python/OFS/__init__.pyc
+lib/zope/lib/python/OFS/content_types.py
+lib/zope/lib/python/OFS/content_types.pyc
+lib/zope/lib/python/OFS/dtml/brokenEdit.dtml
+lib/zope/lib/python/OFS/dtml/cacheNamespaceKeys.dtml
+lib/zope/lib/python/OFS/dtml/cacheable.dtml
+lib/zope/lib/python/OFS/dtml/cmassoc.dtml
+lib/zope/lib/python/OFS/dtml/documentAdd.dtml
+lib/zope/lib/python/OFS/dtml/documentEdit.dtml
+lib/zope/lib/python/OFS/dtml/documentProxy.dtml
+lib/zope/lib/python/OFS/dtml/editedDialog.dtml
+lib/zope/lib/python/OFS/dtml/fileEdit.dtml
+lib/zope/lib/python/OFS/dtml/findAdv.dtml
+lib/zope/lib/python/OFS/dtml/findForm.dtml
+lib/zope/lib/python/OFS/dtml/findFrame.dtml
+lib/zope/lib/python/OFS/dtml/findResult.dtml
+lib/zope/lib/python/OFS/dtml/folderAdd.dtml
+lib/zope/lib/python/OFS/dtml/history.dtml
+lib/zope/lib/python/OFS/dtml/historyCompare.dtml
+lib/zope/lib/python/OFS/dtml/imageAdd.dtml
+lib/zope/lib/python/OFS/dtml/imageEdit.dtml
+lib/zope/lib/python/OFS/dtml/imageView.dtml
+lib/zope/lib/python/OFS/dtml/importExport.dtml
+lib/zope/lib/python/OFS/dtml/main.dtml
+lib/zope/lib/python/OFS/dtml/methodAdd.dtml
+lib/zope/lib/python/OFS/dtml/properties.dtml
+lib/zope/lib/python/OFS/dtml/propertyType.dtml
+lib/zope/lib/python/OFS/dtml/propertysheets.dtml
+lib/zope/lib/python/OFS/dtml/renameForm.dtml
+lib/zope/lib/python/OFS/misc_.py
+lib/zope/lib/python/OFS/misc_.pyc
+lib/zope/lib/python/OFS/ndiff.py
+lib/zope/lib/python/OFS/ndiff.pyc
+lib/zope/lib/python/OFS/rPickle.py
+lib/zope/lib/python/OFS/rPickle.pyc
+lib/zope/lib/python/OFS/standard/index_html.dtml
+lib/zope/lib/python/OFS/standard/standard_error_message.dtml
+lib/zope/lib/python/OFS/standard/standard_html_footer.dtml
+lib/zope/lib/python/OFS/standard/standard_html_header.dtml
+lib/zope/lib/python/OFS/standard/standard_template.pt
+lib/zope/lib/python/OFS/tests/__init__.py
+lib/zope/lib/python/OFS/tests/testCopySupport.py
+lib/zope/lib/python/OFS/tests/testRanges.py
+lib/zope/lib/python/OFS/www/ControlPanel_icon.gif
+lib/zope/lib/python/OFS/www/Help_icon.gif
+lib/zope/lib/python/OFS/www/Properties_icon.gif
+lib/zope/lib/python/OFS/www/UpFolder_icon.gif
+lib/zope/lib/python/OFS/www/broken.gif
+lib/zope/lib/python/OFS/www/check.gif
+lib/zope/lib/python/OFS/www/l_arrow.gif
+lib/zope/lib/python/OFS/www/locked.gif
+lib/zope/lib/python/OFS/www/modified.gif
+lib/zope/lib/python/OFS/www/new.gif
+lib/zope/lib/python/OFS/www/properties.jpg
+lib/zope/lib/python/OFS/www/r_arrow.gif
+lib/zope/lib/python/OIBTree.so
+lib/zope/lib/python/Persistence/__init__.py
+lib/zope/lib/python/Persistence/__init__.pyc
+lib/zope/lib/python/Products/ExternalMethod/CHANGES.txt
+lib/zope/lib/python/Products/ExternalMethod/ExternalMethod.py
+lib/zope/lib/python/Products/ExternalMethod/ExternalMethod.pyc
+lib/zope/lib/python/Products/ExternalMethod/README.txt
+lib/zope/lib/python/Products/ExternalMethod/__init__.py
+lib/zope/lib/python/Products/ExternalMethod/__init__.pyc
+lib/zope/lib/python/Products/ExternalMethod/dtml/methodAdd.dtml
+lib/zope/lib/python/Products/ExternalMethod/dtml/methodEdit.dtml
+lib/zope/lib/python/Products/ExternalMethod/extmethod.gif
+lib/zope/lib/python/Products/ExternalMethod/help/External-Method.stx
+lib/zope/lib/python/Products/ExternalMethod/help/External-Method_Add.stx
+lib/zope/lib/python/Products/ExternalMethod/help/External-Method_Properties.stx
+lib/zope/lib/python/Products/ExternalMethod/help/External-Method_Try-It.stx
+lib/zope/lib/python/Products/ExternalMethod/help/ExternalMethod.py
+lib/zope/lib/python/Products/ExternalMethod/help/ExternalMethod.pyc
+lib/zope/lib/python/Products/ExternalMethod/tests/Extensions/Test.py
+lib/zope/lib/python/Products/ExternalMethod/tests/__init__.py
+lib/zope/lib/python/Products/ExternalMethod/tests/testExternalMethod.py
+lib/zope/lib/python/Products/ExternalMethod/version.txt
+lib/zope/lib/python/Products/ExternalMethod/www/function.gif
+lib/zope/lib/python/Products/Hotfix_2002-06-14/README.txt
+lib/zope/lib/python/Products/Hotfix_2002-06-14/__init__.py
+lib/zope/lib/python/Products/Hotfix_2002-06-14/__init__.pyc
+lib/zope/lib/python/Products/MIMETools/MIMETag.py
+lib/zope/lib/python/Products/MIMETools/MIMETag.pyc
+lib/zope/lib/python/Products/MIMETools/README.txt
+lib/zope/lib/python/Products/MIMETools/__init__.py
+lib/zope/lib/python/Products/MIMETools/__init__.pyc
+lib/zope/lib/python/Products/MailHost/MailHost.py
+lib/zope/lib/python/Products/MailHost/MailHost.pyc
+lib/zope/lib/python/Products/MailHost/README.txt
+lib/zope/lib/python/Products/MailHost/SendMailTag.py
+lib/zope/lib/python/Products/MailHost/SendMailTag.pyc
+lib/zope/lib/python/Products/MailHost/__init__.py
+lib/zope/lib/python/Products/MailHost/__init__.pyc
+lib/zope/lib/python/Products/MailHost/dtml/addMailHost_form.dtml
+lib/zope/lib/python/Products/MailHost/dtml/manageMailHost.dtml
+lib/zope/lib/python/Products/MailHost/help/Mail-Host.stx
+lib/zope/lib/python/Products/MailHost/help/Mail-Host_Add.stx
+lib/zope/lib/python/Products/MailHost/help/Mail-Host_Edit.stx
+lib/zope/lib/python/Products/MailHost/help/MailHost.py
+lib/zope/lib/python/Products/MailHost/help/MailHost.pyc
+lib/zope/lib/python/Products/MailHost/version.txt
+lib/zope/lib/python/Products/MailHost/www/MailHost_icon.gif
+lib/zope/lib/python/Products/OFSP/Draft.py
+lib/zope/lib/python/Products/OFSP/Draft.pyc
+lib/zope/lib/python/Products/OFSP/README.txt
+lib/zope/lib/python/Products/OFSP/Session.py
+lib/zope/lib/python/Products/OFSP/Session.pyc
+lib/zope/lib/python/Products/OFSP/Version.py
+lib/zope/lib/python/Products/OFSP/Version.pyc
+lib/zope/lib/python/Products/OFSP/__init__.py
+lib/zope/lib/python/Products/OFSP/__init__.pyc
+lib/zope/lib/python/Products/OFSP/dtml/draftAdd.dtml
+lib/zope/lib/python/Products/OFSP/dtml/draftApprove.dtml
+lib/zope/lib/python/Products/OFSP/dtml/version.dtml
+lib/zope/lib/python/Products/OFSP/dtml/versionAdd.dtml
+lib/zope/lib/python/Products/OFSP/dtml/versionEdit.dtml
+lib/zope/lib/python/Products/OFSP/dtml/versionEnd.dtml
+lib/zope/lib/python/Products/OFSP/help/AccessControl.py
+lib/zope/lib/python/Products/OFSP/help/AccessControl.pyc
+lib/zope/lib/python/Products/OFSP/help/AuthenticatedUser.py
+lib/zope/lib/python/Products/OFSP/help/AuthenticatedUser.pyc
+lib/zope/lib/python/Products/OFSP/help/CacheManager-associate.stx
+lib/zope/lib/python/Products/OFSP/help/Cacheable-properties.stx
+lib/zope/lib/python/Products/OFSP/help/Caching.stx
+lib/zope/lib/python/Products/OFSP/help/Common-Instance-Property-Sheet.stx
+lib/zope/lib/python/Products/OFSP/help/Common-Instance-Property-Sheet_Add.stx
+lib/zope/lib/python/Products/OFSP/help/Control-Panel.stx
+lib/zope/lib/python/Products/OFSP/help/Control-Panel_Contents.stx
+lib/zope/lib/python/Products/OFSP/help/DTML-Document.stx
+lib/zope/lib/python/Products/OFSP/help/DTML-DocumentOrMethod_Add.stx
+lib/zope/lib/python/Products/OFSP/help/DTML-DocumentOrMethod_Edit.stx
+lib/zope/lib/python/Products/OFSP/help/DTML-DocumentOrMethod_Proxy.stx
+lib/zope/lib/python/Products/OFSP/help/DTML-DocumentOrMethod_Upload.stx
+lib/zope/lib/python/Products/OFSP/help/DTML-DocumentOrMethod_View.stx
+lib/zope/lib/python/Products/OFSP/help/DTML-Method.stx
+lib/zope/lib/python/Products/OFSP/help/DTMLDocument.py
+lib/zope/lib/python/Products/OFSP/help/DTMLDocument.pyc
+lib/zope/lib/python/Products/OFSP/help/DTMLMethod.py
+lib/zope/lib/python/Products/OFSP/help/DTMLMethod.pyc
+lib/zope/lib/python/Products/OFSP/help/Database-Management.stx
+lib/zope/lib/python/Products/OFSP/help/Database-Management_Cache-Parameters.stx
+lib/zope/lib/python/Products/OFSP/help/Database-Management_Database.stx
+lib/zope/lib/python/Products/OFSP/help/Database-Management_Flush-Cache.stx
+lib/zope/lib/python/Products/OFSP/help/DateTime.py
+lib/zope/lib/python/Products/OFSP/help/DateTime.pyc
+lib/zope/lib/python/Products/OFSP/help/DavLocks-ManageLocks.stx
+lib/zope/lib/python/Products/OFSP/help/Debug-Information_Debug.stx
+lib/zope/lib/python/Products/OFSP/help/Debug-Information_Profile.stx
+lib/zope/lib/python/Products/OFSP/help/File.py
+lib/zope/lib/python/Products/OFSP/help/File.pyc
+lib/zope/lib/python/Products/OFSP/help/File.stx
+lib/zope/lib/python/Products/OFSP/help/File_Add.stx
+lib/zope/lib/python/Products/OFSP/help/File_Edit.stx
+lib/zope/lib/python/Products/OFSP/help/File_Upload.stx
+lib/zope/lib/python/Products/OFSP/help/File_View.stx
+lib/zope/lib/python/Products/OFSP/help/Find.stx
+lib/zope/lib/python/Products/OFSP/help/Find_Advanced.stx
+lib/zope/lib/python/Products/OFSP/help/Folder.py
+lib/zope/lib/python/Products/OFSP/help/Folder.pyc
+lib/zope/lib/python/Products/OFSP/help/Folder.stx
+lib/zope/lib/python/Products/OFSP/help/Folder_Add.stx
+lib/zope/lib/python/Products/OFSP/help/Folder_View.stx
+lib/zope/lib/python/Products/OFSP/help/History.stx
+lib/zope/lib/python/Products/OFSP/help/Image.py
+lib/zope/lib/python/Products/OFSP/help/Image.pyc
+lib/zope/lib/python/Products/OFSP/help/Image.stx
+lib/zope/lib/python/Products/OFSP/help/Image_Edit.stx
+lib/zope/lib/python/Products/OFSP/help/Image_View.stx
+lib/zope/lib/python/Products/OFSP/help/ObjectManager.py
+lib/zope/lib/python/Products/OFSP/help/ObjectManager.pyc
+lib/zope/lib/python/Products/OFSP/help/ObjectManagerItem.py
+lib/zope/lib/python/Products/OFSP/help/ObjectManagerItem.pyc
+lib/zope/lib/python/Products/OFSP/help/ObjectManager_Contents.stx
+lib/zope/lib/python/Products/OFSP/help/ObjectManager_Import-Export.stx
+lib/zope/lib/python/Products/OFSP/help/ObjectManager_Rename.stx
+lib/zope/lib/python/Products/OFSP/help/Ownership.stx
+lib/zope/lib/python/Products/OFSP/help/Product-Management.stx
+lib/zope/lib/python/Products/OFSP/help/Product.stx
+lib/zope/lib/python/Products/OFSP/help/Product_Add.stx
+lib/zope/lib/python/Products/OFSP/help/Product_Distribution.stx
+lib/zope/lib/python/Products/OFSP/help/Product_Refresh.stx
+lib/zope/lib/python/Products/OFSP/help/Properties.stx
+lib/zope/lib/python/Products/OFSP/help/PropertyManager.py
+lib/zope/lib/python/Products/OFSP/help/PropertyManager.pyc
+lib/zope/lib/python/Products/OFSP/help/PropertySheet.py
+lib/zope/lib/python/Products/OFSP/help/PropertySheet.pyc
+lib/zope/lib/python/Products/OFSP/help/PropertySheets.py
+lib/zope/lib/python/Products/OFSP/help/PropertySheets.pyc
+lib/zope/lib/python/Products/OFSP/help/Request.py
+lib/zope/lib/python/Products/OFSP/help/Request.pyc
+lib/zope/lib/python/Products/OFSP/help/Response.py
+lib/zope/lib/python/Products/OFSP/help/Response.pyc
+lib/zope/lib/python/Products/OFSP/help/Security.stx
+lib/zope/lib/python/Products/OFSP/help/Security_Define-Permissions.stx
+lib/zope/lib/python/Products/OFSP/help/Security_Local-Roles.stx
+lib/zope/lib/python/Products/OFSP/help/Security_Manage-Acquisition.stx
+lib/zope/lib/python/Products/OFSP/help/Security_Manage-Permission.stx
+lib/zope/lib/python/Products/OFSP/help/Security_Manage-Role.stx
+lib/zope/lib/python/Products/OFSP/help/Security_User-Local-Roles.stx
+lib/zope/lib/python/Products/OFSP/help/Undo.stx
+lib/zope/lib/python/Products/OFSP/help/User-Folder.stx
+lib/zope/lib/python/Products/OFSP/help/User-Folder_Add-User.stx
+lib/zope/lib/python/Products/OFSP/help/User-Folder_Contents.stx
+lib/zope/lib/python/Products/OFSP/help/User-Folder_Edit-User.stx
+lib/zope/lib/python/Products/OFSP/help/User-Folder_Properties.stx
+lib/zope/lib/python/Products/OFSP/help/UserFolder.py
+lib/zope/lib/python/Products/OFSP/help/UserFolder.pyc
+lib/zope/lib/python/Products/OFSP/help/Version-Management.stx
+lib/zope/lib/python/Products/OFSP/help/Version-Management_Version.stx
+lib/zope/lib/python/Products/OFSP/help/Version.stx
+lib/zope/lib/python/Products/OFSP/help/Version_Add.stx
+lib/zope/lib/python/Products/OFSP/help/Version_Join-Leave.stx
+lib/zope/lib/python/Products/OFSP/help/Version_Properties.stx
+lib/zope/lib/python/Products/OFSP/help/Version_Save-Discard.stx
+lib/zope/lib/python/Products/OFSP/help/ZClass.stx
+lib/zope/lib/python/Products/OFSP/help/ZClass_Add.stx
+lib/zope/lib/python/Products/OFSP/help/ZClass_Basic.stx
+lib/zope/lib/python/Products/OFSP/help/ZClass_Methods.stx
+lib/zope/lib/python/Products/OFSP/help/ZClass_Permissions.stx
+lib/zope/lib/python/Products/OFSP/help/ZClass_Property-Sheets.stx
+lib/zope/lib/python/Products/OFSP/help/ZClass_Subobjects.stx
+lib/zope/lib/python/Products/OFSP/help/ZClass_Views.stx
+lib/zope/lib/python/Products/OFSP/help/ZSearch-Interface.stx
+lib/zope/lib/python/Products/OFSP/help/ZSearch-Interface_Add.stx
+lib/zope/lib/python/Products/OFSP/help/Zope-Factory.stx
+lib/zope/lib/python/Products/OFSP/help/Zope-Factory_Add.stx
+lib/zope/lib/python/Products/OFSP/help/Zope-Factory_Edit.stx
+lib/zope/lib/python/Products/OFSP/help/Zope-Permission.stx
+lib/zope/lib/python/Products/OFSP/help/Zope-Permission_Add.stx
+lib/zope/lib/python/Products/OFSP/help/Zope-Permission_Edit.stx
+lib/zope/lib/python/Products/OFSP/help/dtml-call.stx
+lib/zope/lib/python/Products/OFSP/help/dtml-comment.stx
+lib/zope/lib/python/Products/OFSP/help/dtml-funcs.stx
+lib/zope/lib/python/Products/OFSP/help/dtml-if.stx
+lib/zope/lib/python/Products/OFSP/help/dtml-in.stx
+lib/zope/lib/python/Products/OFSP/help/dtml-let.stx
+lib/zope/lib/python/Products/OFSP/help/dtml-mime.stx
+lib/zope/lib/python/Products/OFSP/help/dtml-raise.stx
+lib/zope/lib/python/Products/OFSP/help/dtml-return.stx
+lib/zope/lib/python/Products/OFSP/help/dtml-sendmail.stx
+lib/zope/lib/python/Products/OFSP/help/dtml-sqlgroup.stx
+lib/zope/lib/python/Products/OFSP/help/dtml-sqltest.stx
+lib/zope/lib/python/Products/OFSP/help/dtml-sqlvar.stx
+lib/zope/lib/python/Products/OFSP/help/dtml-tree.stx
+lib/zope/lib/python/Products/OFSP/help/dtml-try.stx
+lib/zope/lib/python/Products/OFSP/help/dtml-unless.stx
+lib/zope/lib/python/Products/OFSP/help/dtml-var.stx
+lib/zope/lib/python/Products/OFSP/help/dtml-with.stx
+lib/zope/lib/python/Products/OFSP/help/math.py
+lib/zope/lib/python/Products/OFSP/help/math.pyc
+lib/zope/lib/python/Products/OFSP/help/random.py
+lib/zope/lib/python/Products/OFSP/help/random.pyc
+lib/zope/lib/python/Products/OFSP/help/sequence.py
+lib/zope/lib/python/Products/OFSP/help/sequence.pyc
+lib/zope/lib/python/Products/OFSP/help/string.py
+lib/zope/lib/python/Products/OFSP/help/string.pyc
+lib/zope/lib/python/Products/OFSP/images/File_icon.gif
+lib/zope/lib/python/Products/OFSP/images/Folder_icon.gif
+lib/zope/lib/python/Products/OFSP/images/Image_icon.gif
+lib/zope/lib/python/Products/OFSP/images/UserFolder_icon.gif
+lib/zope/lib/python/Products/OFSP/images/draft.gif
+lib/zope/lib/python/Products/OFSP/images/dtmldoc.gif
+lib/zope/lib/python/Products/OFSP/images/dtmlmethod.gif
+lib/zope/lib/python/Products/OFSP/images/version.gif
+lib/zope/lib/python/Products/OFSP/version.txt
+lib/zope/lib/python/Products/PageTemplates/CHANGES.txt
+lib/zope/lib/python/Products/PageTemplates/Expressions.py
+lib/zope/lib/python/Products/PageTemplates/Expressions.pyc
+lib/zope/lib/python/Products/PageTemplates/HISTORY.txt
+lib/zope/lib/python/Products/PageTemplates/PageTemplate.py
+lib/zope/lib/python/Products/PageTemplates/PageTemplate.pyc
+lib/zope/lib/python/Products/PageTemplates/PageTemplateFile.py
+lib/zope/lib/python/Products/PageTemplates/PageTemplateFile.pyc
+lib/zope/lib/python/Products/PageTemplates/PathIterator.py
+lib/zope/lib/python/Products/PageTemplates/PathIterator.pyc
+lib/zope/lib/python/Products/PageTemplates/PythonExpr.py
+lib/zope/lib/python/Products/PageTemplates/PythonExpr.pyc
+lib/zope/lib/python/Products/PageTemplates/README.txt
+lib/zope/lib/python/Products/PageTemplates/TALES.py
+lib/zope/lib/python/Products/PageTemplates/TALES.pyc
+lib/zope/lib/python/Products/PageTemplates/ZPythonExpr.py
+lib/zope/lib/python/Products/PageTemplates/ZPythonExpr.pyc
+lib/zope/lib/python/Products/PageTemplates/ZRPythonExpr.py
+lib/zope/lib/python/Products/PageTemplates/ZRPythonExpr.pyc
+lib/zope/lib/python/Products/PageTemplates/ZopePageTemplate.py
+lib/zope/lib/python/Products/PageTemplates/ZopePageTemplate.pyc
+lib/zope/lib/python/Products/PageTemplates/__init__.py
+lib/zope/lib/python/Products/PageTemplates/__init__.pyc
+lib/zope/lib/python/Products/PageTemplates/examples/index.xml
+lib/zope/lib/python/Products/PageTemplates/examples/zpt_examples.zexp
+lib/zope/lib/python/Products/PageTemplates/help/PageTemplate_Edit.stx
+lib/zope/lib/python/Products/PageTemplates/help/ZTUtils.py
+lib/zope/lib/python/Products/PageTemplates/help/ZTUtils.pyc
+lib/zope/lib/python/Products/PageTemplates/help/metal-define-macro.stx
+lib/zope/lib/python/Products/PageTemplates/help/metal-define-slot.stx
+lib/zope/lib/python/Products/PageTemplates/help/metal-fill-slot.stx
+lib/zope/lib/python/Products/PageTemplates/help/metal-use-macro.stx
+lib/zope/lib/python/Products/PageTemplates/help/metal.stx
+lib/zope/lib/python/Products/PageTemplates/help/tal-attributes.stx
+lib/zope/lib/python/Products/PageTemplates/help/tal-condition.stx
+lib/zope/lib/python/Products/PageTemplates/help/tal-content.stx
+lib/zope/lib/python/Products/PageTemplates/help/tal-define.stx
+lib/zope/lib/python/Products/PageTemplates/help/tal-omit-tag.stx
+lib/zope/lib/python/Products/PageTemplates/help/tal-on-error.stx
+lib/zope/lib/python/Products/PageTemplates/help/tal-repeat.stx
+lib/zope/lib/python/Products/PageTemplates/help/tal-replace.stx
+lib/zope/lib/python/Products/PageTemplates/help/tal.stx
+lib/zope/lib/python/Products/PageTemplates/help/tales-exists.stx
+lib/zope/lib/python/Products/PageTemplates/help/tales-nocall.stx
+lib/zope/lib/python/Products/PageTemplates/help/tales-not.stx
+lib/zope/lib/python/Products/PageTemplates/help/tales-path.stx
+lib/zope/lib/python/Products/PageTemplates/help/tales-python.stx
+lib/zope/lib/python/Products/PageTemplates/help/tales-string.stx
+lib/zope/lib/python/Products/PageTemplates/help/tales.stx
+lib/zope/lib/python/Products/PageTemplates/tests/__init__.py
+lib/zope/lib/python/Products/PageTemplates/tests/batch.py
+lib/zope/lib/python/Products/PageTemplates/tests/framework.py
+lib/zope/lib/python/Products/PageTemplates/tests/input/CheckBatchIteration.html
+lib/zope/lib/python/Products/PageTemplates/tests/input/CheckNotExpression.html
+lib/zope/lib/python/Products/PageTemplates/tests/input/CheckNothing.html
+lib/zope/lib/python/Products/PageTemplates/tests/input/CheckPathAlt.html
+lib/zope/lib/python/Products/PageTemplates/tests/input/CheckPathNothing.html
+lib/zope/lib/python/Products/PageTemplates/tests/input/CheckWithXMLHeader.html
+lib/zope/lib/python/Products/PageTemplates/tests/input/DTML1.html
+lib/zope/lib/python/Products/PageTemplates/tests/input/DTML3.html
+lib/zope/lib/python/Products/PageTemplates/tests/input/GlobalsShadowLocals.html
+lib/zope/lib/python/Products/PageTemplates/tests/input/Loop1.html
+lib/zope/lib/python/Products/PageTemplates/tests/input/Loop2.html
+lib/zope/lib/python/Products/PageTemplates/tests/input/StringExpression.html
+lib/zope/lib/python/Products/PageTemplates/tests/input/TeeShop1.html
+lib/zope/lib/python/Products/PageTemplates/tests/input/TeeShop2.html
+lib/zope/lib/python/Products/PageTemplates/tests/input/TeeShopLAF.html
+lib/zope/lib/python/Products/PageTemplates/tests/output/CheckBatchIteration.html
+lib/zope/lib/python/Products/PageTemplates/tests/output/CheckNotExpression.html
+lib/zope/lib/python/Products/PageTemplates/tests/output/CheckNothing.html
+lib/zope/lib/python/Products/PageTemplates/tests/output/CheckPathAlt.html
+lib/zope/lib/python/Products/PageTemplates/tests/output/CheckPathNothing.html
+lib/zope/lib/python/Products/PageTemplates/tests/output/CheckWithXMLHeader.html
+lib/zope/lib/python/Products/PageTemplates/tests/output/DTML1a.html
+lib/zope/lib/python/Products/PageTemplates/tests/output/DTML1b.html
+lib/zope/lib/python/Products/PageTemplates/tests/output/DTML3.html
+lib/zope/lib/python/Products/PageTemplates/tests/output/GlobalsShadowLocals.html
+lib/zope/lib/python/Products/PageTemplates/tests/output/Loop1.html
+lib/zope/lib/python/Products/PageTemplates/tests/output/Loop2.html
+lib/zope/lib/python/Products/PageTemplates/tests/output/StringExpression.html
+lib/zope/lib/python/Products/PageTemplates/tests/output/TeeShop1.html
+lib/zope/lib/python/Products/PageTemplates/tests/output/TeeShop2.html
+lib/zope/lib/python/Products/PageTemplates/tests/output/TeeShopLAF.html
+lib/zope/lib/python/Products/PageTemplates/tests/run.py
+lib/zope/lib/python/Products/PageTemplates/tests/testDTMLTests.py
+lib/zope/lib/python/Products/PageTemplates/tests/testExpressions.py
+lib/zope/lib/python/Products/PageTemplates/tests/testHTMLTests.py
+lib/zope/lib/python/Products/PageTemplates/tests/testTALES.py
+lib/zope/lib/python/Products/PageTemplates/tests/util.py
+lib/zope/lib/python/Products/PageTemplates/version.txt
+lib/zope/lib/python/Products/PageTemplates/www/default.html
+lib/zope/lib/python/Products/PageTemplates/www/exclamation.gif
+lib/zope/lib/python/Products/PageTemplates/www/ptAdd.zpt
+lib/zope/lib/python/Products/PageTemplates/www/ptEdit.zpt
+lib/zope/lib/python/Products/PageTemplates/www/zpt.gif
+lib/zope/lib/python/Products/PluginIndexes/FieldIndex/FieldIndex.py
+lib/zope/lib/python/Products/PluginIndexes/FieldIndex/FieldIndex.pyc
+lib/zope/lib/python/Products/PluginIndexes/FieldIndex/__init__.py
+lib/zope/lib/python/Products/PluginIndexes/FieldIndex/__init__.pyc
+lib/zope/lib/python/Products/PluginIndexes/FieldIndex/dtml/addFieldIndex.dtml
+lib/zope/lib/python/Products/PluginIndexes/FieldIndex/dtml/manageFieldIndex.dtml
+lib/zope/lib/python/Products/PluginIndexes/FieldIndex/help/FieldIndex_searchResults.stx
+lib/zope/lib/python/Products/PluginIndexes/FieldIndex/tests/testFieldIndex.py
+lib/zope/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.py
+lib/zope/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.pyc
+lib/zope/lib/python/Products/PluginIndexes/KeywordIndex/__init__.py
+lib/zope/lib/python/Products/PluginIndexes/KeywordIndex/__init__.pyc
+lib/zope/lib/python/Products/PluginIndexes/KeywordIndex/dtml/addKeywordIndex.dtml
+lib/zope/lib/python/Products/PluginIndexes/KeywordIndex/dtml/manageKeywordIndex.dtml
+lib/zope/lib/python/Products/PluginIndexes/KeywordIndex/help/KeywordIndex_searchResults.stx
+lib/zope/lib/python/Products/PluginIndexes/KeywordIndex/tests/testKeywordIndex.py
+lib/zope/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py
+lib/zope/lib/python/Products/PluginIndexes/PathIndex/PathIndex.pyc
+lib/zope/lib/python/Products/PluginIndexes/PathIndex/PathIndex.txt
+lib/zope/lib/python/Products/PluginIndexes/PathIndex/__init__.py
+lib/zope/lib/python/Products/PluginIndexes/PathIndex/__init__.pyc
+lib/zope/lib/python/Products/PluginIndexes/PathIndex/dtml/addPathIndex.dtml
+lib/zope/lib/python/Products/PluginIndexes/PathIndex/dtml/managePathIndex.dtml
+lib/zope/lib/python/Products/PluginIndexes/PathIndex/help/PathIndex_searchResults.stx
+lib/zope/lib/python/Products/PluginIndexes/PathIndex/tests/testPathIndex.py
+lib/zope/lib/python/Products/PluginIndexes/README.txt
+lib/zope/lib/python/Products/PluginIndexes/TextIndex/GlobbingLexicon.py
+lib/zope/lib/python/Products/PluginIndexes/TextIndex/GlobbingLexicon.pyc
+lib/zope/lib/python/Products/PluginIndexes/TextIndex/Lexicon.py
+lib/zope/lib/python/Products/PluginIndexes/TextIndex/Lexicon.pyc
+lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/ISO_8859_1_Splitter.so
+lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/__init__.py
+lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/__init__.pyc
+lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/UnicodeSplitter.so
+lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/__init__.py
+lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/__init__.pyc
+lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/tests/__init__.py
+lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/tests/testUnicodeSplitter.py
+lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/ZopeSplitter.so
+lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/__init__.py
+lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/__init__.pyc
+lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/__init__.py
+lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/__init__.pyc
+lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/setup.py
+lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/setup.pyc
+lib/zope/lib/python/Products/PluginIndexes/TextIndex/TextIndex.py
+lib/zope/lib/python/Products/PluginIndexes/TextIndex/TextIndex.pyc
+lib/zope/lib/python/Products/PluginIndexes/TextIndex/Vocabulary.py
+lib/zope/lib/python/Products/PluginIndexes/TextIndex/Vocabulary.pyc
+lib/zope/lib/python/Products/PluginIndexes/TextIndex/__init__.py
+lib/zope/lib/python/Products/PluginIndexes/TextIndex/__init__.pyc
+lib/zope/lib/python/Products/PluginIndexes/TextIndex/dtml/addTextIndex.dtml
+lib/zope/lib/python/Products/PluginIndexes/TextIndex/dtml/addVocabulary.dtml
+lib/zope/lib/python/Products/PluginIndexes/TextIndex/dtml/manageTextIndex.dtml
+lib/zope/lib/python/Products/PluginIndexes/TextIndex/dtml/manageVocabulary.dtml
+lib/zope/lib/python/Products/PluginIndexes/TextIndex/dtml/manage_vocab.dtml
+lib/zope/lib/python/Products/PluginIndexes/TextIndex/dtml/vocab_query.dtml
+lib/zope/lib/python/Products/PluginIndexes/TextIndex/help/TextIndex_searchResults.stx
+lib/zope/lib/python/Products/PluginIndexes/TextIndex/randid.py
+lib/zope/lib/python/Products/PluginIndexes/TextIndex/randid.pyc
+lib/zope/lib/python/Products/PluginIndexes/TextIndex/tests/testSplitter.py
+lib/zope/lib/python/Products/PluginIndexes/TextIndex/tests/testTextIndex.py
+lib/zope/lib/python/Products/PluginIndexes/__init__.py
+lib/zope/lib/python/Products/PluginIndexes/__init__.pyc
+lib/zope/lib/python/Products/PluginIndexes/common/PluggableIndex.py
+lib/zope/lib/python/Products/PluginIndexes/common/PluggableIndex.pyc
+lib/zope/lib/python/Products/PluginIndexes/common/ResultList.py
+lib/zope/lib/python/Products/PluginIndexes/common/ResultList.pyc
+lib/zope/lib/python/Products/PluginIndexes/common/UnIndex.py
+lib/zope/lib/python/Products/PluginIndexes/common/UnIndex.pyc
+lib/zope/lib/python/Products/PluginIndexes/common/__init__.py
+lib/zope/lib/python/Products/PluginIndexes/common/__init__.pyc
+lib/zope/lib/python/Products/PluginIndexes/common/randid.py
+lib/zope/lib/python/Products/PluginIndexes/common/randid.pyc
+lib/zope/lib/python/Products/PluginIndexes/common/util.py
+lib/zope/lib/python/Products/PluginIndexes/common/util.pyc
+lib/zope/lib/python/Products/PluginIndexes/help/placeholder.txt
+lib/zope/lib/python/Products/PluginIndexes/www/index.gif
+lib/zope/lib/python/Products/PythonScripts/CHANGES.txt
+lib/zope/lib/python/Products/PythonScripts/Extensions/RemotePS.py
+lib/zope/lib/python/Products/PythonScripts/Extensions/RemotePS.pyc
+lib/zope/lib/python/Products/PythonScripts/PythonScript.py
+lib/zope/lib/python/Products/PythonScripts/PythonScript.pyc
+lib/zope/lib/python/Products/PythonScripts/README.txt
+lib/zope/lib/python/Products/PythonScripts/Utility.py
+lib/zope/lib/python/Products/PythonScripts/Utility.pyc
+lib/zope/lib/python/Products/PythonScripts/__init__.py
+lib/zope/lib/python/Products/PythonScripts/__init__.pyc
+lib/zope/lib/python/Products/PythonScripts/help/Bindings.stx
+lib/zope/lib/python/Products/PythonScripts/help/ModuleAccess.stx
+lib/zope/lib/python/Products/PythonScripts/help/PythonScript.py
+lib/zope/lib/python/Products/PythonScripts/help/PythonScript.pyc
+lib/zope/lib/python/Products/PythonScripts/help/PythonScript_edit.stx
+lib/zope/lib/python/Products/PythonScripts/help/PythonScript_test.stx
+lib/zope/lib/python/Products/PythonScripts/help/Script.py
+lib/zope/lib/python/Products/PythonScripts/help/Script.pyc
+lib/zope/lib/python/Products/PythonScripts/help/standard.py
+lib/zope/lib/python/Products/PythonScripts/help/standard.pyc
+lib/zope/lib/python/Products/PythonScripts/module_access_examples.py
+lib/zope/lib/python/Products/PythonScripts/module_access_examples.pyc
+lib/zope/lib/python/Products/PythonScripts/standard.py
+lib/zope/lib/python/Products/PythonScripts/standard.pyc
+lib/zope/lib/python/Products/PythonScripts/tests/__init__.py
+lib/zope/lib/python/Products/PythonScripts/tests/testPythonScript.py
+lib/zope/lib/python/Products/PythonScripts/tests/tscripts/big_boolean.ps
+lib/zope/lib/python/Products/PythonScripts/tests/tscripts/boolean_map.ps
+lib/zope/lib/python/Products/PythonScripts/tests/tscripts/complex_print.ps
+lib/zope/lib/python/Products/PythonScripts/tests/tscripts/fibonacci.ps
+lib/zope/lib/python/Products/PythonScripts/tests/tscripts/for_loop.ps
+lib/zope/lib/python/Products/PythonScripts/tests/tscripts/mutate_literals.ps
+lib/zope/lib/python/Products/PythonScripts/tests/tscripts/ns_bind.ps
+lib/zope/lib/python/Products/PythonScripts/tests/tscripts/simple_print.ps
+lib/zope/lib/python/Products/PythonScripts/tests/tscripts/try_except.ps
+lib/zope/lib/python/Products/PythonScripts/tests/tscripts/tuple_unpack_assignment.ps
+lib/zope/lib/python/Products/PythonScripts/tests/tscripts/while_loop.ps
+lib/zope/lib/python/Products/PythonScripts/version.txt
+lib/zope/lib/python/Products/PythonScripts/www/default_py
+lib/zope/lib/python/Products/PythonScripts/www/pyScriptAdd.dtml
+lib/zope/lib/python/Products/PythonScripts/www/pyScriptEdit.dtml
+lib/zope/lib/python/Products/PythonScripts/www/pyScriptProxy.dtml
+lib/zope/lib/python/Products/PythonScripts/www/pyscript.gif
+lib/zope/lib/python/Products/Sessions/BrowserIdManager.py
+lib/zope/lib/python/Products/Sessions/BrowserIdManager.pyc
+lib/zope/lib/python/Products/Sessions/SessionDataManager.py
+lib/zope/lib/python/Products/Sessions/SessionDataManager.pyc
+lib/zope/lib/python/Products/Sessions/SessionInterfaces.py
+lib/zope/lib/python/Products/Sessions/SessionInterfaces.pyc
+lib/zope/lib/python/Products/Sessions/SessionPermissions.py
+lib/zope/lib/python/Products/Sessions/SessionPermissions.pyc
+lib/zope/lib/python/Products/Sessions/__init__.py
+lib/zope/lib/python/Products/Sessions/__init__.pyc
+lib/zope/lib/python/Products/Sessions/common.py
+lib/zope/lib/python/Products/Sessions/common.pyc
+lib/zope/lib/python/Products/Sessions/dtml/addDataManager.dtml
+lib/zope/lib/python/Products/Sessions/dtml/addIdManager.dtml
+lib/zope/lib/python/Products/Sessions/dtml/manageDataManager.dtml
+lib/zope/lib/python/Products/Sessions/dtml/manageIdManager.dtml
+lib/zope/lib/python/Products/Sessions/help/SessionInterfaces.py
+lib/zope/lib/python/Products/Sessions/help/SessionInterfaces.pyc
+lib/zope/lib/python/Products/Sessions/help/browser-add.stx
+lib/zope/lib/python/Products/Sessions/help/browser-change.stx
+lib/zope/lib/python/Products/Sessions/help/session-add.stx
+lib/zope/lib/python/Products/Sessions/help/session-change.stx
+lib/zope/lib/python/Products/Sessions/stresstests/stresstestMultiThread.py
+lib/zope/lib/python/Products/Sessions/stresstests/stresstestMultiThread.pyc
+lib/zope/lib/python/Products/Sessions/tests/testBrowserIdManager.py
+lib/zope/lib/python/Products/Sessions/tests/testSessionDataManager.py
+lib/zope/lib/python/Products/Sessions/www/datamgr.gif
+lib/zope/lib/python/Products/Sessions/www/idmgr.gif
+lib/zope/lib/python/Products/SiteAccess/AccessRule.py
+lib/zope/lib/python/Products/SiteAccess/AccessRule.pyc
+lib/zope/lib/python/Products/SiteAccess/CHANGES.txt
+lib/zope/lib/python/Products/SiteAccess/COPYRIGHT.txt
+lib/zope/lib/python/Products/SiteAccess/Extensions/updata.py
+lib/zope/lib/python/Products/SiteAccess/Extensions/updata.pyc
+lib/zope/lib/python/Products/SiteAccess/README.txt
+lib/zope/lib/python/Products/SiteAccess/SiteRoot.py
+lib/zope/lib/python/Products/SiteAccess/SiteRoot.pyc
+lib/zope/lib/python/Products/SiteAccess/VirtualHostMonster.py
+lib/zope/lib/python/Products/SiteAccess/VirtualHostMonster.pyc
+lib/zope/lib/python/Products/SiteAccess/__init__.py
+lib/zope/lib/python/Products/SiteAccess/__init__.pyc
+lib/zope/lib/python/Products/SiteAccess/doc/info.html
+lib/zope/lib/python/Products/SiteAccess/doc/installing.html
+lib/zope/lib/python/Products/SiteAccess/doc/otheruse.html
+lib/zope/lib/python/Products/SiteAccess/doc/upgrading.html
+lib/zope/lib/python/Products/SiteAccess/doc/vhosting.html
+lib/zope/lib/python/Products/SiteAccess/help/SiteRoot_Edit.stx
+lib/zope/lib/python/Products/SiteAccess/version.txt
+lib/zope/lib/python/Products/SiteAccess/www/AccessRule.gif
+lib/zope/lib/python/Products/SiteAccess/www/AccessRuleAdd.dtml
+lib/zope/lib/python/Products/SiteAccess/www/SiteRoot.gif
+lib/zope/lib/python/Products/SiteAccess/www/SiteRootAdd.dtml
+lib/zope/lib/python/Products/SiteAccess/www/SiteRootEdit.dtml
+lib/zope/lib/python/Products/SiteAccess/www/VirtualHostMonster.dtml
+lib/zope/lib/python/Products/SiteAccess/www/VirtualHostMonster.gif
+lib/zope/lib/python/Products/SiteAccess/www/VirtualHostMonsterAdd.dtml
+lib/zope/lib/python/Products/SiteAccess/www/manage_edit.dtml
+lib/zope/lib/python/Products/StandardCacheManagers/AcceleratedHTTPCacheManager.py
+lib/zope/lib/python/Products/StandardCacheManagers/AcceleratedHTTPCacheManager.pyc
+lib/zope/lib/python/Products/StandardCacheManagers/RAMCacheManager.py
+lib/zope/lib/python/Products/StandardCacheManagers/RAMCacheManager.pyc
+lib/zope/lib/python/Products/StandardCacheManagers/__init__.py
+lib/zope/lib/python/Products/StandardCacheManagers/__init__.pyc
+lib/zope/lib/python/Products/StandardCacheManagers/cache.gif
+lib/zope/lib/python/Products/StandardCacheManagers/dtml/addAccel.dtml
+lib/zope/lib/python/Products/StandardCacheManagers/dtml/addRCM.dtml
+lib/zope/lib/python/Products/StandardCacheManagers/dtml/propsAccel.dtml
+lib/zope/lib/python/Products/StandardCacheManagers/dtml/propsRCM.dtml
+lib/zope/lib/python/Products/StandardCacheManagers/dtml/statsAccel.dtml
+lib/zope/lib/python/Products/StandardCacheManagers/dtml/statsRCM.dtml
+lib/zope/lib/python/Products/StandardCacheManagers/help/Accel.stx
+lib/zope/lib/python/Products/StandardCacheManagers/help/RAM.stx
+lib/zope/lib/python/Products/StandardCacheManagers/version.txt
+lib/zope/lib/python/Products/TemporaryFolder/LowConflictConnection.py
+lib/zope/lib/python/Products/TemporaryFolder/LowConflictConnection.pyc
+lib/zope/lib/python/Products/TemporaryFolder/TemporaryFolder.py
+lib/zope/lib/python/Products/TemporaryFolder/TemporaryFolder.pyc
+lib/zope/lib/python/Products/TemporaryFolder/TemporaryStorage.py
+lib/zope/lib/python/Products/TemporaryFolder/TemporaryStorage.pyc
+lib/zope/lib/python/Products/TemporaryFolder/__init__.py
+lib/zope/lib/python/Products/TemporaryFolder/__init__.pyc
+lib/zope/lib/python/Products/TemporaryFolder/dtml/addTemporaryFolder.dtml
+lib/zope/lib/python/Products/TemporaryFolder/dtml/mountfail.dtml
+lib/zope/lib/python/Products/TemporaryFolder/help/TemporaryFolder.stx
+lib/zope/lib/python/Products/TemporaryFolder/patchfs.py
+lib/zope/lib/python/Products/TemporaryFolder/patchfs.pyc
+lib/zope/lib/python/Products/TemporaryFolder/tests/testTemporaryStorage.py
+lib/zope/lib/python/Products/TemporaryFolder/www/tempfolder.gif
+lib/zope/lib/python/Products/Transience/Transience.py
+lib/zope/lib/python/Products/Transience/Transience.pyc
+lib/zope/lib/python/Products/Transience/TransienceInterfaces.py
+lib/zope/lib/python/Products/Transience/TransienceInterfaces.pyc
+lib/zope/lib/python/Products/Transience/TransientObject.py
+lib/zope/lib/python/Products/Transience/TransientObject.pyc
+lib/zope/lib/python/Products/Transience/__init__.py
+lib/zope/lib/python/Products/Transience/__init__.pyc
+lib/zope/lib/python/Products/Transience/dtml/addTransientObjectContainer.dtml
+lib/zope/lib/python/Products/Transience/dtml/manageTransientObjectContainer.dtml
+lib/zope/lib/python/Products/Transience/help/Transience-add.stx
+lib/zope/lib/python/Products/Transience/help/Transience-change.stx
+lib/zope/lib/python/Products/Transience/help/TransienceInterfaces.py
+lib/zope/lib/python/Products/Transience/help/TransienceInterfaces.pyc
+lib/zope/lib/python/Products/Transience/tests/fauxtime.py
+lib/zope/lib/python/Products/Transience/tests/testTimeoutRelated.py
+lib/zope/lib/python/Products/Transience/tests/testTransientObject.py
+lib/zope/lib/python/Products/Transience/tests/testTransientObjectContainer.py
+lib/zope/lib/python/Products/Transience/www/datacontainer.gif
+lib/zope/lib/python/Products/ZCatalog/CHANGES.txt
+lib/zope/lib/python/Products/ZCatalog/Catalog.gif
+lib/zope/lib/python/Products/ZCatalog/Catalog.py
+lib/zope/lib/python/Products/ZCatalog/Catalog.pyc
+lib/zope/lib/python/Products/ZCatalog/CatalogAwareness.py
+lib/zope/lib/python/Products/ZCatalog/CatalogAwareness.pyc
+lib/zope/lib/python/Products/ZCatalog/CatalogAwarenessInterface.py
+lib/zope/lib/python/Products/ZCatalog/CatalogAwarenessInterface.pyc
+lib/zope/lib/python/Products/ZCatalog/CatalogBrains.py
+lib/zope/lib/python/Products/ZCatalog/CatalogBrains.pyc
+lib/zope/lib/python/Products/ZCatalog/CatalogPathAwareness.py
+lib/zope/lib/python/Products/ZCatalog/CatalogPathAwareness.pyc
+lib/zope/lib/python/Products/ZCatalog/Lazy.py
+lib/zope/lib/python/Products/ZCatalog/Lazy.pyc
+lib/zope/lib/python/Products/ZCatalog/README.txt
+lib/zope/lib/python/Products/ZCatalog/Vocabulary.py
+lib/zope/lib/python/Products/ZCatalog/Vocabulary.pyc
+lib/zope/lib/python/Products/ZCatalog/ZCatalog.py
+lib/zope/lib/python/Products/ZCatalog/ZCatalog.pyc
+lib/zope/lib/python/Products/ZCatalog/ZCatalog.txt
+lib/zope/lib/python/Products/ZCatalog/ZCatalogIndexes.py
+lib/zope/lib/python/Products/ZCatalog/ZCatalogIndexes.pyc
+lib/zope/lib/python/Products/ZCatalog/__init__.py
+lib/zope/lib/python/Products/ZCatalog/__init__.pyc
+lib/zope/lib/python/Products/ZCatalog/dtml/addIndex.dtml
+lib/zope/lib/python/Products/ZCatalog/dtml/addIndexForm.dtml
+lib/zope/lib/python/Products/ZCatalog/dtml/addVocabulary.dtml
+lib/zope/lib/python/Products/ZCatalog/dtml/addZCatalog.dtml
+lib/zope/lib/python/Products/ZCatalog/dtml/catalogAddRowForm.dtml
+lib/zope/lib/python/Products/ZCatalog/dtml/catalogAdvanced.dtml
+lib/zope/lib/python/Products/ZCatalog/dtml/catalogFind.dtml
+lib/zope/lib/python/Products/ZCatalog/dtml/catalogIndexes.dtml
+lib/zope/lib/python/Products/ZCatalog/dtml/catalogObjectInformation.dtml
+lib/zope/lib/python/Products/ZCatalog/dtml/catalogSchema.dtml
+lib/zope/lib/python/Products/ZCatalog/dtml/catalogStatus.dtml
+lib/zope/lib/python/Products/ZCatalog/dtml/catalogView.dtml
+lib/zope/lib/python/Products/ZCatalog/dtml/editCatalogerForm.dtml
+lib/zope/lib/python/Products/ZCatalog/dtml/edit_stop_syn.dtml
+lib/zope/lib/python/Products/ZCatalog/dtml/manageIndex.dtml
+lib/zope/lib/python/Products/ZCatalog/dtml/manageIndex.dtml.bak
+lib/zope/lib/python/Products/ZCatalog/dtml/manageOldindex.dtml
+lib/zope/lib/python/Products/ZCatalog/dtml/manage_vocab.dtml
+lib/zope/lib/python/Products/ZCatalog/dtml/vocab_manage_main.dtml
+lib/zope/lib/python/Products/ZCatalog/dtml/vocab_query.dtml
+lib/zope/lib/python/Products/ZCatalog/help/Vocabulary.py
+lib/zope/lib/python/Products/ZCatalog/help/Vocabulary.pyc
+lib/zope/lib/python/Products/ZCatalog/help/Vocabulary.stx
+lib/zope/lib/python/Products/ZCatalog/help/Vocabulary_Query.stx
+lib/zope/lib/python/Products/ZCatalog/help/Vocabulary_Vocabulary.stx
+lib/zope/lib/python/Products/ZCatalog/help/ZCatalog.py
+lib/zope/lib/python/Products/ZCatalog/help/ZCatalog.pyc
+lib/zope/lib/python/Products/ZCatalog/help/ZCatalog.stx
+lib/zope/lib/python/Products/ZCatalog/help/ZCatalog_Add.stx
+lib/zope/lib/python/Products/ZCatalog/help/ZCatalog_Advanced.stx
+lib/zope/lib/python/Products/ZCatalog/help/ZCatalog_Cataloged-Objects.stx
+lib/zope/lib/python/Products/ZCatalog/help/ZCatalog_Find-Items-to-ZCatalog.stx
+lib/zope/lib/python/Products/ZCatalog/help/ZCatalog_Indexes.stx
+lib/zope/lib/python/Products/ZCatalog/help/ZCatalog_MetaData-Table.stx
+lib/zope/lib/python/Products/ZCatalog/help/ZCatalog_Parameters.stx
+lib/zope/lib/python/Products/ZCatalog/help/ZCatalog_Status.stx
+lib/zope/lib/python/Products/ZCatalog/regressiontests/keywords.py
+lib/zope/lib/python/Products/ZCatalog/regressiontests/keywords.pyc
+lib/zope/lib/python/Products/ZCatalog/regressiontests/loadmail.py
+lib/zope/lib/python/Products/ZCatalog/regressiontests/loadmail.pyc
+lib/zope/lib/python/Products/ZCatalog/regressiontests/regressionCatalog.py
+lib/zope/lib/python/Products/ZCatalog/regressiontests/regressionCatalog.pyc
+lib/zope/lib/python/Products/ZCatalog/regressiontests/regressionCatalogTiming.py
+lib/zope/lib/python/Products/ZCatalog/regressiontests/regressionCatalogTiming.pyc
+lib/zope/lib/python/Products/ZCatalog/regressiontests/regressionUnicode.py
+lib/zope/lib/python/Products/ZCatalog/regressiontests/regressionUnicode.pyc
+lib/zope/lib/python/Products/ZCatalog/regressiontests/unittest_patched.py
+lib/zope/lib/python/Products/ZCatalog/regressiontests/unittest_patched.pyc
+lib/zope/lib/python/Products/ZCatalog/tests/__init__.py
+lib/zope/lib/python/Products/ZCatalog/tests/testCatalog.py
+lib/zope/lib/python/Products/ZCatalog/version.txt
+lib/zope/lib/python/Products/ZCatalog/www/Vocabulary.gif
+lib/zope/lib/python/Products/ZCatalog/www/ZCatalog.gif
+lib/zope/lib/python/Products/ZGadflyDA/DA.py
+lib/zope/lib/python/Products/ZGadflyDA/DA.pyc
+lib/zope/lib/python/Products/ZGadflyDA/DABase.py
+lib/zope/lib/python/Products/ZGadflyDA/DABase.pyc
+lib/zope/lib/python/Products/ZGadflyDA/README.txt
+lib/zope/lib/python/Products/ZGadflyDA/__init__.py
+lib/zope/lib/python/Products/ZGadflyDA/__init__.pyc
+lib/zope/lib/python/Products/ZGadflyDA/db.py
+lib/zope/lib/python/Products/ZGadflyDA/db.pyc
+lib/zope/lib/python/Products/ZGadflyDA/dtml/browse.dtml
+lib/zope/lib/python/Products/ZGadflyDA/dtml/connectionAdd.dtml
+lib/zope/lib/python/Products/ZGadflyDA/dtml/connectionEdit.dtml
+lib/zope/lib/python/Products/ZGadflyDA/dtml/table_info.dtml
+lib/zope/lib/python/Products/ZGadflyDA/dtml/table_menu.dtml
+lib/zope/lib/python/Products/ZGadflyDA/dtml/tables.dtml
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/COPYRIGHT
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/DLispShort.py
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/DLispShort.pyc
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/DumbLispGen.py
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/DumbLispGen.pyc
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/SQLTESTG.py
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/SQLTESTG.pyc
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/__init__.py
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/__init__.pyc
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/gadfly.html
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/gadfly.py
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/gadfly.pyc
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/gfSQL.html
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/gfclient.py
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/gfclient.pyc
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/gfdb0.py
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/gfdb0.pyc
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/gffaq.html
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/gfinstall.py
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/gfinstall.pyc
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/gfintrospect.py
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/gfintrospect.pyc
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/gfrecover.html
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/gfserve.py
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/gfserve.pyc
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/gfsocket.py
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/gfsocket.pyc
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/gfstest.py
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/gfstest.pyc
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/gftest.py
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/gftest.pyc
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/idl.py
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/idl.pyc
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/index.html
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/kjParseBuild.py
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/kjParseBuild.pyc
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/kjParser.py
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/kjParser.pyc
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/kjSet.py
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/kjSet.pyc
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/kjbuckets0.py
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/kjbuckets0.pyc
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/kjpylint.py
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/kjpylint.pyc
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/kwParsing.html
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/pygram.py
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/pygram.pyc
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/relalg.py
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/relalg.pyc
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/remotetest.py
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/remotetest.pyc
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/server.html
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/sql.mar
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/sqlbind.py
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/sqlbind.pyc
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/sqlgen.py
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/sqlgen.pyc
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/sqlgram.py
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/sqlgram.pyc
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/sqlgtest.py
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/sqlgtest.pyc
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/sqlmod.py
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/sqlmod.pyc
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/sqlsem.py
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/sqlsem.pyc
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/sqlwhere.py
+lib/zope/lib/python/Products/ZGadflyDA/gadfly/sqlwhere.pyc
+lib/zope/lib/python/Products/ZGadflyDA/icons/bin.gif
+lib/zope/lib/python/Products/ZGadflyDA/icons/date.gif
+lib/zope/lib/python/Products/ZGadflyDA/icons/datetime.gif
+lib/zope/lib/python/Products/ZGadflyDA/icons/field.gif
+lib/zope/lib/python/Products/ZGadflyDA/icons/float.gif
+lib/zope/lib/python/Products/ZGadflyDA/icons/int.gif
+lib/zope/lib/python/Products/ZGadflyDA/icons/stable.gif
+lib/zope/lib/python/Products/ZGadflyDA/icons/table.gif
+lib/zope/lib/python/Products/ZGadflyDA/icons/text.gif
+lib/zope/lib/python/Products/ZGadflyDA/icons/time.gif
+lib/zope/lib/python/Products/ZGadflyDA/icons/view.gif
+lib/zope/lib/python/Products/ZGadflyDA/icons/what.gif
+lib/zope/lib/python/Products/ZSQLMethods/CHANGES.txt
+lib/zope/lib/python/Products/ZSQLMethods/README.txt
+lib/zope/lib/python/Products/ZSQLMethods/SQL.py
+lib/zope/lib/python/Products/ZSQLMethods/SQL.pyc
+lib/zope/lib/python/Products/ZSQLMethods/__init__.py
+lib/zope/lib/python/Products/ZSQLMethods/__init__.pyc
+lib/zope/lib/python/Products/ZSQLMethods/dtml/add.dtml
+lib/zope/lib/python/Products/ZSQLMethods/dtml/edit.dtml
+lib/zope/lib/python/Products/ZSQLMethods/help/Z-SQL-Method.stx
+lib/zope/lib/python/Products/ZSQLMethods/help/Z-SQL-Method_Add.stx
+lib/zope/lib/python/Products/ZSQLMethods/help/Z-SQL-Method_Advanced.stx
+lib/zope/lib/python/Products/ZSQLMethods/help/Z-SQL-Method_Edit.stx
+lib/zope/lib/python/Products/ZSQLMethods/help/Z-SQL-Method_Test.stx
+lib/zope/lib/python/Products/ZSQLMethods/help/ZSQLMethod.py
+lib/zope/lib/python/Products/ZSQLMethods/help/ZSQLMethod.pyc
+lib/zope/lib/python/Products/ZSQLMethods/sqlmethod.gif
+lib/zope/lib/python/Products/ZopeTutorial/CHANGES.txt
+lib/zope/lib/python/Products/ZopeTutorial/TutorialTopic.py
+lib/zope/lib/python/Products/ZopeTutorial/TutorialTopic.pyc
+lib/zope/lib/python/Products/ZopeTutorial/__init__.py
+lib/zope/lib/python/Products/ZopeTutorial/__init__.pyc
+lib/zope/lib/python/Products/ZopeTutorial/dtml/glossaryView.dtml
+lib/zope/lib/python/Products/ZopeTutorial/dtml/lessonView.dtml
+lib/zope/lib/python/Products/ZopeTutorial/dtml/tutorialAdd.dtml
+lib/zope/lib/python/Products/ZopeTutorial/dtml/tutorialNav.dtml
+lib/zope/lib/python/Products/ZopeTutorial/glossary.stx
+lib/zope/lib/python/Products/ZopeTutorial/tutorial.stx
+lib/zope/lib/python/Products/ZopeTutorial/version.txt
+lib/zope/lib/python/Products/__init__.py
+lib/zope/lib/python/Products/__init__.pyc
+lib/zope/lib/python/Record.so
+lib/zope/lib/python/RestrictedPython/Eval.py
+lib/zope/lib/python/RestrictedPython/Eval.pyc
+lib/zope/lib/python/RestrictedPython/Guards.py
+lib/zope/lib/python/RestrictedPython/Guards.pyc
+lib/zope/lib/python/RestrictedPython/Limits.py
+lib/zope/lib/python/RestrictedPython/Limits.pyc
+lib/zope/lib/python/RestrictedPython/MutatingWalker.py
+lib/zope/lib/python/RestrictedPython/MutatingWalker.pyc
+lib/zope/lib/python/RestrictedPython/PrintCollector.py
+lib/zope/lib/python/RestrictedPython/PrintCollector.pyc
+lib/zope/lib/python/RestrictedPython/RCompile.py
+lib/zope/lib/python/RestrictedPython/RCompile.pyc
+lib/zope/lib/python/RestrictedPython/RCompile_2_1.py
+lib/zope/lib/python/RestrictedPython/RCompile_2_1.pyc
+lib/zope/lib/python/RestrictedPython/RestrictionMutator.py
+lib/zope/lib/python/RestrictedPython/RestrictionMutator.pyc
+lib/zope/lib/python/RestrictedPython/SafeMapping.py
+lib/zope/lib/python/RestrictedPython/SafeMapping.pyc
+lib/zope/lib/python/RestrictedPython/SelectCompiler.py
+lib/zope/lib/python/RestrictedPython/SelectCompiler.pyc
+lib/zope/lib/python/RestrictedPython/Utilities.py
+lib/zope/lib/python/RestrictedPython/Utilities.pyc
+lib/zope/lib/python/RestrictedPython/__init__.py
+lib/zope/lib/python/RestrictedPython/__init__.pyc
+lib/zope/lib/python/RestrictedPython/compiler_2_1/__init__.py
+lib/zope/lib/python/RestrictedPython/compiler_2_1/__init__.pyc
+lib/zope/lib/python/RestrictedPython/compiler_2_1/ast.py
+lib/zope/lib/python/RestrictedPython/compiler_2_1/ast.pyc
+lib/zope/lib/python/RestrictedPython/compiler_2_1/ast.txt
+lib/zope/lib/python/RestrictedPython/compiler_2_1/astgen.py
+lib/zope/lib/python/RestrictedPython/compiler_2_1/astgen.pyc
+lib/zope/lib/python/RestrictedPython/compiler_2_1/consts.py
+lib/zope/lib/python/RestrictedPython/compiler_2_1/consts.pyc
+lib/zope/lib/python/RestrictedPython/compiler_2_1/future.py
+lib/zope/lib/python/RestrictedPython/compiler_2_1/future.pyc
+lib/zope/lib/python/RestrictedPython/compiler_2_1/misc.py
+lib/zope/lib/python/RestrictedPython/compiler_2_1/misc.pyc
+lib/zope/lib/python/RestrictedPython/compiler_2_1/pyassem.py
+lib/zope/lib/python/RestrictedPython/compiler_2_1/pyassem.pyc
+lib/zope/lib/python/RestrictedPython/compiler_2_1/pycodegen.py
+lib/zope/lib/python/RestrictedPython/compiler_2_1/pycodegen.pyc
+lib/zope/lib/python/RestrictedPython/compiler_2_1/symbols.py
+lib/zope/lib/python/RestrictedPython/compiler_2_1/symbols.pyc
+lib/zope/lib/python/RestrictedPython/compiler_2_1/transformer.py
+lib/zope/lib/python/RestrictedPython/compiler_2_1/transformer.pyc
+lib/zope/lib/python/RestrictedPython/compiler_2_1/visitor.py
+lib/zope/lib/python/RestrictedPython/compiler_2_1/visitor.pyc
+lib/zope/lib/python/RestrictedPython/tests/__init__.py
+lib/zope/lib/python/RestrictedPython/tests/restricted_module.py
+lib/zope/lib/python/RestrictedPython/tests/security_in_syntax.py
+lib/zope/lib/python/RestrictedPython/tests/testRestrictions.py
+lib/zope/lib/python/SearchIndex/.testinfo
+lib/zope/lib/python/SearchIndex/GlobbingLexicon.py
+lib/zope/lib/python/SearchIndex/GlobbingLexicon.pyc
+lib/zope/lib/python/SearchIndex/Index.py
+lib/zope/lib/python/SearchIndex/Index.pyc
+lib/zope/lib/python/SearchIndex/Lexicon.py
+lib/zope/lib/python/SearchIndex/Lexicon.pyc
+lib/zope/lib/python/SearchIndex/PluggableIndex.py
+lib/zope/lib/python/SearchIndex/PluggableIndex.pyc
+lib/zope/lib/python/SearchIndex/README.txt
+lib/zope/lib/python/SearchIndex/ResultList.py
+lib/zope/lib/python/SearchIndex/ResultList.pyc
+lib/zope/lib/python/SearchIndex/Splitter.so
+lib/zope/lib/python/SearchIndex/TextIndex.py
+lib/zope/lib/python/SearchIndex/TextIndex.pyc
+lib/zope/lib/python/SearchIndex/UnIndex.py
+lib/zope/lib/python/SearchIndex/UnIndex.pyc
+lib/zope/lib/python/SearchIndex/UnKeywordIndex.py
+lib/zope/lib/python/SearchIndex/UnKeywordIndex.pyc
+lib/zope/lib/python/SearchIndex/UnTextIndex.py
+lib/zope/lib/python/SearchIndex/UnTextIndex.pyc
+lib/zope/lib/python/SearchIndex/__init__.py
+lib/zope/lib/python/SearchIndex/__init__.pyc
+lib/zope/lib/python/SearchIndex/randid.py
+lib/zope/lib/python/SearchIndex/randid.pyc
+lib/zope/lib/python/SearchIndex/tests/__init__.py
+lib/zope/lib/python/SearchIndex/tests/framework.py
+lib/zope/lib/python/SearchIndex/tests/testSplitter.py
+lib/zope/lib/python/SearchIndex/tests/testUnKeywordIndex.py
+lib/zope/lib/python/SearchIndex/tests/testUnTextIndex.py
+lib/zope/lib/python/SearchIndex/tests/test_UnIndex.py
+lib/zope/lib/python/Shared/DC/Scripts/Bindings.py
+lib/zope/lib/python/Shared/DC/Scripts/Bindings.pyc
+lib/zope/lib/python/Shared/DC/Scripts/BindingsUI.py
+lib/zope/lib/python/Shared/DC/Scripts/BindingsUI.pyc
+lib/zope/lib/python/Shared/DC/Scripts/Script.py
+lib/zope/lib/python/Shared/DC/Scripts/Script.pyc
+lib/zope/lib/python/Shared/DC/Scripts/Signature.py
+lib/zope/lib/python/Shared/DC/Scripts/Signature.pyc
+lib/zope/lib/python/Shared/DC/Scripts/__init__.py
+lib/zope/lib/python/Shared/DC/Scripts/__init__.pyc
+lib/zope/lib/python/Shared/DC/Scripts/dtml/scriptBindings.dtml
+lib/zope/lib/python/Shared/DC/Scripts/dtml/scriptTry.dtml
+lib/zope/lib/python/Shared/DC/ZRDB/Aqueduct.py
+lib/zope/lib/python/Shared/DC/ZRDB/Aqueduct.pyc
+lib/zope/lib/python/Shared/DC/ZRDB/Connection.py
+lib/zope/lib/python/Shared/DC/ZRDB/Connection.pyc
+lib/zope/lib/python/Shared/DC/ZRDB/DA.py
+lib/zope/lib/python/Shared/DC/ZRDB/DA.pyc
+lib/zope/lib/python/Shared/DC/ZRDB/RDB.py
+lib/zope/lib/python/Shared/DC/ZRDB/RDB.pyc
+lib/zope/lib/python/Shared/DC/ZRDB/Results.py
+lib/zope/lib/python/Shared/DC/ZRDB/Results.pyc
+lib/zope/lib/python/Shared/DC/ZRDB/Search.py
+lib/zope/lib/python/Shared/DC/ZRDB/Search.pyc
+lib/zope/lib/python/Shared/DC/ZRDB/THUNK.py
+lib/zope/lib/python/Shared/DC/ZRDB/THUNK.pyc
+lib/zope/lib/python/Shared/DC/ZRDB/TM.py
+lib/zope/lib/python/Shared/DC/ZRDB/TM.pyc
+lib/zope/lib/python/Shared/DC/ZRDB/__init__.py
+lib/zope/lib/python/Shared/DC/ZRDB/__init__.pyc
+lib/zope/lib/python/Shared/DC/ZRDB/dbi_db.py
+lib/zope/lib/python/Shared/DC/ZRDB/dbi_db.pyc
+lib/zope/lib/python/Shared/DC/ZRDB/dtml/advanced.dtml
+lib/zope/lib/python/Shared/DC/ZRDB/dtml/connectionAdd.dtml
+lib/zope/lib/python/Shared/DC/ZRDB/dtml/connectionEdit.dtml
+lib/zope/lib/python/Shared/DC/ZRDB/dtml/connectionStatus.dtml
+lib/zope/lib/python/Shared/DC/ZRDB/dtml/connectionTestForm.dtml
+lib/zope/lib/python/Shared/DC/ZRDB/dtml/customDefaultReport.dtml
+lib/zope/lib/python/Shared/DC/ZRDB/dtml/customDefaultZPTReport.dtml
+lib/zope/lib/python/Shared/DC/ZRDB/dtml/searchAdd.dtml
+lib/zope/lib/python/Shared/DC/ZRDB/sqlgroup.py
+lib/zope/lib/python/Shared/DC/ZRDB/sqlgroup.pyc
+lib/zope/lib/python/Shared/DC/ZRDB/sqltest.py
+lib/zope/lib/python/Shared/DC/ZRDB/sqltest.pyc
+lib/zope/lib/python/Shared/DC/ZRDB/sqlvar.py
+lib/zope/lib/python/Shared/DC/ZRDB/sqlvar.pyc
+lib/zope/lib/python/Shared/DC/ZRDB/www/DBAdapterFolder_icon.gif
+lib/zope/lib/python/Shared/DC/ZRDB/www/DBAdapter_icon.gif
+lib/zope/lib/python/Shared/DC/__init__.py
+lib/zope/lib/python/Shared/DC/__init__.pyc
+lib/zope/lib/python/Shared/DC/xml/__init__.py
+lib/zope/lib/python/Shared/DC/xml/__init__.pyc
+lib/zope/lib/python/Shared/DC/xml/ppml.py
+lib/zope/lib/python/Shared/DC/xml/ppml.pyc
+lib/zope/lib/python/Shared/DC/xml/pyexpat/README
+lib/zope/lib/python/Shared/DC/xml/pyexpat/__init__.py
+lib/zope/lib/python/Shared/DC/xml/pyexpat/__init__.pyc
+lib/zope/lib/python/Shared/DC/xml/pyexpat/_checkversion.py
+lib/zope/lib/python/Shared/DC/xml/pyexpat/_checkversion.pyc
+lib/zope/lib/python/Shared/DC/xml/pyexpat/dcpyexpat.so
+lib/zope/lib/python/Shared/DC/xml/pyexpat/expat/MPL-1_0.html
+lib/zope/lib/python/Shared/DC/xml/pyexpat/expat/expat.html
+lib/zope/lib/python/Shared/DC/xml/pyexpat/expat/expat.mak
+lib/zope/lib/python/Shared/DC/xml/pyexpat/pyexpat.py
+lib/zope/lib/python/Shared/DC/xml/pyexpat/pyexpat.pyc
+lib/zope/lib/python/Shared/DC/xml/pyexpat/pyexpattest.py
+lib/zope/lib/python/Shared/DC/xml/pyexpat/pyexpattest.pyc
+lib/zope/lib/python/Shared/DC/xml/xmllib.py
+lib/zope/lib/python/Shared/DC/xml/xmllib.pyc
+lib/zope/lib/python/Shared/DC/xml/xyap.py
+lib/zope/lib/python/Shared/DC/xml/xyap.pyc
+lib/zope/lib/python/Shared/__init__.py
+lib/zope/lib/python/Shared/__init__.pyc
+lib/zope/lib/python/StructuredText/ClassicDocumentClass.py
+lib/zope/lib/python/StructuredText/ClassicDocumentClass.pyc
+lib/zope/lib/python/StructuredText/ClassicStructuredText.py
+lib/zope/lib/python/StructuredText/ClassicStructuredText.pyc
+lib/zope/lib/python/StructuredText/DocBookClass.py
+lib/zope/lib/python/StructuredText/DocBookClass.pyc
+lib/zope/lib/python/StructuredText/DocumentClass.py
+lib/zope/lib/python/StructuredText/DocumentClass.pyc
+lib/zope/lib/python/StructuredText/DocumentWithImages.py
+lib/zope/lib/python/StructuredText/DocumentWithImages.pyc
+lib/zope/lib/python/StructuredText/HTMLClass.py
+lib/zope/lib/python/StructuredText/HTMLClass.pyc
+lib/zope/lib/python/StructuredText/HTMLWithImages.py
+lib/zope/lib/python/StructuredText/HTMLWithImages.pyc
+lib/zope/lib/python/StructuredText/ST.py
+lib/zope/lib/python/StructuredText/ST.pyc
+lib/zope/lib/python/StructuredText/STDOM.py
+lib/zope/lib/python/StructuredText/STDOM.pyc
+lib/zope/lib/python/StructuredText/STNG.txt
+lib/zope/lib/python/StructuredText/STletters.py
+lib/zope/lib/python/StructuredText/STletters.pyc
+lib/zope/lib/python/StructuredText/StructuredText.py
+lib/zope/lib/python/StructuredText/StructuredText.pyc
+lib/zope/lib/python/StructuredText/Zwiki.py
+lib/zope/lib/python/StructuredText/Zwiki.pyc
+lib/zope/lib/python/StructuredText/__init__.py
+lib/zope/lib/python/StructuredText/__init__.pyc
+lib/zope/lib/python/StructuredText/regressions/Acquisition.ref
+lib/zope/lib/python/StructuredText/regressions/Acquisition.stx
+lib/zope/lib/python/StructuredText/regressions/ExtensionClass.ref
+lib/zope/lib/python/StructuredText/regressions/ExtensionClass.stx
+lib/zope/lib/python/StructuredText/regressions/InnerLinks.ref
+lib/zope/lib/python/StructuredText/regressions/InnerLinks.stx
+lib/zope/lib/python/StructuredText/regressions/Links.ref
+lib/zope/lib/python/StructuredText/regressions/Links.stx
+lib/zope/lib/python/StructuredText/regressions/MultiMapping.ref
+lib/zope/lib/python/StructuredText/regressions/MultiMapping.stx
+lib/zope/lib/python/StructuredText/regressions/create_referencesfiles.py
+lib/zope/lib/python/StructuredText/regressions/create_referencesfiles.pyc
+lib/zope/lib/python/StructuredText/regressions/examples.ref
+lib/zope/lib/python/StructuredText/regressions/examples.stx
+lib/zope/lib/python/StructuredText/regressions/examples1.ref
+lib/zope/lib/python/StructuredText/regressions/examples1.stx
+lib/zope/lib/python/StructuredText/regressions/index.ref
+lib/zope/lib/python/StructuredText/regressions/index.stx
+lib/zope/lib/python/StructuredText/regressions/table.ref
+lib/zope/lib/python/StructuredText/regressions/table.stx
+lib/zope/lib/python/StructuredText/tests/testStructuredText.py
+lib/zope/lib/python/Sync.so
+lib/zope/lib/python/TAL/CHANGES.txt
+lib/zope/lib/python/TAL/DummyEngine.py
+lib/zope/lib/python/TAL/DummyEngine.pyc
+lib/zope/lib/python/TAL/HISTORY.txt
+lib/zope/lib/python/TAL/HTMLParser.py
+lib/zope/lib/python/TAL/HTMLParser.pyc
+lib/zope/lib/python/TAL/HTMLTALParser.py
+lib/zope/lib/python/TAL/HTMLTALParser.pyc
+lib/zope/lib/python/TAL/README.txt
+lib/zope/lib/python/TAL/TALDefs.py
+lib/zope/lib/python/TAL/TALDefs.pyc
+lib/zope/lib/python/TAL/TALGenerator.py
+lib/zope/lib/python/TAL/TALGenerator.pyc
+lib/zope/lib/python/TAL/TALInterpreter.py
+lib/zope/lib/python/TAL/TALInterpreter.pyc
+lib/zope/lib/python/TAL/TALParser.py
+lib/zope/lib/python/TAL/TALParser.pyc
+lib/zope/lib/python/TAL/XMLParser.py
+lib/zope/lib/python/TAL/XMLParser.pyc
+lib/zope/lib/python/TAL/__init__.py
+lib/zope/lib/python/TAL/__init__.pyc
+lib/zope/lib/python/TAL/benchmark/dtml01.html
+lib/zope/lib/python/TAL/benchmark/dtml02.html
+lib/zope/lib/python/TAL/benchmark/dtml03.html
+lib/zope/lib/python/TAL/benchmark/dtml04.html
+lib/zope/lib/python/TAL/benchmark/dtml05.html
+lib/zope/lib/python/TAL/benchmark/dtml06.html
+lib/zope/lib/python/TAL/benchmark/dtml07.html
+lib/zope/lib/python/TAL/benchmark/dtml08.html
+lib/zope/lib/python/TAL/benchmark/dtml09.html
+lib/zope/lib/python/TAL/benchmark/dtml10.html
+lib/zope/lib/python/TAL/benchmark/dtml11.html
+lib/zope/lib/python/TAL/benchmark/dtml12.html
+lib/zope/lib/python/TAL/benchmark/tal01.html
+lib/zope/lib/python/TAL/benchmark/tal02.html
+lib/zope/lib/python/TAL/benchmark/tal03.html
+lib/zope/lib/python/TAL/benchmark/tal04.html
+lib/zope/lib/python/TAL/benchmark/tal05.html
+lib/zope/lib/python/TAL/benchmark/tal06.html
+lib/zope/lib/python/TAL/benchmark/tal07.html
+lib/zope/lib/python/TAL/benchmark/tal08.html
+lib/zope/lib/python/TAL/benchmark/tal09.html
+lib/zope/lib/python/TAL/benchmark/tal10.html
+lib/zope/lib/python/TAL/benchmark/tal11.html
+lib/zope/lib/python/TAL/benchmark/tal12.html
+lib/zope/lib/python/TAL/driver.py
+lib/zope/lib/python/TAL/driver.pyc
+lib/zope/lib/python/TAL/markbench.py
+lib/zope/lib/python/TAL/markbench.pyc
+lib/zope/lib/python/TAL/markupbase.py
+lib/zope/lib/python/TAL/markupbase.pyc
+lib/zope/lib/python/TAL/ndiff.py
+lib/zope/lib/python/TAL/ndiff.pyc
+lib/zope/lib/python/TAL/runtest.py
+lib/zope/lib/python/TAL/runtest.pyc
+lib/zope/lib/python/TAL/setpath.py
+lib/zope/lib/python/TAL/setpath.pyc
+lib/zope/lib/python/TAL/tests/__init__.py
+lib/zope/lib/python/TAL/tests/input/test01.html
+lib/zope/lib/python/TAL/tests/input/test01.xml
+lib/zope/lib/python/TAL/tests/input/test02.html
+lib/zope/lib/python/TAL/tests/input/test02.xml
+lib/zope/lib/python/TAL/tests/input/test03.html
+lib/zope/lib/python/TAL/tests/input/test03.xml
+lib/zope/lib/python/TAL/tests/input/test04.html
+lib/zope/lib/python/TAL/tests/input/test04.xml
+lib/zope/lib/python/TAL/tests/input/test05.html
+lib/zope/lib/python/TAL/tests/input/test05.xml
+lib/zope/lib/python/TAL/tests/input/test06.html
+lib/zope/lib/python/TAL/tests/input/test06.xml
+lib/zope/lib/python/TAL/tests/input/test07.html
+lib/zope/lib/python/TAL/tests/input/test07.xml
+lib/zope/lib/python/TAL/tests/input/test08.html
+lib/zope/lib/python/TAL/tests/input/test08.xml
+lib/zope/lib/python/TAL/tests/input/test09.html
+lib/zope/lib/python/TAL/tests/input/test09.xml
+lib/zope/lib/python/TAL/tests/input/test10.html
+lib/zope/lib/python/TAL/tests/input/test11.html
+lib/zope/lib/python/TAL/tests/input/test11.xml
+lib/zope/lib/python/TAL/tests/input/test12.html
+lib/zope/lib/python/TAL/tests/input/test13.html
+lib/zope/lib/python/TAL/tests/input/test14.html
+lib/zope/lib/python/TAL/tests/input/test14.xml
+lib/zope/lib/python/TAL/tests/input/test15.html
+lib/zope/lib/python/TAL/tests/input/test16.html
+lib/zope/lib/python/TAL/tests/input/test17.html
+lib/zope/lib/python/TAL/tests/input/test17.xml
+lib/zope/lib/python/TAL/tests/input/test18.html
+lib/zope/lib/python/TAL/tests/input/test18.xml
+lib/zope/lib/python/TAL/tests/input/test_metal1.html
+lib/zope/lib/python/TAL/tests/input/test_metal2.html
+lib/zope/lib/python/TAL/tests/input/test_metal3.html
+lib/zope/lib/python/TAL/tests/output/test01.html
+lib/zope/lib/python/TAL/tests/output/test01.xml
+lib/zope/lib/python/TAL/tests/output/test02.html
+lib/zope/lib/python/TAL/tests/output/test02.xml
+lib/zope/lib/python/TAL/tests/output/test03.html
+lib/zope/lib/python/TAL/tests/output/test03.xml
+lib/zope/lib/python/TAL/tests/output/test04.html
+lib/zope/lib/python/TAL/tests/output/test04.xml
+lib/zope/lib/python/TAL/tests/output/test05.html
+lib/zope/lib/python/TAL/tests/output/test05.xml
+lib/zope/lib/python/TAL/tests/output/test06.html
+lib/zope/lib/python/TAL/tests/output/test06.xml
+lib/zope/lib/python/TAL/tests/output/test07.html
+lib/zope/lib/python/TAL/tests/output/test07.xml
+lib/zope/lib/python/TAL/tests/output/test08.html
+lib/zope/lib/python/TAL/tests/output/test08.xml
+lib/zope/lib/python/TAL/tests/output/test09.html
+lib/zope/lib/python/TAL/tests/output/test09.xml
+lib/zope/lib/python/TAL/tests/output/test10.html
+lib/zope/lib/python/TAL/tests/output/test11.html
+lib/zope/lib/python/TAL/tests/output/test11.xml
+lib/zope/lib/python/TAL/tests/output/test12.html
+lib/zope/lib/python/TAL/tests/output/test13.html
+lib/zope/lib/python/TAL/tests/output/test14.html
+lib/zope/lib/python/TAL/tests/output/test14.xml
+lib/zope/lib/python/TAL/tests/output/test15.html
+lib/zope/lib/python/TAL/tests/output/test16.html
+lib/zope/lib/python/TAL/tests/output/test17.html
+lib/zope/lib/python/TAL/tests/output/test17.xml
+lib/zope/lib/python/TAL/tests/output/test18.html
+lib/zope/lib/python/TAL/tests/output/test18.xml
+lib/zope/lib/python/TAL/tests/output/test_metal1.html
+lib/zope/lib/python/TAL/tests/output/test_metal2.html
+lib/zope/lib/python/TAL/tests/output/test_metal3.html
+lib/zope/lib/python/TAL/tests/run.py
+lib/zope/lib/python/TAL/tests/test_files.py
+lib/zope/lib/python/TAL/tests/test_htmlparser.py
+lib/zope/lib/python/TAL/tests/test_htmltalparser.py
+lib/zope/lib/python/TAL/tests/test_talinterpreter.py
+lib/zope/lib/python/TAL/tests/test_xmlparser.py
+lib/zope/lib/python/TAL/tests/utils.py
+lib/zope/lib/python/TAL/timer.py
+lib/zope/lib/python/TAL/timer.pyc
+lib/zope/lib/python/Testing/README.txt
+lib/zope/lib/python/Testing/ZODButil.py
+lib/zope/lib/python/Testing/ZODButil.pyc
+lib/zope/lib/python/Testing/__init__.py
+lib/zope/lib/python/Testing/__init__.pyc
+lib/zope/lib/python/Testing/common.py
+lib/zope/lib/python/Testing/common.pyc
+lib/zope/lib/python/Testing/custom_zodb.py
+lib/zope/lib/python/Testing/custom_zodb.pyc
+lib/zope/lib/python/Testing/dispatcher.py
+lib/zope/lib/python/Testing/dispatcher.pyc
+lib/zope/lib/python/Testing/makerequest.py
+lib/zope/lib/python/Testing/makerequest.pyc
+lib/zope/lib/python/Testing/var/README.txt
+lib/zope/lib/python/ThreadLock.so
+lib/zope/lib/python/ThreadedAsync/LoopCallback.py
+lib/zope/lib/python/ThreadedAsync/LoopCallback.pyc
+lib/zope/lib/python/ThreadedAsync/__init__.py
+lib/zope/lib/python/ThreadedAsync/__init__.pyc
+lib/zope/lib/python/TreeDisplay/TreeTag.py
+lib/zope/lib/python/TreeDisplay/TreeTag.pyc
+lib/zope/lib/python/TreeDisplay/__init__.py
+lib/zope/lib/python/TreeDisplay/__init__.pyc
+lib/zope/lib/python/TreeDisplay/www/Blank_icon.gif
+lib/zope/lib/python/TreeDisplay/www/Minus_icon.gif
+lib/zope/lib/python/TreeDisplay/www/Plus_icon.gif
+lib/zope/lib/python/ZClasses/Basic.py
+lib/zope/lib/python/ZClasses/Basic.pyc
+lib/zope/lib/python/ZClasses/Method.py
+lib/zope/lib/python/ZClasses/Method.pyc
+lib/zope/lib/python/ZClasses/ObjectManager.py
+lib/zope/lib/python/ZClasses/ObjectManager.pyc
+lib/zope/lib/python/ZClasses/Property.py
+lib/zope/lib/python/ZClasses/Property.pyc
+lib/zope/lib/python/ZClasses/ZClass.py
+lib/zope/lib/python/ZClasses/ZClass.pyc
+lib/zope/lib/python/ZClasses/ZClassOwner.py
+lib/zope/lib/python/ZClasses/ZClassOwner.pyc
+lib/zope/lib/python/ZClasses/__init__.py
+lib/zope/lib/python/ZClasses/__init__.pyc
+lib/zope/lib/python/ZClasses/class.gif
+lib/zope/lib/python/ZClasses/dtml/addCommonSheet.dtml
+lib/zope/lib/python/ZClasses/dtml/addIcon.dtml
+lib/zope/lib/python/ZClasses/dtml/addPropertyInterface.dtml
+lib/zope/lib/python/ZClasses/dtml/addZClass.dtml
+lib/zope/lib/python/ZClasses/dtml/classPermissions.dtml
+lib/zope/lib/python/ZClasses/dtml/contents.dtml
+lib/zope/lib/python/ZClasses/dtml/itemProp.dtml
+lib/zope/lib/python/ZClasses/dtml/subobjects.dtml
+lib/zope/lib/python/ZClasses/dtml/views.dtml
+lib/zope/lib/python/ZClasses/methods.gif
+lib/zope/lib/python/ZClasses/propertysheets.gif
+lib/zope/lib/python/ZLogger/FileLogger.py
+lib/zope/lib/python/ZLogger/FileLogger.pyc
+lib/zope/lib/python/ZLogger/ZLogger.py
+lib/zope/lib/python/ZLogger/ZLogger.pyc
+lib/zope/lib/python/ZLogger/__init__.py
+lib/zope/lib/python/ZLogger/__init__.pyc
+lib/zope/lib/python/ZLogger/stupidFileLogger.py
+lib/zope/lib/python/ZLogger/stupidFileLogger.pyc
+lib/zope/lib/python/ZLogger/syslog.py
+lib/zope/lib/python/ZLogger/syslog.pyc
+lib/zope/lib/python/ZLogger/syslogLogger.py
+lib/zope/lib/python/ZLogger/syslogLogger.pyc
+lib/zope/lib/python/ZLogger/test_logger.py
+lib/zope/lib/python/ZLogger/test_logger.pyc
+lib/zope/lib/python/ZODB/BaseStorage.py
+lib/zope/lib/python/ZODB/BaseStorage.pyc
+lib/zope/lib/python/ZODB/ConflictResolution.py
+lib/zope/lib/python/ZODB/ConflictResolution.pyc
+lib/zope/lib/python/ZODB/Connection.py
+lib/zope/lib/python/ZODB/Connection.pyc
+lib/zope/lib/python/ZODB/DB.py
+lib/zope/lib/python/ZODB/DB.pyc
+lib/zope/lib/python/ZODB/DemoStorage.py
+lib/zope/lib/python/ZODB/DemoStorage.pyc
+lib/zope/lib/python/ZODB/ExportImport.py
+lib/zope/lib/python/ZODB/ExportImport.pyc
+lib/zope/lib/python/ZODB/FileStorage.py
+lib/zope/lib/python/ZODB/FileStorage.pyc
+lib/zope/lib/python/ZODB/MappingStorage.py
+lib/zope/lib/python/ZODB/MappingStorage.pyc
+lib/zope/lib/python/ZODB/Mount.py
+lib/zope/lib/python/ZODB/Mount.pyc
+lib/zope/lib/python/ZODB/POSException.py
+lib/zope/lib/python/ZODB/POSException.pyc
+lib/zope/lib/python/ZODB/PersistentMapping.py
+lib/zope/lib/python/ZODB/PersistentMapping.pyc
+lib/zope/lib/python/ZODB/TimeStamp.so
+lib/zope/lib/python/ZODB/TmpStore.py
+lib/zope/lib/python/ZODB/TmpStore.pyc
+lib/zope/lib/python/ZODB/Transaction.py
+lib/zope/lib/python/ZODB/Transaction.pyc
+lib/zope/lib/python/ZODB/UndoLogCompatible.py
+lib/zope/lib/python/ZODB/UndoLogCompatible.pyc
+lib/zope/lib/python/ZODB/ZApplication.py
+lib/zope/lib/python/ZODB/ZApplication.pyc
+lib/zope/lib/python/ZODB/__init__.py
+lib/zope/lib/python/ZODB/__init__.pyc
+lib/zope/lib/python/ZODB/bpthread.py
+lib/zope/lib/python/ZODB/bpthread.pyc
+lib/zope/lib/python/ZODB/cPersistence.so
+lib/zope/lib/python/ZODB/cPickleCache.so
+lib/zope/lib/python/ZODB/conversionhack.py
+lib/zope/lib/python/ZODB/conversionhack.pyc
+lib/zope/lib/python/ZODB/coptimizations.so
+lib/zope/lib/python/ZODB/dbmStorage.py
+lib/zope/lib/python/ZODB/dbmStorage.pyc
+lib/zope/lib/python/ZODB/fsIndex.py
+lib/zope/lib/python/ZODB/fsIndex.pyc
+lib/zope/lib/python/ZODB/fsdump.py
+lib/zope/lib/python/ZODB/fsdump.pyc
+lib/zope/lib/python/ZODB/fsrecover.py
+lib/zope/lib/python/ZODB/fsrecover.pyc
+lib/zope/lib/python/ZODB/lock_file.py
+lib/zope/lib/python/ZODB/lock_file.pyc
+lib/zope/lib/python/ZODB/referencesf.py
+lib/zope/lib/python/ZODB/referencesf.pyc
+lib/zope/lib/python/ZODB/tests/BasicStorage.py
+lib/zope/lib/python/ZODB/tests/ConflictResolution.py
+lib/zope/lib/python/ZODB/tests/Corruption.py
+lib/zope/lib/python/ZODB/tests/HistoryStorage.py
+lib/zope/lib/python/ZODB/tests/IteratorStorage.py
+lib/zope/lib/python/ZODB/tests/LocalStorage.py
+lib/zope/lib/python/ZODB/tests/MTStorage.py
+lib/zope/lib/python/ZODB/tests/MinPO.py
+lib/zope/lib/python/ZODB/tests/PackableStorage.py
+lib/zope/lib/python/ZODB/tests/PersistentStorage.py
+lib/zope/lib/python/ZODB/tests/ReadOnlyStorage.py
+lib/zope/lib/python/ZODB/tests/RevisionStorage.py
+lib/zope/lib/python/ZODB/tests/StorageTestBase.py
+lib/zope/lib/python/ZODB/tests/Synchronization.py
+lib/zope/lib/python/ZODB/tests/TransactionalUndoStorage.py
+lib/zope/lib/python/ZODB/tests/TransactionalUndoVersionStorage.py
+lib/zope/lib/python/ZODB/tests/VersionStorage.py
+lib/zope/lib/python/ZODB/tests/__init__.py
+lib/zope/lib/python/ZODB/tests/speed.py
+lib/zope/lib/python/ZODB/tests/testCache.py
+lib/zope/lib/python/ZODB/tests/testDemoStorage.py
+lib/zope/lib/python/ZODB/tests/testFileStorage.py
+lib/zope/lib/python/ZODB/tests/testMappingStorage.py
+lib/zope/lib/python/ZODB/tests/testPersistentMapping.py
+lib/zope/lib/python/ZODB/tests/testTimeStamp.py
+lib/zope/lib/python/ZODB/tests/testTransaction.py
+lib/zope/lib/python/ZODB/tests/testUtils.py
+lib/zope/lib/python/ZODB/tests/testZODB.py
+lib/zope/lib/python/ZODB/tests/testfsIndex.py
+lib/zope/lib/python/ZODB/utils.py
+lib/zope/lib/python/ZODB/utils.pyc
+lib/zope/lib/python/ZODB/winlock.so
+lib/zope/lib/python/ZPublisher/BaseRequest.py
+lib/zope/lib/python/ZPublisher/BaseRequest.pyc
+lib/zope/lib/python/ZPublisher/BaseResponse.py
+lib/zope/lib/python/ZPublisher/BaseResponse.pyc
+lib/zope/lib/python/ZPublisher/BeforeTraverse.py
+lib/zope/lib/python/ZPublisher/BeforeTraverse.pyc
+lib/zope/lib/python/ZPublisher/Client.py
+lib/zope/lib/python/ZPublisher/Client.pyc
+lib/zope/lib/python/ZPublisher/Converters.py
+lib/zope/lib/python/ZPublisher/Converters.pyc
+lib/zope/lib/python/ZPublisher/HTTPRangeSupport.py
+lib/zope/lib/python/ZPublisher/HTTPRangeSupport.pyc
+lib/zope/lib/python/ZPublisher/HTTPRequest.py
+lib/zope/lib/python/ZPublisher/HTTPRequest.pyc
+lib/zope/lib/python/ZPublisher/HTTPResponse.py
+lib/zope/lib/python/ZPublisher/HTTPResponse.pyc
+lib/zope/lib/python/ZPublisher/Publish.py
+lib/zope/lib/python/ZPublisher/Publish.pyc
+lib/zope/lib/python/ZPublisher/Request.py
+lib/zope/lib/python/ZPublisher/Request.pyc
+lib/zope/lib/python/ZPublisher/Response.py
+lib/zope/lib/python/ZPublisher/Response.pyc
+lib/zope/lib/python/ZPublisher/Test.py
+lib/zope/lib/python/ZPublisher/Test.pyc
+lib/zope/lib/python/ZPublisher/__init__.py
+lib/zope/lib/python/ZPublisher/__init__.pyc
+lib/zope/lib/python/ZPublisher/cgi_hotfix.py
+lib/zope/lib/python/ZPublisher/cgi_hotfix.pyc
+lib/zope/lib/python/ZPublisher/mapply.py
+lib/zope/lib/python/ZPublisher/mapply.pyc
+lib/zope/lib/python/ZPublisher/maybe_lock.py
+lib/zope/lib/python/ZPublisher/maybe_lock.pyc
+lib/zope/lib/python/ZPublisher/tests/__init__.py
+lib/zope/lib/python/ZPublisher/tests/testHTTPRangeSupport.py
+lib/zope/lib/python/ZPublisher/tests/testHTTPRequest.py
+lib/zope/lib/python/ZPublisher/xmlrpc.py
+lib/zope/lib/python/ZPublisher/xmlrpc.pyc
+lib/zope/lib/python/ZTUtils/Batch.py
+lib/zope/lib/python/ZTUtils/Batch.pyc
+lib/zope/lib/python/ZTUtils/CHANGES.txt
+lib/zope/lib/python/ZTUtils/HISTORY.txt
+lib/zope/lib/python/ZTUtils/Iterator.py
+lib/zope/lib/python/ZTUtils/Iterator.pyc
+lib/zope/lib/python/ZTUtils/SimpleTree.py
+lib/zope/lib/python/ZTUtils/SimpleTree.pyc
+lib/zope/lib/python/ZTUtils/Tree.py
+lib/zope/lib/python/ZTUtils/Tree.pyc
+lib/zope/lib/python/ZTUtils/Zope.py
+lib/zope/lib/python/ZTUtils/Zope.pyc
+lib/zope/lib/python/ZTUtils/__init__.py
+lib/zope/lib/python/ZTUtils/__init__.pyc
+lib/zope/lib/python/ZTUtils/tests/run.py
+lib/zope/lib/python/ZTUtils/tests/testBatch.py
+lib/zope/lib/python/ZTUtils/tests/testIterator.py
+lib/zope/lib/python/Zope/ClassFactory.py
+lib/zope/lib/python/Zope/ClassFactory.pyc
+lib/zope/lib/python/Zope/__init__.py
+lib/zope/lib/python/Zope/__init__.pyc
+lib/zope/lib/python/dcdb.py
+lib/zope/lib/python/dcdb.pyc
+lib/zope/lib/python/intSet.so
+lib/zope/lib/python/tempfile.py
+lib/zope/lib/python/tempfile.pyc
+lib/zope/lib/python/ts_regex.py
+lib/zope/lib/python/ts_regex.pyc
+lib/zope/lib/python/version.txt
+lib/zope/lib/python/webdav/Collection.py
+lib/zope/lib/python/webdav/Collection.pyc
+lib/zope/lib/python/webdav/EtagSupport.py
+lib/zope/lib/python/webdav/EtagSupport.pyc
+lib/zope/lib/python/webdav/LockItem.py
+lib/zope/lib/python/webdav/LockItem.pyc
+lib/zope/lib/python/webdav/Lockable.py
+lib/zope/lib/python/webdav/Lockable.pyc
+lib/zope/lib/python/webdav/NullResource.py
+lib/zope/lib/python/webdav/NullResource.pyc
+lib/zope/lib/python/webdav/Resource.py
+lib/zope/lib/python/webdav/Resource.pyc
+lib/zope/lib/python/webdav/WriteLockInterface.py
+lib/zope/lib/python/webdav/WriteLockInterface.pyc
+lib/zope/lib/python/webdav/__init__.py
+lib/zope/lib/python/webdav/__init__.pyc
+lib/zope/lib/python/webdav/client.py
+lib/zope/lib/python/webdav/client.pyc
+lib/zope/lib/python/webdav/common.py
+lib/zope/lib/python/webdav/common.pyc
+lib/zope/lib/python/webdav/davcmds.py
+lib/zope/lib/python/webdav/davcmds.pyc
+lib/zope/lib/python/webdav/dtml/locknullmain.dtml
+lib/zope/lib/python/webdav/hookable_PUT.py
+lib/zope/lib/python/webdav/hookable_PUT.pyc
+lib/zope/lib/python/webdav/www/davlock.gif
+lib/zope/lib/python/webdav/xmltools.py
+lib/zope/lib/python/webdav/xmltools.pyc
+lib/zope/lib/python/xmlrpclib.py
+lib/zope/lib/python/xmlrpclib.pyc
+lib/zope/lib/python/zExceptions/__init__.py
+lib/zope/lib/python/zExceptions/__init__.pyc
+lib/zope/lib/python/zExceptions/unauthorized.py
+lib/zope/lib/python/zExceptions/unauthorized.pyc
+lib/zope/lib/python/zLOG/FormatException.py
+lib/zope/lib/python/zLOG/FormatException.pyc
+lib/zope/lib/python/zLOG/MinimalLogger.py
+lib/zope/lib/python/zLOG/MinimalLogger.pyc
+lib/zope/lib/python/zLOG/__init__.py
+lib/zope/lib/python/zLOG/__init__.pyc
+lib/zope/lib/python/zLOG/tests/__init__.py
+lib/zope/lib/python/zLOG/tests/testzLog.py
+lib/zope/lib/python/zdaemon/Daemon.py
+lib/zope/lib/python/zdaemon/Daemon.pyc
+lib/zope/lib/python/zdaemon/Heartbeat.py
+lib/zope/lib/python/zdaemon/Heartbeat.pyc
+lib/zope/lib/python/zdaemon/ZDaemonLogging.py
+lib/zope/lib/python/zdaemon/ZDaemonLogging.pyc
+lib/zope/lib/python/zdaemon/__init__.py
+lib/zope/lib/python/zdaemon/__init__.pyc
+lib/zope/lib/python/zlib.so
+lib/zope/pcgi/Example/pcgitest
+lib/zope/pcgi/Example/pcgitime.py
+lib/zope/pcgi/Example/pcgitime.pyc
+lib/zope/pcgi/MrCreosote/README.MrCreosote
+lib/zope/pcgi/MrCreosote/creosote.py
+lib/zope/pcgi/MrCreosote/creosote.pyc
+lib/zope/pcgi/README
+lib/zope/pcgi/Test/README.parseinfo
+lib/zope/pcgi/Test/parseinfo
+lib/zope/pcgi/Util/README
+lib/zope/pcgi/Util/killpcgi.py
+lib/zope/pcgi/Util/killpcgi.pyc
+lib/zope/pcgi/Util/pcgifile.py
+lib/zope/pcgi/Util/pcgifile.pyc
+lib/zope/pcgi/Win32/README.NT
+lib/zope/pcgi/Win32/parseinfo.exe
+lib/zope/pcgi/Win32/pcgi-wrapper.exe
+lib/zope/pcgi/config.cache
+lib/zope/pcgi/config.h.in
+lib/zope/pcgi/config.log
+lib/zope/pcgi/config.status
+lib/zope/pcgi/configure
+lib/zope/pcgi/configure.in
+lib/zope/pcgi/install-sh
+lib/zope/pcgi/manifest
+lib/zope/pcgi/pcgi-wrapper
+lib/zope/pcgi/pcgi_publisher.py
+lib/zope/pcgi/pcgi_publisher.pyc
+lib/zope/utilities/ExtensionBuilder.py
+lib/zope/utilities/FS.py
+lib/zope/utilities/README.txt
+lib/zope/utilities/ZODBTools/fstest.py
+lib/zope/utilities/ZODBTools/tests/test-checker.fs
+lib/zope/utilities/ZODBTools/tests/testfstest.py
+lib/zope/utilities/bbb.py
+lib/zope/utilities/check_catalog.py
+lib/zope/utilities/fixbbbts.py
+lib/zope/utilities/load_site.py
+lib/zope/utilities/requestprofiler.py
+lib/zope/utilities/testrunner.py
+lib/zope/var/.cvsignore
+lib/zope/var/Data.fs.in
+lib/zope/z2.py
+lib/zope/z2.pyc
+lib/zope/zpasswd.py
+lib/zope/zpasswd.pyc
+@dirrm lib/zope/var
+@dirrm lib/zope/utilities/ZODBTools/tests
+@dirrm lib/zope/utilities/ZODBTools
+@dirrm lib/zope/utilities
+@dirrm lib/zope/pcgi/Win32
+@dirrm lib/zope/pcgi/Util
+@dirrm lib/zope/pcgi/Test
+@dirrm lib/zope/pcgi/MrCreosote
+@dirrm lib/zope/pcgi/Example
+@dirrm lib/zope/pcgi
+@dirrm lib/zope/lib/python/zdaemon
+@dirrm lib/zope/lib/python/zLOG/tests
+@dirrm lib/zope/lib/python/zLOG
+@dirrm lib/zope/lib/python/zExceptions
+@dirrm lib/zope/lib/python/webdav/www
+@dirrm lib/zope/lib/python/webdav/dtml
+@dirrm lib/zope/lib/python/webdav
+@dirrm lib/zope/lib/python/Zope
+@dirrm lib/zope/lib/python/ZTUtils/tests
+@dirrm lib/zope/lib/python/ZTUtils
+@dirrm lib/zope/lib/python/ZPublisher/tests
+@dirrm lib/zope/lib/python/ZPublisher
+@dirrm lib/zope/lib/python/ZODB/tests
+@dirrm lib/zope/lib/python/ZODB
+@dirrm lib/zope/lib/python/ZLogger
+@dirrm lib/zope/lib/python/ZClasses/dtml
+@dirrm lib/zope/lib/python/ZClasses
+@dirrm lib/zope/lib/python/TreeDisplay/www
+@dirrm lib/zope/lib/python/TreeDisplay
+@dirrm lib/zope/lib/python/ThreadedAsync
+@dirrm lib/zope/lib/python/Testing/var
+@dirrm lib/zope/lib/python/Testing
+@dirrm lib/zope/lib/python/TAL/tests/output
+@dirrm lib/zope/lib/python/TAL/tests/input
+@dirrm lib/zope/lib/python/TAL/tests
+@dirrm lib/zope/lib/python/TAL/benchmark
+@dirrm lib/zope/lib/python/TAL
+@dirrm lib/zope/lib/python/StructuredText/tests
+@dirrm lib/zope/lib/python/StructuredText/regressions
+@dirrm lib/zope/lib/python/StructuredText
+@dirrm lib/zope/lib/python/Shared/DC/xml/pyexpat/expat
+@dirrm lib/zope/lib/python/Shared/DC/xml/pyexpat
+@dirrm lib/zope/lib/python/Shared/DC/xml
+@dirrm lib/zope/lib/python/Shared/DC/ZRDB/www
+@dirrm lib/zope/lib/python/Shared/DC/ZRDB/dtml
+@dirrm lib/zope/lib/python/Shared/DC/ZRDB
+@dirrm lib/zope/lib/python/Shared/DC/Scripts/dtml
+@dirrm lib/zope/lib/python/Shared/DC/Scripts
+@dirrm lib/zope/lib/python/Shared/DC
+@dirrm lib/zope/lib/python/Shared
+@dirrm lib/zope/lib/python/SearchIndex/tests
+@dirrm lib/zope/lib/python/SearchIndex
+@dirrm lib/zope/lib/python/RestrictedPython/tests
+@dirrm lib/zope/lib/python/RestrictedPython/compiler_2_1
+@dirrm lib/zope/lib/python/RestrictedPython
+@dirrm lib/zope/lib/python/Products/ZopeTutorial/dtml
+@dirrm lib/zope/lib/python/Products/ZopeTutorial
+@dirrm lib/zope/lib/python/Products/ZSQLMethods/help
+@dirrm lib/zope/lib/python/Products/ZSQLMethods/dtml
+@dirrm lib/zope/lib/python/Products/ZSQLMethods
+@dirrm lib/zope/lib/python/Products/ZGadflyDA/icons
+@dirrm lib/zope/lib/python/Products/ZGadflyDA/gadfly
+@dirrm lib/zope/lib/python/Products/ZGadflyDA/dtml
+@dirrm lib/zope/lib/python/Products/ZGadflyDA
+@dirrm lib/zope/lib/python/Products/ZCatalog/www
+@dirrm lib/zope/lib/python/Products/ZCatalog/tests
+@dirrm lib/zope/lib/python/Products/ZCatalog/regressiontests
+@dirrm lib/zope/lib/python/Products/ZCatalog/help
+@dirrm lib/zope/lib/python/Products/ZCatalog/dtml
+@dirrm lib/zope/lib/python/Products/ZCatalog
+@dirrm lib/zope/lib/python/Products/Transience/www
+@dirrm lib/zope/lib/python/Products/Transience/tests
+@dirrm lib/zope/lib/python/Products/Transience/help
+@dirrm lib/zope/lib/python/Products/Transience/dtml
+@dirrm lib/zope/lib/python/Products/Transience
+@dirrm lib/zope/lib/python/Products/TemporaryFolder/www
+@dirrm lib/zope/lib/python/Products/TemporaryFolder/tests
+@dirrm lib/zope/lib/python/Products/TemporaryFolder/help
+@dirrm lib/zope/lib/python/Products/TemporaryFolder/dtml
+@dirrm lib/zope/lib/python/Products/TemporaryFolder
+@dirrm lib/zope/lib/python/Products/StandardCacheManagers/help
+@dirrm lib/zope/lib/python/Products/StandardCacheManagers/dtml
+@dirrm lib/zope/lib/python/Products/StandardCacheManagers
+@dirrm lib/zope/lib/python/Products/SiteAccess/www
+@dirrm lib/zope/lib/python/Products/SiteAccess/help
+@dirrm lib/zope/lib/python/Products/SiteAccess/doc
+@dirrm lib/zope/lib/python/Products/SiteAccess/Extensions
+@dirrm lib/zope/lib/python/Products/SiteAccess
+@dirrm lib/zope/lib/python/Products/Sessions/www
+@dirrm lib/zope/lib/python/Products/Sessions/tests
+@dirrm lib/zope/lib/python/Products/Sessions/stresstests
+@dirrm lib/zope/lib/python/Products/Sessions/help
+@dirrm lib/zope/lib/python/Products/Sessions/dtml
+@dirrm lib/zope/lib/python/Products/Sessions
+@dirrm lib/zope/lib/python/Products/PythonScripts/www
+@dirrm lib/zope/lib/python/Products/PythonScripts/tests/tscripts
+@dirrm lib/zope/lib/python/Products/PythonScripts/tests
+@dirrm lib/zope/lib/python/Products/PythonScripts/help
+@dirrm lib/zope/lib/python/Products/PythonScripts/Extensions
+@dirrm lib/zope/lib/python/Products/PythonScripts
+@dirrm lib/zope/lib/python/Products/PluginIndexes/www
+@dirrm lib/zope/lib/python/Products/PluginIndexes/help
+@dirrm lib/zope/lib/python/Products/PluginIndexes/common
+@dirrm lib/zope/lib/python/Products/PluginIndexes/TextIndex/tests
+@dirrm lib/zope/lib/python/Products/PluginIndexes/TextIndex/help
+@dirrm lib/zope/lib/python/Products/PluginIndexes/TextIndex/dtml
+@dirrm lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter
+@dirrm lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/tests
+@dirrm lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter
+@dirrm lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter
+@dirrm lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter
+@dirrm lib/zope/lib/python/Products/PluginIndexes/TextIndex
+@dirrm lib/zope/lib/python/Products/PluginIndexes/PathIndex/tests
+@dirrm lib/zope/lib/python/Products/PluginIndexes/PathIndex/help
+@dirrm lib/zope/lib/python/Products/PluginIndexes/PathIndex/dtml
+@dirrm lib/zope/lib/python/Products/PluginIndexes/PathIndex
+@dirrm lib/zope/lib/python/Products/PluginIndexes/KeywordIndex/tests
+@dirrm lib/zope/lib/python/Products/PluginIndexes/KeywordIndex/help
+@dirrm lib/zope/lib/python/Products/PluginIndexes/KeywordIndex/dtml
+@dirrm lib/zope/lib/python/Products/PluginIndexes/KeywordIndex
+@dirrm lib/zope/lib/python/Products/PluginIndexes/FieldIndex/tests
+@dirrm lib/zope/lib/python/Products/PluginIndexes/FieldIndex/help
+@dirrm lib/zope/lib/python/Products/PluginIndexes/FieldIndex/dtml
+@dirrm lib/zope/lib/python/Products/PluginIndexes/FieldIndex
+@dirrm lib/zope/lib/python/Products/PluginIndexes
+@dirrm lib/zope/lib/python/Products/PageTemplates/www
+@dirrm lib/zope/lib/python/Products/PageTemplates/tests/output
+@dirrm lib/zope/lib/python/Products/PageTemplates/tests/input
+@dirrm lib/zope/lib/python/Products/PageTemplates/tests
+@dirrm lib/zope/lib/python/Products/PageTemplates/help
+@dirrm lib/zope/lib/python/Products/PageTemplates/examples
+@dirrm lib/zope/lib/python/Products/PageTemplates
+@dirrm lib/zope/lib/python/Products/OFSP/images
+@dirrm lib/zope/lib/python/Products/OFSP/help
+@dirrm lib/zope/lib/python/Products/OFSP/dtml
+@dirrm lib/zope/lib/python/Products/OFSP
+@dirrm lib/zope/lib/python/Products/MailHost/www
+@dirrm lib/zope/lib/python/Products/MailHost/help
+@dirrm lib/zope/lib/python/Products/MailHost/dtml
+@dirrm lib/zope/lib/python/Products/MailHost
+@dirrm lib/zope/lib/python/Products/MIMETools
+@dirrm lib/zope/lib/python/Products/Hotfix_2002-06-14
+@dirrm lib/zope/lib/python/Products/ExternalMethod/www
+@dirrm lib/zope/lib/python/Products/ExternalMethod/tests/Extensions
+@dirrm lib/zope/lib/python/Products/ExternalMethod/tests
+@dirrm lib/zope/lib/python/Products/ExternalMethod/help
+@dirrm lib/zope/lib/python/Products/ExternalMethod/dtml
+@dirrm lib/zope/lib/python/Products/ExternalMethod
+@dirrm lib/zope/lib/python/Products
+@dirrm lib/zope/lib/python/Persistence
+@dirrm lib/zope/lib/python/OFS/www
+@dirrm lib/zope/lib/python/OFS/tests
+@dirrm lib/zope/lib/python/OFS/standard
+@dirrm lib/zope/lib/python/OFS/dtml
+@dirrm lib/zope/lib/python/OFS
+@dirrm lib/zope/lib/python/Interface
+@dirrm lib/zope/lib/python/HelpSys/images
+@dirrm lib/zope/lib/python/HelpSys/dtml
+@dirrm lib/zope/lib/python/HelpSys
+@dirrm lib/zope/lib/python/DocumentTemplate/tests
+@dirrm lib/zope/lib/python/DocumentTemplate/sequence/tests
+@dirrm lib/zope/lib/python/DocumentTemplate/sequence
+@dirrm lib/zope/lib/python/DocumentTemplate
+@dirrm lib/zope/lib/python/DateTime/tests
+@dirrm lib/zope/lib/python/DateTime
+@dirrm lib/zope/lib/python/BTrees/tests
+@dirrm lib/zope/lib/python/BTrees
+@dirrm lib/zope/lib/python/App/www
+@dirrm lib/zope/lib/python/App/dtml
+@dirrm lib/zope/lib/python/App
+@dirrm lib/zope/lib/python/AccessControl/www
+@dirrm lib/zope/lib/python/AccessControl/tests/public_module/submodule
+@dirrm lib/zope/lib/python/AccessControl/tests/public_module
+@dirrm lib/zope/lib/python/AccessControl/tests/private_module/submodule
+@dirrm lib/zope/lib/python/AccessControl/tests/private_module
+@dirrm lib/zope/lib/python/AccessControl/tests/mixed_module/submodule
+@dirrm lib/zope/lib/python/AccessControl/tests/mixed_module
+@dirrm lib/zope/lib/python/AccessControl/tests
+@dirrm lib/zope/lib/python/AccessControl/securitySuite
+@dirrm lib/zope/lib/python/AccessControl/dtml
+@dirrm lib/zope/lib/python/AccessControl
+@dirrm lib/zope/lib/python
+@dirrm lib/zope/lib
+@dirrm lib/zope/inst
+@dirrm lib/zope/import
+@dirrm lib/zope/doc/changenotes
+@dirrm lib/zope/doc/PLATFORMS
+@dirrm lib/zope/doc
+@dirrm lib/zope/ZServer/medusa/thread
+@dirrm lib/zope/ZServer/medusa/test
+@dirrm lib/zope/ZServer/medusa/sendfile
+@dirrm lib/zope/ZServer/medusa/script_handler_demo
+@dirrm lib/zope/ZServer/medusa/notes
+@dirrm lib/zope/ZServer/medusa/misc
+@dirrm lib/zope/ZServer/medusa/docs
+@dirrm lib/zope/ZServer/medusa/dist
+@dirrm lib/zope/ZServer/medusa/demo
+@dirrm lib/zope/ZServer/medusa/contrib
+@dirrm lib/zope/ZServer/medusa
+@dirrm lib/zope/ZServer/PubCore
+@dirrm lib/zope/ZServer
+@dirrm lib/zope/Extensions
+@dirrm lib/zope
diff --git a/www/zope25/distinfo b/www/zope25/distinfo
new file mode 100644
index 00000000000..40f373faab3
--- /dev/null
+++ b/www/zope25/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2002/08/22 16:54:49 drochner Exp $
+
+SHA1 (zope/Zope-2.5.1-src.tgz) = 6ef5ac94270a61541c4ca5da866e60395823658a
+Size (zope/Zope-2.5.1-src.tgz) = 2165141 bytes
+SHA1 (zope/Hotfix_2002-06-14.tgz) = 9559701aa15512dcb890f2760b198693825b9587
+Size (zope/Hotfix_2002-06-14.tgz) = 1511 bytes
diff --git a/www/zope25/files/Zope.cgi b/www/zope25/files/Zope.cgi
new file mode 100755
index 00000000000..60cc57ab0c9
--- /dev/null
+++ b/www/zope25/files/Zope.cgi
@@ -0,0 +1,13 @@
+#!@ZOPEDIR@/pcgi/pcgi-wrapper
+# $NetBSD: Zope.cgi,v 1.1.1.1 2002/08/22 16:54:49 drochner Exp $
+PCGI_NAME=Zope
+PCGI_MODULE_PATH=@ZOPEDIR@/lib/python/Zope
+PCGI_PUBLISHER=@ZOPEDIR@/pcgi/pcgi_publisher.py
+PCGI_EXE=@PYTHONBIN@
+PCGI_SOCKET_FILE=@INSTANCEHOME@/var/pcgi.soc
+PCGI_PID_FILE=@INSTANCEHOME@/var/pcgi.pid
+PCGI_ERROR_LOG=@INSTANCEHOME@/var/pcgi.log
+PCGI_DISPLAY_ERRORS=1
+BOBO_REALM=@INSTANCEHOME@/Zope.cgi
+BOBO_DEBUG_MODE=1
+INSTANCE_HOME=@INSTANCEHOME@
diff --git a/www/zope25/files/zope.sh b/www/zope25/files/zope.sh
new file mode 100644
index 00000000000..8ca4596b1aa
--- /dev/null
+++ b/www/zope25/files/zope.sh
@@ -0,0 +1,13 @@
+#!/bin/sh
+# $NetBSD: zope.sh,v 1.1.1.1 2002/08/22 16:54:49 drochner Exp $
+
+case $1 in
+start)
+ INSTANCE_HOME=@INSTANCEHOME@
+ export INSTANCE_HOME
+ (cd @INSTANCEHOME@ && @PYTHONBIN@ @ZOPEDIR@/z2.py)
+ ;;
+stop)
+ kill `cat @INSTANCEHOME@/var/Z2.pid`
+ ;;
+esac