Skip to content

Commit

Permalink
added some requested libs
Browse files Browse the repository at this point in the history
  • Loading branch information
benandrews committed Nov 23, 2009
1 parent 9491bc8 commit c70df66
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions chrome/content/data/libraries.js
Expand Up @@ -14,6 +14,22 @@

var libraries = [
{
name: 'us.wa.olympic_college',
title: 'AAA WA - Olympic College',
link: 'http://olympic.library.ctc.edu/vwebv/search?searchArg1=#{ISBN}&argType1=any&searchCode1=ISBN&searchType=2',
have: '067976402X',
dont: '0967865204',
missing: 'Search resulted in no hits'
},
{
name: 'us.mn.dakota_county_library',
title: 'MN - Dakota County Library',
link: 'http://ipac.dakota.lib.mn.us/ipac20/ipac.jsp?&profile=ctw&index=ISBNEX&term=#{ISBN}',
have: '0394839129',
dont: '0967865204',
missing: 'Sorry, could not find anything matching'
},
{
name: 'us.or.multnomah_county_library',
title: 'OR - Multnomah County Library',
link: 'http://catalog.multcolib.org/search/i?SEARCH=#{ISBN}',
Expand Down

0 comments on commit c70df66

Please sign in to comment.