I would like to be able to import multiple existing HTML files into Zope and make them searchable. For example: I would like to be able to point a Zope Method at my c:\python\doc subdirectory and import not only the index.html file, but also import the subdirectories under ...\doc\ and all of their files/directories. I would need to end up with the same folder/directory structure within Zope to retain the relative addressing. I would like to be able to then build a search screen that allowed me to do full text search on those files/objects. Is there something in existence in the Zope community? And, can it be used by a Zope 'wannabe' but a 'long way from getting there'. I do believe I could write such a thing myself, but I'm not sure I'll live long enough to figure out how! Thanks, Robert J. Roberts robert_j_roberts@rl.gov
Robert_J_Roberts@rl.gov wrote:
Is there something in existence in the Zope community? And, can it be used by a Zope 'wannabe' but a 'long way from getting there'.
It's called loadsite.py. There's a version here: http://zope.nipltd.com/public/lists/zope-archive.nsf/ByKey/EBABAF83050A8D06 Although you may fidn more info on it on zope.org cheers, Chris
participants (2)
-
Chris Withers -
Robert_J_Roberts@rl.gov