[Zope] cataloging text files

Max M maxmcorp@worldonline.dk
Tue, 10 Jul 2001 21:35:14 +0200


> From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of bak
> (kedai)

> what/how can i do #1 with text files?  how can i retrun
> PrincipiaSearchSource?  i know how to treturn text, but not how
> to return it
> to the script that does the cataloging.  i can't think of a way...

If you just make a external method or a Pyhton script on a class, and call
it PrincipiaSearchSource. then catalog will find it when updating.

So maybe you should make a wrapper class for the textfile and put the method
in there.

regards Max M