Z39.50 + Evergreen demo: are items available, holdable?
authorgfawcett <gfawcett@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Mon, 23 Mar 2009 01:06:07 +0000 (01:06 +0000)
committergfawcett <gfawcett@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Mon, 23 Mar 2009 01:06:07 +0000 (01:06 +0000)
commit1015de4ba0b82d923ef069c426128f0243a14001
treefd501622c3f9306a09d68685c10ee73b8b8bb5cf
parentd7e672a363735980539f74d05988d8e929db44bf
Z39.50 + Evergreen demo: are items available, holdable?

see /syrup/graham_z3950test/ . I am using Evergreen in this example,
but it could be replaced by SIP or another backend that can take a bib
ID and return availability information.

(If SIP needs a barcode, not bib ID (which I suspect it might), then
we may need another lookup function in the interface. Will investigate.

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@210 6d9bc8c9-1ec2-4278-b937-99fde70a366f
conifer/libsystems/__init__.py [new file with mode: 0644]
conifer/libsystems/evergreen/__init__.py [new file with mode: 0644]
conifer/libsystems/evergreen/item_status.py [new file with mode: 0644]
conifer/libsystems/evergreen/support.py [new file with mode: 0644]
conifer/libsystems/z3950/__init__.py [new file with mode: 0644]
conifer/libsystems/z3950/marctools.py [new file with mode: 0644]
conifer/libsystems/z3950/yaz_search.py [new file with mode: 0644]
conifer/syrup/urls.py
conifer/syrup/views.py
conifer/templates/graham_z3950_test.xhtml [new file with mode: 0644]