All the docs I found about searching are for searching inside the manage interface or for dtml-code only etc. I am just looking for a simple description, of how to include a simple search interface on my website (not in the manage interface). The available descriptions of ZCatalog are so complicated and programmer-oriented that I am not sure, if it is really the thing I need. So what's the simplest way to do a search on a website? _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com.
[Stephan Goeldi] | So what's the simplest way to do a search on a website? If you're running Zope in combination with other web applications, ht://Dig may be the Right Thing (tm). See http://www.htdig.org for more info. HTH. -Morten
I think installing ht://Dig is "programmer-oriented" and is not much more simple... ZCatalog is your best bet and its not that complicated really, its about as simple as you are going to get. The docs should give you a fairly simple explanation of how to add one. -- Andy McKay, Developer. ActiveState. ----- Original Message ----- From: "Morten W. Petersen" <morten@esol.no> To: <stephan.goeldi@datacomm.ch> Cc: <zope@zope.org> Sent: Monday, November 13, 2000 4:18 AM Subject: Re: [Zope] Website search
[Stephan Goeldi]
| So what's the simplest way to do a search on a website?
If you're running Zope in combination with other web applications, ht://Dig may be the Right Thing (tm).
See http://www.htdig.org for more info.
HTH.
-Morten
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
On Mon, 13 Nov 2000, Andy McKay wrote: andym> I think installing ht://Dig is "programmer-oriented" and is not much more andym> simple... ZCatalog is your best bet and its not that complicated really, its andym> about as simple as you are going to get. The docs should give you a fairly andym> simple explanation of how to add one. Is there an easy way to integrate search to non-zope sites inside ZCatalog? Best regards, Tiago
Depends what you mean by easy. You can catalog objects outside of Zope inside Zope by creating a non-persistent object. If you want to make a search engine like google... then you'd need to write a spider to create these objects.. no, not easy. -- Andy McKay, Developer. ActiveState. ----- Original Message ----- From: "Tiago Antão" <tra@fct.unl.pt> To: "Andy McKay" <andym@activestate.com> Cc: <zope@zope.org> Sent: Tuesday, November 14, 2000 3:56 AM Subject: Re: [Zope] Website search
On Mon, 13 Nov 2000, Andy McKay wrote:
andym> I think installing ht://Dig is "programmer-oriented" and is not
much more
andym> simple... ZCatalog is your best bet and its not that complicated really, its andym> about as simple as you are going to get. The docs should give you a fairly andym> simple explanation of how to add one.
Is there an easy way to integrate search to non-zope sites inside ZCatalog?
Best regards, Tiago
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (4)
-
Andy McKay -
morten@esol.no -
Stephan Goeldi -
Tiago Antão