[Zope] DocFinder 0.2: asking Zope about its documentation
Dieter Maurer
dieter@handshake.de
Tue, 13 Feb 2001 21:53:36 +0100 (CET)
DocFinder is a small Zope product that displays the available documentation
for Zope objects.
More information and download at:
URL:http://www.dieter.handshake.de/pyprojects/zope/DocFinder.html
This release 0.2 fixes a Zope 2.2 incompatibility
(it uses now HTMLFile rather than DTMLFile) and
makes it clearer how to get documentation for
objects that are not URL addressable.
Dieter