Are there any tools out there for adding search to a site which only consists of static files? I'm using nanoc (
http://nanoc.stoneship.org/) to generate prose-like documentation (as opposed to more structured API documentation) for some projects which exist behind a firewall, so Google can't be used. Solr is possible, but I'd prefer not to use it. I'd like for the documentation to be completely self-contained.
One possibility would be create a static search index when the rest of the site is generated, and to use javascript to search against that index. It looks like this project would allow that:
http://jssindex.sourceforge.net/ . However, it's pretty old and that makes me hesitant to try it out.
If anyone has any leads, I'd appreciate it :)
Daniel