{"id":22700040,"url":"https://github.com/ub-mannheim/malibu","last_synced_at":"2025-07-08T11:38:56.112Z","repository":{"id":22024968,"uuid":"25351151","full_name":"UB-Mannheim/malibu","owner":"UB-Mannheim","description":"Mannheim library utilities","archived":false,"fork":false,"pushed_at":"2025-02-23T12:13:08.000Z","size":461,"stargazers_count":26,"open_issues_count":18,"forks_count":14,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-04-13T05:51:59.742Z","etag":null,"topics":["bnbweekly","book-information","code4lib","isbn","mashup"],"latest_commit_sha":null,"homepage":"https://data.bib.uni-mannheim.de/malibu/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/UB-Mannheim.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-10-17T09:51:02.000Z","updated_at":"2024-10-10T16:38:27.000Z","dependencies_parsed_at":"2023-12-22T10:47:00.590Z","dependency_job_id":"f5d5a272-ff83-4f5c-b12c-51da08c30db4","html_url":"https://github.com/UB-Mannheim/malibu","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UB-Mannheim%2Fmalibu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UB-Mannheim%2Fmalibu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UB-Mannheim%2Fmalibu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UB-Mannheim%2Fmalibu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UB-Mannheim","download_url":"https://codeload.github.com/UB-Mannheim/malibu/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248670505,"owners_count":21142901,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bnbweekly","book-information","code4lib","isbn","mashup"],"created_at":"2024-12-10T06:09:37.626Z","updated_at":"2025-04-13T05:52:09.967Z","avatar_url":"https://github.com/UB-Mannheim.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# malibu - Mannheim library utilities\n\n[![Check code](https://github.com/UB-Mannheim/malibu/actions/workflows/ci.yml/badge.svg)](https://github.com/UB-Mannheim/malibu/actions/workflows/ci.yml)\n[![GitHub release](https://img.shields.io/github/release/UB-Mannheim/malibu.svg?maxAge=3600)](https://github.com/UB-Mannheim/malibu/releases)\n[![license](https://img.shields.io/github/license/UB-Mannheim/malibu.svg?maxAge=2592000)](https://github.com/UB-Mannheim/malibu/blob/master/LICENSE)\n[![Docker Stars](https://img.shields.io/docker/pulls/ubma/malibu.svg?maxAge=86400)](https://hub.docker.com/r/ubma/malibu/)\n\n## Summary/Zusammenfassung\n\n**malibu** ![de](https://raw.githubusercontent.com/UB-Mannheim/malibu/master/img/flag_de.jpeg) ist eine Sammlung von leichtgewichtigen, webbasierten Tools im Umfeld\nvon bibliographischen Daten zur Unterstützung von Arbeitsabläufen, wie sie\nhäufig in Bibliotheken bei den Fachreferaten und der Erwerbung auftreten.\nHauptbestandteil ist ein Mashup zur ISBN-Suche und ein Recherchewerkzeug für die\nBNB weekly sowie weitere kleine Tools wie etwa ein Tool für den Bestandsabgleich bei der Eingabe einer Liste von ISBNs.\n\n**malibu** ![en](https://raw.githubusercontent.com/UB-Mannheim/malibu/master/img/flag_en.jpeg) 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.\n\nThe main components are\n\n* a mashup of various library and bookseller data on books by ISBN\n  ([Demo](https://data.bib.uni-mannheim.de/malibu/isbn/suche.html)),\n* a search tool for the British National Bibliography weekly updates\n  ([Demo](https://data.bib.uni-mannheim.de/malibu/bnb/recherche.php)) and\n* a possibility to check for a list of ISBNs the holdings in the library\n   - [Demo for the Mannheim University Library](https://data.bib.uni-mannheim.de/malibu/tools/bestandsabgleich.html)\n   - [General Demo](https://data.bib.uni-mannheim.de/malibu/tools/bestandsabgleichA.html)\n\n\n## Docker\n\nThe docker image is available from Dockerhub as [ubma/malibu](https://hub.docker.com/r/ubma/malibu/):\n\n[![Docker image](https://dockeri.co/image/ubma/malibu)](https://hub.docker.com/r/ubma/malibu/)\n\nYou can run it from the command line (provided that you have already [docker installed](https://docs.docker.com/engine/installation/)):\n\n```shell\ndocker run --rm -p 12345:80 'ubma/malibu'\n```\nThen you find malibu by opening [http://localhost:12345/malibu/isbn/suche.html](http://localhost:12345/malibu/isbn/suche.html) with your browser (maybe replace localhost by the docker ip).\n\nMore informations about how to install malibu on Debian systems and setting up a development version can be found in the [INSTALL.md](INSTALL.md).\n\n\n## Copyright and License\n\nCopyright (c) 2013 – 2019 Universitätsbibliothek Mannheim\n\nAuthor: [Philipp Zumstein](https://github.com/zuphilip) (UB Mannheim)\n\n**malibu** is Free Software. You may use it under the terms of the GNU General\nPublic License (GPL). See [LICENSE](./LICENSE) for details.\n\n## References\n\nSee https://github.com/UB-Mannheim/malibu/wiki/Bibliografie\n\n## Acknowledgements\n\nThe tools are depending on some third party libraries and fonts:\n\n* [yaz](https://www.indexdata.com/resources/software/phpyaz/) ([Revised BSD](https://www.indexdata.com/resources/licenses/))\n* [jQuery](https://github.com/jquery/jquery/) (MIT license)\n* [clipboard.js](https://github.com/zenorocha/clipboard.js/) (MIT license)\n* clippy.svg from https://github.com/github/octicons (SIL Font)\n\nMoreover, it is useful to use it in combination with the script\n* [Autolink TIB/UB](http://www.tempelb.de/autolink-tibub/)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fub-mannheim%2Fmalibu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fub-mannheim%2Fmalibu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fub-mannheim%2Fmalibu/lists"}