Commit Graph

7 Commits

Author SHA1 Message Date
Lassi Kortela 6cbafa23e6 Add "historical" to Welcome page 2024-03-29 18:42:18 +02:00
Lassi Kortela 5e9895556f Update description on Welcome page 2024-03-29 18:04:35 +02:00
Arthur A. Gleckler c311693de5 Fixed lots of redirects.
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.
2023-01-25 10:14:02 -08:00
Lassi Kortela 90541a11cd Fixup favicon URLs 2023-01-24 21:25:55 +02:00
Lassi Kortela 90f605c428 Fixup PLT logo URLs
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.
2023-01-24 21:17:30 +02:00
Lassi Kortela 3dcf7608eb Fixup Schemers logo URLs 2023-01-24 21:08:33 +02:00
Lassi Kortela e0fb950637 Rename Welcome page
- Use subdirectory with .html suffix, for consistency with the rest of
  the pages.

- Use relative links from other pages to the Welcome page.
2023-01-24 20:03:54 +02:00