Difference between revisions of "Library"

From FreekiWiki
Jump to navigation Jump to search
(a couple of quick drafts for dissection and revision)
Line 1: Line 1:
 
The library is a collection that we have assembled over the years through our day to day donations. Outside the [[Monkey House]] contains the books of our library. There is a list of [[Books We Want]] to look out for (or request).
 
The library is a collection that we have assembled over the years through our day to day donations. Outside the [[Monkey House]] contains the books of our library. There is a list of [[Books We Want]] to look out for (or request).
 +
 +
== Library Mission ==
 +
''it has been proposed that a library mission would help in determining what books to hold on to. Here's one idea.''
 +
: The Free Geek library exists to support the reuse and education aspects of the Free Geek's mission.
 +
''alternately, ''
 +
: The Free Geek library exists to make information available to community members and to make our space more inviting.
 +
''thoughts? --[[User:Ideath|Ideath]]''
  
 
== Library Software ==
 
== Library Software ==

Revision as of 15:41, 6 June 2007

The library is a collection that we have assembled over the years through our day to day donations. Outside the Monkey House contains the books of our library. There is a list of Books We Want to look out for (or request).

Library Mission

it has been proposed that a library mission would help in determining what books to hold on to. Here's one idea.

The Free Geek library exists to support the reuse and education aspects of the Free Geek's mission.

alternately,

The Free Geek library exists to make information available to community members and to make our space more inviting.

thoughts? --Ideath

Library Software

One of the problems with establishing a lending library has been keeping track of the inventory. Recently In 2005, Kevin Turner asked freshmeat about relevant applications and put the top contenders here, but there have been additions. An interesting resource site is oss4lib.


OpenBiblio
OpenBiblio is an easy to use, automated library system written in PHP containing OPAC, circulation, cataloging, and staff administration functionality.
There are a number of sites using this software. Links are here.
Added lookup for Library of Congress ISBN search. working. had to install php-yaz and libyaz3 from http://ftp.indexdata.dk/debian/pool/etch/


Koha
(if this page doesn't work, try Koha's Sourceforge page)
Used by real public libraries in the actual New Zealand in the present day. Web and curses interfaces written in Perl.
(Doesn't appear to have a debian package, but is used on Debian by the developers. - MW 13:58, 1 June 2007 (PDT))
Note from Blaine, apparently not easy to install, was the system we tried to use before.
There are a number of public links here.
This looks rather overblown for our purposes.
Emilda
This is the another one the library is thinking about. It isn't in Debian right now, but there's a Debian apt repository you can add to /etc/apt/sources.list, then you can apt-get it.
Unfortunately only available for Sarge - MW 12:19, 1 June 2007 (PDT)

Out of running

Open Media Lending Database
aka OpenDB. Shows signs of reasonably recent development. Web interface written in PHP. package opendb 0.81p18-2 in debian etch.
Installed on test box. Only item types in system are currently dvd/cd etc types, no books - MW 12:09, 2 June 2007 (PDT)
Alexandria
Seems targeted at much smaller installations than Koha, more like a personal collection manager that happens to also have a field for who the book is lent to. Under current development. Gnome interface written in Ruby. package alexandria 0.6.1-1 in debian etch.
Example looks very spiffy, can export as web page, but primarily single user - MW 12:14, 2 June 2007 (PDT)
Tellico
Like Alexandria in scope, but with a KDE interface written in C++. Under current development. package tellico 1.2.5-1 in debian etch.
Pro - easy to install, easy to use, imports data from online sources, easy checkout checkin
Con - apparently single-user app. stores file in userspace, needs to save on program close