From df30e17d651aa47917b2b4663b115e220f01e54e Mon Sep 17 00:00:00 2001 From: gfawcett Date: Wed, 29 Dec 2010 15:42:49 +0000 Subject: [PATCH] uwindsor integration: amended download declaration with Joan's new text. git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1143 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- conifer/TODO | 5 ++++- conifer/integration/uwindsor.py | 9 +++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/conifer/TODO b/conifer/TODO index 6cf9b75..46ece5c 100644 --- a/conifer/TODO +++ b/conifer/TODO @@ -1,6 +1,6 @@ NEW: -* add Joan's new text +* can we clean up the add/edit item code in items.py? * write up some documentation @@ -12,6 +12,7 @@ NEW: * make sure volume, issue, source title, etc. are exposed over unAPI. + CRITICAL: IMPORTANT: @@ -79,3 +80,5 @@ RECENTLY DONE: * edit URL item fails with error. KeyError: author2 +* add Joan's new text + diff --git a/conifer/integration/uwindsor.py b/conifer/integration/uwindsor.py index ae511a9..9aa3ba0 100644 --- a/conifer/integration/uwindsor.py +++ b/conifer/integration/uwindsor.py @@ -305,9 +305,10 @@ def download_declaration(): downloading electronic documents. If not customized, a generic message will be used. """ + # as per Joan Dalton, 2010-12-21. return ("I warrant that I am a student of the University of Windsor " - "registered in the aforementioned course. By pressing the " + "enrolled in a course of instruction. By pressing the " "'Request' button below, I am requesting a digital copy of a " - "reading (chapter, article) for my own private study and " - "research use. I agree that I will not reproduce, redistribute " - "or transmit a copy of the reading in any format.") + "reserve reading research, private study, review or criticism " + "and that I will not use the copy for any other purpose, nor " + "will I transmit the copy to any third party.") -- 2.11.0