You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ryan Wick edited this page Oct 19, 2018
·
3 revisions
A full EAD export through Archon isn't currently working, so I wrote a Ruby script to log in to Archon, visit the full Collections list, and then download each EAD file individually. There is a 3 second pause after downloading each EAD to reduce load on the server. Our roughly 1300 finding aids take over an hour to download.
One of the Ruby gems used, net-http-persistent, has an open bug on Windows that requires force patching the gem: https://github.com/drbrain/net-http-persistent/pull/90/files (need to find the local gem install location (see error message after running script, and change the affected lines)