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/
This commit is contained in:
Lassi Kortela 2024-06-14 21:26:37 +03:00
parent 35a6e80473
commit 50e73e95a4
13 changed files with 13 additions and 0 deletions

1
www/page1.html Normal file

File diff suppressed because one or more lines are too long

1
www/page10.html Normal file

File diff suppressed because one or more lines are too long

1
www/page11.html Normal file

File diff suppressed because one or more lines are too long

1
www/page2.html Normal file

File diff suppressed because one or more lines are too long

1
www/page3.html Normal file

File diff suppressed because one or more lines are too long

1
www/page4.html Normal file

File diff suppressed because one or more lines are too long

1
www/page5.html Normal file

File diff suppressed because one or more lines are too long

1
www/page6.html Normal file

File diff suppressed because one or more lines are too long

1
www/page7.html Normal file

File diff suppressed because one or more lines are too long

1
www/page8.html Normal file

File diff suppressed because one or more lines are too long

1
www/page9.html Normal file

File diff suppressed because one or more lines are too long

1
www/pagexml.html Normal file

File diff suppressed because one or more lines are too long

1
www/whats_new.html Normal file

File diff suppressed because one or more lines are too long