Commit Graph

2 Commits

Author SHA1 Message Date
Lassi Kortela 7a9d545fde Copy index.html from 2012
There are many versions of index.html newer than the bibliography
pages. Take the latest copy of index.html from 2012.

find websites -type f -name index.html | sort | tail -n 10

cp websites/library.readscheme.org/20121103124324/index.html www/
2024-06-14 21:27:38 +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