[Zope-dev] ZCatalog out of Zope
Rene Pijlman
rpijlman@wanadoo.nl
Sat, 30 Jun 2001 23:47:13 +0200
On Sat, 30 Jun 2001 20:47:02 +0100, you wrote:
>I'm trying to work with Zope's ZCatalog in a Product=20
>coded in python. Can anyone give some intro or point=20
>to some links with info in this subject.
There is a ZCatalog tutorial on
http://www.zope.org/Documentation/How-To/ZCatalogTutorial/
The ZCatalog class is documented in the API Reference on
http://www.zope.org/Members/michel/ZB/AppendixB.dtml
Perhaps these are useful examples:
http://www.zope.org/Members/Bill/Products/KnowledgeKit
http://www.zope.org/Members/NIP/ZMailIn
I found these using the search engine and I didn't check if they even
use ZCatalog.
Here is some python coding that shows how to use the catalog class
outside of Zope:
http://www.zope.org/Members/kelcmab3/catalog_out_of_zope
This is a message with some code snippets from someone who tried to do
the same:
http://lists.zope.org/pipermail/zope/2000-April/023705.html
Regards,
Ren=E9 Pijlman