[Zope3-checkins] CVS: Zope3/src/zope/app/cache/browser -
configure.zcml:1.3
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sun Mar 21 19:52:44 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/cache/browser
In directory cvs.zope.org:/tmp/cvs-serv1221/src/zope/app/cache/browser
Modified Files:
configure.zcml
Log Message:
Added tool directive for local Tools UI.
=== Zope3/src/zope/app/cache/browser/configure.zcml 1.2 => 1.3 ===
--- Zope3/src/zope/app/cache/browser/configure.zcml:1.2 Wed Mar 10 14:41:00 2004
+++ Zope3/src/zope/app/cache/browser/configure.zcml Sun Mar 21 19:52:13 2004
@@ -3,6 +3,12 @@
xmlns="http://namespaces.zope.org/browser"
>
+ <tool
+ interface="zope.app.cache.interfaces.ICache"
+ title="Caches"
+ description="Caches can be used to make your site run faster."
+ />
+
<addMenuItem
title="RAM Cache"
description="A RAM cache is a volatile (in memory) cache"
More information about the Zope3-Checkins
mailing list