Found these broken links by running this command:
checklink --depth 1 https://conservatory.scheme.org/schemers/
Fixed redirects that seemed to point to the same page as the original
link, and ones for which I could find an up-to-date equivalent.
Didn't fix others, including broken links.
The old URLs fetched the image from plt-scheme.org. That website is no
longer up, and it's better to host all images locally anyway.
I was able to retrieve the right PLT Logo from web.archive.org via:
wayback_machine_downloader --all-timestamps plt-scheme.org/logo.gif
That command fetched three copies of logo.gif, all of which were
identical. The image is now committed to this repo as plt-logo.gif.
Please note that there's another, different plt-logo.gif in the misc
directory.
This was accomplished by two means:
- Arthur took a wget mirror of the original www.schemers.org back when
it was still online.
- The wget mirror was missing few pages. Lassi set up an SSI-enabled
copy of Apache to serve the source snapshot provided by Shriram.
The missing pages were downloaded in the form served by Apache.
NOTE: Nginx can serve SSI, but does not support LAST_MODIFIED. It
displays "(none)" where the timestamps should be.