From 1342d4288f8b94f66db223f8addb17342b6d2bb0 Mon Sep 17 00:00:00 2001 From: dbs Date: Thu, 25 Nov 2010 16:12:10 +0000 Subject: [PATCH] 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 --- tools/ebooks/prep_ebook_records.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 = { \ -- 2.11.0