[Zope] catalog DTML Document
Dieter Maurer
dieter@handshake.de
Tue, 7 Nov 2000 21:54:23 +0100 (CET)
Wolfgang Strobl writes:
> I asked about how to perform this function (to spell it out again:
> _adding_ a _DTML Document_) programmatically, i.e. via DTML,
> of from Python code.
ZCatalog.manage_catalogObjects(self, REQUEST, RESPONSE, URL1, urls=None)
""" index all Zope objects that 'urls' point to """
You can use "ZopeFind" (--> ZQR) to "find" the objects
and the "absolute_url" method to obtain the URL.
Dieter