[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Sputnik 8.08.13 now available (a wiki / CMS in Lua)
- From: "Robert Raschke" <rtrlists@...>
- Date: Mon, 25 Aug 2008 10:17:25 +0100
On Mon, Aug 25, 2008 at 9:43 AM, Yuri Takhteyev <yuri@sims.berkeley.edu> wrote:
> If
> there were a good search system with Lua bindings, integrating it into
> Sputnik would be the next item on my todo list. Unfortunately, there
> isn't any that I know of and I can't afford to start working on one
> myself at the moment...
Xapian (http://xapian.org/) comes with a bunch of different language
bindings. That would be a good place to start. And the Xapian Omega is
a pretty good introduction on how to make a web search (and could be
used behind the scenes without having a direct Lua binding).
Robby