"""Initialize the Institution object"""
self.algoma = { \
"code": "OSTMA", \
- "ebrary_code": "XXX", \
+ "ebrary_code": "algomauca", \
"proxy": "http://libproxy.auc.ca/login?url=", \
"link_text": "Available online" \
}
def do_help():
'''
- Print help for the Conifer ebook MARCXML processor
+ Print help for the Conifer ebook MARC processor
'''
print '''
-Conifer ebook MARCXML processor
+Conifer ebook MARC processor
This script takes a set of MARC records and processes them to generate a set
of MARC records ready for loading into the Conifer consortial library
-h / --help : Prints help message
Examples:
- %s --algoma --windsor -i crkn.xml -o /tmp/crkn_out.xml -p "eBrary Inc."
+ %s --algoma --windsor -i crkn.mrc -o /tmp/crkn_out.mrc -p "eBrary Inc."
''' % sys.argv[0]
sys.exit(0)