Skip to content

stweil/malibu

 
 

Repository files navigation

malibu - Mannheim library utilities

Check code 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 wie etwa ein Tool für den Bestandsabgleich bei der Eingabe einer Liste von ISBNs.

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

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 – 2019 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

About

Mannheim library utilities

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 58.7%
  • HTML 24.9%
  • JavaScript 7.1%
  • CSS 2.8%
  • XSLT 2.6%
  • Python 2.2%
  • Other 1.7%