From: dbs Date: Thu, 25 Nov 2010 16:12:10 +0000 (+0000) Subject: Add Algoma's configuration information X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=1342d4288f8b94f66db223f8addb17342b6d2bb0;p=contrib%2FConifer.git Add Algoma's configuration information All that we need now is the ebrary channel name and we're good to go! git-svn-id: svn://svn.open-ils.org/ILS-Contrib/conifer/branches/rel_1_6_1@1088 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- diff --git a/tools/ebooks/prep_ebook_records.py b/tools/ebooks/prep_ebook_records.py index b98600564f..baf051f156 100644 --- a/tools/ebooks/prep_ebook_records.py +++ b/tools/ebooks/prep_ebook_records.py @@ -23,9 +23,9 @@ class Institution(): self.algoma = { \ "code": "OSTMA", \ "ebrary_code": "XXX", \ - "proxy": "XXX", \ - "public_note": "XXX", \ - "link_text": "XXX" \ + "proxy": "http://libproxy.auc.ca/login?url=", \ + "public_note": "Available online", \ + "link_text": "Available online" \ } self.laurentian = { \