[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: "Yuri Takhteyev" <yuri@...>
- Date: Mon, 25 Aug 2008 01:43:52 -0700
Thanks for the comments!
> I noticed that search feature on the Sputnik main site
> http://sputnik.freewisdom.org/
> does not seem to work. I tried to search for Lua then lua and got no
> hits at all.
This was a bug in the search plugin. It's fixed now. But this
reminded me that I never "released" the search plugin as a rock. Here
it is:
To enable Google Ajax search on Sputnik, do this:
1. Install the plugin:
./bin/luarocks
--only-from=http://sputnik.freewisdom.org/rocks/earth/ install
sputnik-search-google
2. Get an API key for Google AjaxSearch from
http://code.google.com/apis/ajaxsearch/signup.html
3. Set the parameter SEARCH_API_KEY to this key.
Note that Sputnik generates a sitemap file (.../sitemap.xml), which
you can give to Google, potentially improving coverage.
As we were just discussing on the Sputnik list, I realize that Google
search has many downsides (not always up to date, doesn't work on your
intranet, etc) and I am definitely up for adding local search. 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...
- yuri
--
http://sputnik.freewisdom.org/