Voyager Webvoyage
From WikiThing
Contents |
[edit] Voyager
[edit] Data Export
An ISBN export file can be generated in Microsoft Access by creating a custom query in reports.mdb:
SELECT BIB_TEXT.ISBN, BIB_TEXT.TITLE_BRIEF, BIB_TEXT.AUTHOR FROM BIB_TEXT WHERE (((BIB_TEXT.ISBN) Is Not Null));
You then need to export as a text file. Remember to choose tab-delimited.
[edit] WebVoyage Widget Placement
The file you need to edit is display2.cfg located in /m1/voyager/xxxdb/etc/webvoyage/local (or whichever displayN.cfg you want to have it show in). Also put the script in the displayX.cfg <script src="http://www.librarything.com/forlibraries/widget.js?id=nnn-nnnnnnn[your number]" type="text/javascript"></script> You can add a label in the usual Voyager way: Browse by tag: (and the HTML:001 div tag you get from the LibraryThing page)
[edit] ISBN URL
http://<your catalog server>/cgi-bin/Pwebrecon.cgi?SAB1=MAGICNUMBER&BOOL1=all%20of%20these&FLD1=ISBN%20(ISBN)&DB=local&CNT=25
