Drupal DiY Library Module - Cataloging Question
I am working with a small DiY library project here in Columbus, Ohio called the Sporeprint Infoshop, see http://sporeprint.info. We are currently using Drupal for our web-site and upon reviewing many of the ILS (integrated library systems) they seem like over-kill for our small library of a few hundred books.
What I'm trying to do is create a simple library module that will allow users to check-out books and track where they are. This shouldn't be too difficult to code.
What I'm running into a barrier of knowledge and I thought that I might see if someone else out there was aware of how to do this.
I want the cataloging to be as easy as possible. The ASIN module that works with amazon seems like a good potential starting point, as well as the Z.3950 module which looks up MARC data on the library of congress. My question is what would be the best way to import this information directly from a look-up to map it to CCK fields tied to the MARC module and faceted search. I'm guessing I would need to parse it or use XML or something along those lines. I guess I'm just looking for examples to develop from since I'm a novice programmer and I wanted to see if anyone else was interested in this type of project or could give some advice.

Check out the Millenium module
http://drupal.org/project/millennium crawls a Millenium OPAC and parses MARC records into taxonomies. You might be able to reuse some of its approach.
Some library school students are blogging the topic of Drupal-as-small-ILS at http://blog.anchorarchive.ath.cx/. Also, check out http://drupalib.interoperating.info/, maybe someone there can offer some assistance.
Possible DIY Library workflow
Do you know LibraryThing? Perhaps that could fit the bill! Take a look at: http://www.librarything.com/
Now... for what *I* would do for your case... =)
To set up your Catalog
The workflow might be:
Circulation
Now for the actual circulation:
I need more
I need more info/examples/step by step on how to get book information imported as nodes... This was very helpful. Are there more good discussions on this topic?
I want people to have some easy way (like input isbn, or marc, or the marketlet via amazon you mentioned. With the idea to reduce the time to enter the book info and also hopefully reduce typos or other information goofs.
Please post any links to more examples about how to import book info...
Like install module xyz
Select add book
Enter isbn
Fields get filled in
Click accept
Only I know it is not that simple... For example you referred to needing to getvthe marc info in order to use the marc module ...
Cathy Theys
YesTrainingAndEducation.com