From 8880d71156279ece420db969f2ecd43e3773eccd Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Wed, 20 Apr 2016 18:15:04 +0200 Subject: [PATCH] =?UTF-8?q?added:=20Marburg,=20Uhlandstra=C3=9Fe=20T=C3=BC?= =?UTF-8?q?bingen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../opacapp/src/main/assets/bibs/Marburg.json | 59 +++++++++++++++++++ .../main/assets/bibs/Tuebingen_Uhland.json | 44 ++++++++++++++ 2 files changed, 103 insertions(+) create mode 100644 opacclient/opacapp/src/main/assets/bibs/Marburg.json create mode 100644 opacclient/opacapp/src/main/assets/bibs/Tuebingen_Uhland.json diff --git a/opacclient/opacapp/src/main/assets/bibs/Marburg.json b/opacclient/opacapp/src/main/assets/bibs/Marburg.json new file mode 100644 index 000000000..d2850aac8 --- /dev/null +++ b/opacclient/opacapp/src/main/assets/bibs/Marburg.json @@ -0,0 +1,59 @@ +{ + "account_supported": true, + "api": "biber1992", + "city": "Marburg", + "country": "Deutschland", + "data": { + "accounttable": { + "author": 7, + "barcode": 4, + "homebranch": -1, + "lendingbranch": -1, + "prolongurl": 4, + "returndate": 3, + "status": 5, + "title": 7 + }, + "baseurl": "http://katalog.stadtbuecherei-marburg.de", + "copiestable": { + "barcode": 3, + "branch": 1, + "department": -1, + "location": 2, + "reservations": -1, + "returndate": -1, + "status": 4 + }, + "mediatypes": { + "1": "BOOK", + "2": "BOOK", + "3": "BOOK", + "4": "BOOK", + "5": "MAP", + "7": "AUDIOBOOK", + "8": "CD_MUSIC", + "9": "CD", + "10": "DVD", + "11": "MAGAZINE", + "6": "CD_SOFTWARE", + "22": "GAME_CONSOLE", + "30": "EBOOK", + "31": "MP3", + "32": "EVIDEO", + "33": "EDOC" + }, + "opacdir": "opax", + "searchtable": [ + 2, + 3, + 4 + ] + }, + "geo": [ + 50.8021728, + 8.7667933 + ], + "information": "https://www.marburg.de/portal/seiten/stadtbuecherei-marburg-medienvielfalt-erleben-900000003-23001.html", + "state": "Hessen", + "title": "Stadtb\u00fccherei" +} diff --git a/opacclient/opacapp/src/main/assets/bibs/Tuebingen_Uhland.json b/opacclient/opacapp/src/main/assets/bibs/Tuebingen_Uhland.json new file mode 100644 index 000000000..8fada9113 --- /dev/null +++ b/opacclient/opacapp/src/main/assets/bibs/Tuebingen_Uhland.json @@ -0,0 +1,44 @@ +{ + "account_supported": true, + "api": "bibliotheca", + "city": "T\u00fcbingen", + "country": "Deutschland", + "data": { + "accounttable": { + "author": 0, + "barcode": -1, + "homebranch": 2, + "lendingbranch": -1, + "prolongurl": 3, + "returndate": 2, + "status": -1, + "title": 1 + }, + "baseurl": "https://wwwopac.rz-kiru.de/mzutuebingen", + "copiestable": { + "barcode": 4, + "branch": 0, + "department": -1, + "location": 1, + "reservations": -1, + "returndate": 3, + "status": 2 + }, + "customssl": true, + "reservationtable": { + "author": 0, + "availability": -1, + "branch": -1, + "cancelurl": 2, + "expirationdate": null, + "title": 1 + } + }, + "geo": [ + 48.5216364, + 9.0576448 + ], + "information": "https://www.tuebingen.de/stadtbuecherei/1137.html#1204", + "state": "Baden-W\u00fcrttemberg", + "title": "Medienzentrum Uhlandstraße" +}