Hi, is anybody working on some search support for generated site? It would be really nice to be able to create static site with search field... Cheers, Antonin
* Antonin Kral <antonin.kral at gmail.com> [2009-01-19 08:45:43 -0800]:> is anybody working on some search support for generated site? It would > be really nice to be able to create static site with search field...I would also be interested in that. Best wishes, Matthias -- Deputy German Coordinator, Fellowship Coordinator Free Software Foundation Europe (FSFE) [] (http://fsfeurope.org) Join the Fellowship of FSFE! [][][] (http://fsfe.org/join) Your donation powers our work! || (http://fsfeurope.org/donate)
You can try http://code.google.com/apis/ajaxsearch/ On Jan 27, 12:41?am, Matthias Kirschner <m... at fsfe.org> wrote:> * Antonin Kral <antonin.k... at gmail.com> [2009-01-19 08:45:43 -0800]: > > > is anybody working on some search support for generated site? It would > > be really nice to be able to create static site with search field... > > I would also be interested in that. > > Best wishes, > Matthias > > -- > Deputy ?German Coordinator, Fellowship Coordinator > Free Software Foundation Europe (FSFE) [] ? ? ? ? (http://fsfeurope.org) > Join the Fellowship of FSFE! ? ? ? ? [][][] ? ? ? (http://fsfe.org/join) > Your donation powers our work! ? ? ? ? || ?(http://fsfeurope.org/donate) > _______________________________________________ > webgen-users mailing list > webgen-us... at rubyforge.orghttp://rubyforge.org/mailman/listinfo/webgen-users
Hi Bernie, Sorry, for the late reply. * Bernie <bernie.thompson at gmail.com> [2009-02-14 21:56:38 -0800]:> You can try http://code.google.com/apis/ajaxsearch/I do not want to depend on an external service provider for my website search engine. Other good experiences? E.g. has one tried to use yacy? Best wishes, Matthias -- Deputy German Coordinator, Fellowship Coordinator Free Software Foundation Europe (FSFE) [] (http://fsfeurope.org) Join the Fellowship of FSFE! [][][] (http://fsfe.org/join) Your donation powers our work! || (http://fsfeurope.org/donate)
> I do not want to depend on an external service provider for my website > search engine. > > Other good experiences? E.g. has one tried to use yacy?Haven''t tried yacy but you could combine the creation of an index file (stored on the server, accessed via AJAX) from all pages that should be searchable with a small Javascript frontend that uses the index. Something akin to http://railsapi.com/doc/rails-v2.3.2.1/ I haven''t found the time to implement this for webgen but it should definitely be doable. -- Thomas
Am Wed, 6 May 2009 19:24:57 +0200 schrieb Andreas Juch <andreas at juch.cc>:> Am Wed, 6 May 2009 13:06:48 +0200 > schrieb Thomas Leitner <t_leitner at gmx.at>: > > > > I do not want to depend on an external service provider for my > > > website search engine. > > > > > > Other good experiences? E.g. has one tried to use yacy? > > > > Haven''t tried yacy but you could combine the creation of an index > > file (stored on the server, accessed via AJAX) from all pages that > > should be searchable with a small Javascript frontend that uses the > > index. Something akin to http://railsapi.com/doc/rails-v2.3.2.1/ > > Hi! I also tried to build an AJAX search thing for my webgen pages, > but I didn''t find an search index creation tool that''s simple enough > for this usage. mnogosearch and stuff like that is far too complex > for this task. Do you know a simple tool for writing significant > words and their occourrences to text- or xml files?No, not really. You may want to try to use ferret [1] for the indexing part (I believe it can do indexing too) but I have to say that I have never actually used it before. [1]: http://ferret.davebalmain.com/trac/ -- Thomas