Difference between revisions of "Library"

From FreekiWiki
Jump to navigation Jump to search
(some revisions and additions)
Line 9: Line 9:
  
 
== Library Software ==
 
== Library Software ==
One of the problems with establishing a lending library has been keeping track of the inventory. Several programs have been looked at and we are coming to a decision as to what software to use.  The features we have looked at are: Linux compatibility, open source, ease of use, web interface and ability to look up information from other databasesThe following is an annotated list of software we have considered.
+
After looking at a number of options, we have decided to install [http://obiblio.sourceforge.net/ OpenBiblio].
 +
OpenBiblio is an easy to use, automated library system written in PHP containing OPAC, circulation, cataloging, and staff administration functionalityThere are a number of sites using this software.  Links are [http://obiblio.sourceforge.net/index.php/Main/Gallery here]. We will also be installing an extension to search outside libraries by ISBN number.
  
An interesting resource site on this subject is [http://oss4lib.org/ oss4lib].
+
We will be setting up a server in the [[DMZ]] for the database, so it will be available both internally and externally. We are also setting up a diskless terminal in the library area with a barcode reader so that the books can be cataloged.
  
 
+
;Tasks ahead
;[http://obiblio.sourceforge.net/ OpenBiblio]
+
:<s>Decide on software</s>
: OpenBiblio is an easy to use, automated library system written in PHP containing OPAC, circulation, cataloging, and staff administration functionality.
+
:Set up the server
::There are a number of sites using this software.  Links are [http://obiblio.sourceforge.net/index.php/Main/Gallery here].
+
::Install openbiblio
[[Category:Library]]
+
::Add lookup extension for Library of Congress ISBN search.  must install php-yaz and libyaz3 (available from http://ftp.indexdata.dk/debian/pool/etch/)
::Added lookup for Library of Congress ISBN search.  working.  had to install php-yaz and libyaz3 from http://ftp.indexdata.dk/debian/pool/etch/
+
:Set up the diskless client
 
+
:Arrange and catalog the books
 
+
:Decide on mission
; [http://www.koha.org/ Koha]
+
:Decide on criteria for checkout and retention of books
:''(if this page doesn't work, try [http://sourceforge.net/projects/koha 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. - [[User:MichaelWestwind|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 [http://www.koha.org/showcase/ here].
 
::This looks rather overblown for our purposes.
 
 
 
; [http://www.emilda.org/ 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 - [[User:MichaelWestwind|MW]] 12:19, 1 June 2007 (PDT)
 
 
 
===Out of running===
 
; [http://sourceforge.net/projects/opendb/ Open Media Lending Database]
 
: aka OpenDB.  Shows signs of reasonably recent development.  Web interface written in PHP. package [http://packages.debian.org/opendb opendb] 0.81p18-2 in debian etch.
 
::Installed on test box.  Only item types in system are currently dvd/cd etc types, no books - [[User:MichaelWestwind|MW]] 12:09, 2 June 2007 (PDT)
 
 
 
; [http://alexandria.rubyforge.org/ 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 [http://packages.debian.org/alexandria alexandria] 0.6.1-1 in debian etch.
 
::Example looks very spiffy, can export as web page, but primarily single user - [[User:MichaelWestwind|MW]] 12:14, 2 June 2007 (PDT)
 
 
 
; [http://www.periapsis.org/tellico/ Tellico]
 
: Like Alexandria in scope, but with a KDE interface written in C++.  Under current development. package [http://packages.debian.org/tellico 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
 

Revision as of 12:15, 9 June 2007

The library is a collection of mostly computer books that we have assembled over the years through our day to day donations. It is currently housed in 4 shelves outside the Monkeyhouse, but is scheduled to be moved soon. There is a list of Books We Want to look out for (or request). Currently we are saving books on computer languages and other general subjects, but not specific manuals for operating systems or hardware. Discussion of the library largely takes place on the bookworms email list. It is under the supervision of the Knowledge Bees (Education committee). At this point, there is no process or policy for checking out books, but they are available for staff and volunteers to read here.

Library Mission

The library has operated (if you can call it that) without a mission, but 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

After looking at a number of options, we have decided to install 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. We will also be installing an extension to search outside libraries by ISBN number.

We will be setting up a server in the DMZ for the database, so it will be available both internally and externally. We are also setting up a diskless terminal in the library area with a barcode reader so that the books can be cataloged.

Tasks ahead
Decide on software
Set up the server
Install openbiblio
Add lookup extension for Library of Congress ISBN search. must install php-yaz and libyaz3 (available from http://ftp.indexdata.dk/debian/pool/etch/)
Set up the diskless client
Arrange and catalog the books
Decide on mission
Decide on criteria for checkout and retention of books