Software
Open Source Integrated Library Systems
Submitted by Georg on Wed, 2008-12-10 10:55
Tagged:
Recently there was a discussion (in german) on Integrated Library Systems available as Open Source at the INetBib Mailing-List. In one of the posts Andre Hagenbruch pointed to the final 2008 issue (Vol. 44, 8) of the Library Technology Reports that deals with Open Source Integrated Library Systems.
During the discussion some FOSS (Free and Open Source Software) Library Systems and OPACs where mentioned. Some of them I already knew, some of them I did not know about:
- Koha Koha is the first open-source Integrated Library System (ILS). In use worldwide, its development is steered by a growing community of libraries collaborating to achieve their technology goals. Koha's impressive feature set continues to evolve and expand to meet the needs of its user base.
- Evergreen Evergreen is an enterprise-class library automation system that helps library patrons find library materials, and helps libraries manage, catalog, and circulate those materials, no matter how large or complex the libraries.
- OpenBiblio OpenBiblio is an easy to use, automated library system written in PHP containing OPAC, circulation, cataloging, and staff administration functionality.
- PMB PMB: a unique ILS. PMB complies with the rules of library science. It respects the UNIMARC standard, the recommendation 995 and enables the import of notices from BDP and from all databases.
- Blacklight Blacklight is an open source OPAC (online public access catalog). That means libraries (or anyone else) can use it to allow people to search and browse their collections online.
Running Drupal Cron
Submitted by Georg on Mon, 2008-12-08 23:04
After doing it's task for many weeks the cron job for updating drupal stopped working. I tried to run it manually without success. Instead the log told me that I was trying to run a cron job that was already running. Uhm? Okay, after some research I found this solution:
- Connect to your database
- Delete rows where name='cron_semaphore' or name='cron_last' from the 'variable' table
- Delete row where cid='variable' from the 'cache' table.
- Run cron manually and see if it works
OpenCollection renames to CollectiveAccess
Submitted by Georg on Thu, 2008-11-20 16:11
Tagged:
The fine Open Source Collection Management Software known as OpenCollection until now has renamed to CollectiveAccess. As they say the renaming was caused by a dispute with a former project partner:
However, a former institutional project partner believes that the name "OpenCollection" itself (and only the name - not the software) is not free. They believe that they have some ownership interest in the name which competes with the Project’s ownership interest. After some consideration we have concluded that, while we clearly own the name, we would prefer to put our energy into continuing development of useful software tools for the community rather than waste resources debating the status of a label.Collective Access is an Open Source Software based on PHP/mySQL and is developed by a company called whirl-i-gig. It's the only Collection Management System available open source that fits professional needs (as far as I now). It is very easy to install and to administer, but there is also professional (paid) support if you need one.