This repo containes metadata files generated by the hakai metadata form. It also performs a monthly link check to insure resources linked to from our metadata are still accessible.
- https://github.com/HakaiInstitute/hakai-metadata-entry-form
- https://github.com/HakaiInstitute/hakai-metadata-conversion \
To test links locally, clone this repo to you local machine
git clone https://github.com/HakaiInstitute/hakai-metadata-entry-form-files.git
cd hakai-metadata-entry-form-files
Run lychee
lychee --base . \
--verbose \
--no-progress \
--cache \
--max-retries 0 \
--timeout 1000 \
--method head \
--user-agent 'curl/7.7' \
--exclude-path unpublished \
--exclude-path iys \
--insecure \
--accept 100..=103,200..=299,304 \
--max-concurrency 1 \
'./**/*.xml'