Hi, I wrote a small plugin to index and search-enable static maven
generated sites using javascript (you can see its self generated site as an
example at: [1]). It's a pretty simple "and" only search but nevertheless
quite effective and I couldn't find anything similar (I notice that even in
the main maven site the search box is powered by google). I am interested
in contributing the code to the maven project (it's already released under
the apache license and available on github [2]) and improving the
integration with the maven site plugin. The plugin leverages js-search [3]
by theladders.com written by Larry Ogrodnek, which I both put in cc.
Do you think this is of some interest? And, in case, how could we proceed?
Regards,
Raffaele
[1] http://raffaeleguidi.github.com/Maven-Site-Indexer-plugin/site/
[2] https://github.com/raffaeleguidi/Maven-Site-Indexer-plugin
[3] http://code.google.com/p/js-search/