Commit Graph

4 Commits

Author SHA1 Message Date
Lassi Kortela fd96d760c6 Drop "Hosted by concurrency.cc"
This statement was displayed on the footer of each page. It is no
longer accurate.
2024-06-16 20:16:33 +03:00
Lassi Kortela 6895bc0e77 Disable link to top-level readscheme.org
This is a mirror of library.readscheme.org. The domain readscheme.org
included a bunch of other stuff only tangentially related to Scheme.
Since that stuff is off-topic at scheme.org and readscheme.org has
been taken over by a domain squatter, the least confusing thing to do
is probably to disable the link.
2024-06-16 19:23:48 +03:00
Lassi Kortela 2e207be9db Run format script 2024-06-16 16:58:08 +03:00
Lassi Kortela 50e73e95a4 Copy latest versions of bibliography pages
from the complete, timestamped Wayback Machine snapshot.

find websites -type f -name page1.html | sort | tail -n 1
find websites -type f -name page2.html | sort | tail -n 1
find websites -type f -name page3.html | sort | tail -n 1
find websites -type f -name page4.html | sort | tail -n 1
find websites -type f -name page5.html | sort | tail -n 1
find websites -type f -name page6.html | sort | tail -n 1
find websites -type f -name page7.html | sort | tail -n 1
find websites -type f -name page8.html | sort | tail -n 1
find websites -type f -name page9.html | sort | tail -n 1
find websites -type f -name page10.html | sort | tail -n 1
find websites -type f -name page11.html | sort | tail -n 1
find websites -type f -name pagexml.html | sort | tail -n 1
find websites -type f -name whats_new.html | sort | tail -n 1

cp websites/library.readscheme.org/20120812035354/page6.html www/
cp websites/library.readscheme.org/20120827190726/pagexml.html www/
cp websites/library.readscheme.org/20120829053307/page7.html www/
cp websites/library.readscheme.org/20120829063801/page8.html www/
cp websites/library.readscheme.org/20120829064413/page1.html www/
cp websites/library.readscheme.org/20120901141938/page4.html www/
cp websites/library.readscheme.org/20120902042428/page5.html www/
cp websites/library.readscheme.org/20121103124349/page10.html www/
cp websites/library.readscheme.org/20121103124354/page11.html www/
cp websites/library.readscheme.org/20121103124402/page3.html www/
cp websites/library.readscheme.org/20121103124410/whats_new.html www/
cp websites/library.readscheme.org/20121103124514/page2.html www/
cp websites/library.readscheme.org/20130102040805/page9.html www/
2024-06-14 21:26:37 +03:00