Following a suggestion from
href=”http://bigballofwax.co.nz/cgi-bin/blosxom?redirectURL=http://catalogablog.blogspot.com/” onMouseOver=”window.status=’to catalogablog.blogspot.com/’; return true;” onMouseOut=”window.status=”; return true;”>David Bigwood on the Koha
mailing list. I whacked up a little proof of concept of how spawning a
search of the Open Worldcat (essentially searching lots of other libraries)
could work. If you search on something and get no results, Koha will give
you the option to either search again, or you can try searching Open
Worldcat through google. You can see it in action
href=”http://bigballofwax.co.nz/cgi-bin/blosxom?redirectURL=http://library.katipo.co.nz/cgi-bin/koha/opac-searchresults.pl?type=opac&keyword=jules+vern” onMouseOver=”window.status=’to library.katipo.co.nz/cgi-bin/koha/opac-searchresults.pl?type=opac&keyword=jules+vern’; return true;” onMouseOut=”window.status=”; return true;”>
here .
Im going to take a crack at project Gutenberg next.
Koha
UPDATE 2004/11/14: Project Gutenberg
Ok, heres what im thinking to do. Project Gutenberg make their catalog
available in XML, and they even have a simple example in perl of how to
parse it. It should be very easy to grab the catalog, parse it, and load it
into koha as items of itemtype WEB. Comments? Suggestions?