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
135e00317c
Copy sw*.html
...
These are the Scheme Workshop bibliography pages.
for y in 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011; do
cp -v "$(find websites -type f -name "sw$y.html" | sort | tail -n 1)" www/;
done
websites/library.readscheme.org/20130517144344/sw2000.html -> www/sw2000.html
websites/library.readscheme.org/20130517140626/sw2001.html -> www/sw2001.html
websites/library.readscheme.org/20130215055641/sw2002.html -> www/sw2002.html
websites/library.readscheme.org/20130517115943/sw2003.html -> www/sw2003.html
websites/library.readscheme.org/20130517132708/sw2004.html -> www/sw2004.html
websites/library.readscheme.org/20130517152858/sw2005.html -> www/sw2005.html
websites/library.readscheme.org/20130517123746/sw2006.html -> www/sw2006.html
websites/library.readscheme.org/20130517110632/sw2007.html -> www/sw2007.html
websites/library.readscheme.org/20130517124255/sw2008.html -> www/sw2008.html
websites/library.readscheme.org/20130517105416/sw2009.html -> www/sw2009.html
websites/library.readscheme.org/20130517125818/sw2010.html -> www/sw2010.html
websites/library.readscheme.org/20130517104026/sw2011.html -> www/sw2011.html
2024-06-14 22:34:22 +03:00