[Zope] Static adquirable resource
Garito
garito at sistes.net
Tue Feb 26 23:12:10 EST 2008
Hi!
Some weeks ago Tres point us how to declare static resources with five
You could create a configure.zcml file for your product and put some code
like these:
<configure xmlns:browser="http://namespaces.zope.org/browser">
<browser:page for="*" name="ZSmanage" template="recursos/ZSmanage.pt"
permission="zope2.Public" />
</configure>
and magically you could use it as: http://server:port/ZSmanage
But if you try to use ZSmanage as an acquired object you could
Can I do something at this respect? I would like to use ZSmanage in a
different context, can I?
Thanks!
--
Mis Cosas
http://blogs.sistes.net/Garito
Zope Smart Manager
http://blogs.sistes.net/Garito/670
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.zope.org/pipermail/zope/attachments/20080227/c67239a3/attachment.htm
More information about the Zope
mailing list