Skip to content

vossviola/malibu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

malibu - Mannheim library utilities

Build Status GitHub release license Docker Stars

Summary/Zusammenfassung

malibu de ist eine Sammlung von leichtgewichtigen, webbasierten Tools im Umfeld von bibliographischen Daten zur Unterstützung von Arbeitsabläufen, wie sie häufig in Bibliotheken bei den Fachreferaten und der Erwerbung auftreten. Hauptbestandteil ist ein Mashup zur ISBN-Suche und ein Recherchewerkzeug für die BNB weekly sowie weitere kleine Tools.

malibu en is a collection of lightweight web-based tools to work with bibliographic metadata from various sources on the web, aimed at supporting the workflows of subject librarians and acquisitions librarians.

The main components are

  • a mashup of various library and bookseller data on books by ISBN (Demo) and
  • a search tool for the British National Bibliography weekly updates (Demo).

Docker

The docker image is available from Dockerhub as ubma/malibu:

Docker image

You can run it from the command line (provided that you have already docker installed):

docker run --rm -p 12345:80 'ubma/malibu'

Then you find malibu by opening http://localhost:12345/malibu/isbn/suche.html with your browser (maybe replace localhost by the docker ip).

More informations about how to install malibu on Debian systems and setting up a development version can be found in the INSTALL.md.

Copyright and License

Copyright (c) 2013 – 2016 Universitätsbibliothek Mannheim

Author: Philipp Zumstein (UB Mannheim)

malibu is Free Software. You may use it under the terms of the GNU General Public License (GPL). See LICENSE for details.

References

See https://github.com/UB-Mannheim/malibu/wiki/Bibliografie

Acknowledgements

The tools are depending on some third party libraries and fonts:

Moreover, it is useful to use it in combination with the script

Packages

No packages published

Languages

  • PHP 68.1%
  • HTML 14.8%
  • JavaScript 9.0%
  • Shell 4.0%
  • XSLT 3.6%
  • Makefile 0.4%
  • ApacheConf 0.1%