Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Supported library types

raphaelm edited this page Mar 28, 2013 · 23 revisions

Bibliotheca

Implementation for Bibliotheca Web Opacs, originally developed by BOND, now owned by OCLC. Known to work well with Web Opac versions from 2.6, maybe older, to 2.8

Technical difficulties

  • Everything is session-based, direct hyperlinks are possible to hardly anything
  • We only get to now the book's unique IDs from a HTML comment on the search result pages
  • In every city, the amount and order of table columns of 3 tables is different

Additional data needed in JSON file

Example file:

{
 "api": "bond26", 
 "city": "Mannheim", 
 "data": {
  "accounttable": [
   0, 1, 2, 3, 4, 5, 6, 7
  ], 
  "baseurl": "http://katalog.mannheim.de/wopac", 
  "copiestable": [
   0, 1, 2, 3, 4, 5, 6
  ], 
  "information": "/../read/info.html", 
  "reservationtable": [
   0, 1, 2, 3, 5
  ]
 }, 
 "support": "Volle Unterstützung", 
 "title": null
}

The three extra arrays in data are due to the fact that in each city the order of columns in tables like the table of existing copies of a book is different. The three arrays specify those orders. The mapping is as follows:

  • copiestable (Table of existing copies of a search result): Barcode, branch, department, location, status, return date, current reservations
  • accounttable (Table of borrowed books): Barcode, author, title, return date, status, point of presence (book's home), point of presence (where you lent it out), link to extend period
  • reservationtable (Table of reserved books): Author, title, date of availability, point of presence, link to cancel
  • mediatypes (optional): A mapping of image file names to de.geeksfactory.opacclient.objects.SearchResult.MediaType constants
  • db (optional): Database name (used for Web-Opac installations which have multiple databases)

A copiestable array like [0, 2, -1, …] would mean: "Column 0 contains the barcode, Column 2 contains the point of presence, there is no column containing the department, …"

SISIS SunRise

This software, which for example is in use in Bonn doesn't say anything about it's manufacturer but a "Copyright © 2011. OCLC" at the end of the page.

Technical difficulties

  • Everything is session-based, direct hyperlinks are possible to hardly anything
  • We only get to now the book's unique IDs in some installations which have a extension called BibTip and reveals the IDs in some div to be used by BibTip's javascript. The ID is also hidden in some reservation links.

Zones 2.2

This software is in use in Hamburg.

Account support is not yet implemented because I got no insight into it. Please get in touch with me if you can help.

Clone this wiki locally