Just wanted to let everyone know that the demos should be runnable/working. The demos are located here:<br><br><a href="http://blacklight.rubyforge.org/svn/demos/">http://blacklight.rubyforge.org/svn/demos/</a><br><br>FLARE - faceted browsing/searching using Rails and Solr<br>
For the Flare demo, execute (within the rails directory):<br><br>rake flare:demo<br><br>This should start-up Solr via Jetty, index an RSS feed from <a href="http://mystrands.com">mystrands.com</a> and start up Rails. Please wait for the indexing to complete before browsing to:<br>

<a href="http://localhost:3000/documents">http://localhost:3000/documents</a><br><br>BLACKLIGHT - Built on top of Flare, also provides code for working within library domain (MARC, Z3950 etc.)<br>For the Blacklight demo, execute (within the rails directory):<br>
<br>rake blacklight:demo<br><br>This should start-up Solr via Jetty, index a demo MARC file and start up Rails. Please wait for the indexing to complete before browsing to:<br><a href="http://localhost:3000/documents">http://localhost:3000/documents</a><br>
<br>Please let me know if you have any problems with dependencies/bugs, or suggestions!<br><br>These are just demos, and everything is still in alpha stage... API/interfaces WILL be changing.<br><br>Matt<br>