Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code for adding a Gale Academic One FIle Package #2

Open
notcjwwhitec2 opened this issue Jan 17, 2014 · 1 comment
Open

Code for adding a Gale Academic One FIle Package #2

notcjwwhitec2 opened this issue Jan 17, 2014 · 1 comment

Comments

@notcjwwhitec2
Copy link

elsif package == "gale"
if page.include?("The document you requested could not be found")
access = "not found"
elsif
page.include?("error")
access = "error"
elsif page.include?("About this Publication")
access = "access ok"
else
access = "check"
end

@kspurgin
Copy link
Contributor

@notcjwwhitec2 : Thanks for this. Before I add it to the code, do you know if it generalizes to other Gale products? I.e., could it be used to check for full text access in other Gale databases or products besides Academic One File?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants