Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.

Version 1.0.1 – First full release

Compare
Choose a tag to compare
@mhucka mhucka released this 04 Jun 02:55
· 41 commits to master since this release

Turf (TIND.io URL Fixer) is a small program that downloads records from https://caltech.tind.io, examines each one looking for URLs, deferences any found, and then finally prints a list of records together with old and new URLs. By default, if not given an explicit search string, Turf will do a search for all records that have one or more URLs in MARC field 856. Alternatively, it can be given a search query on the command line; in that case, the string should be a complete search URL as would be typed into a web browser address bar (or more practically, copied from the browser address bar after performing some exploratory searches in https://caltech.tind.io. Finally, as another alternative, it can read MARC XML input from a file when given the -f option.

This is the first fully working release. Tested primarily on macOS, with some testing on Windows 7 and 10.