diff options
author | B Stack <bgstack15@gmail.com> | 2020-06-16 13:40:39 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-06-16 13:40:39 -0400 |
commit | 0ca931489f98b65e1025a4c4f00ae9eb8484dc27 (patch) | |
tree | 231f9fa86e40a62ef59ca0cc1ba81d52086b3597 /fix-timestamps.py | |
parent | initial commit (diff) | |
download | glip-0ca931489f98b65e1025a4c4f00ae9eb8484dc27.tar.gz glip-0ca931489f98b65e1025a4c4f00ae9eb8484dc27.tar.bz2 glip-0ca931489f98b65e1025a4c4f00ae9eb8484dc27.zip |
add minor fixes and major image fixes
perform better unicode removal/conversion
fix image retrieval, including svg and minor graphics assets
remove even more html elements not necessary for archival display
Diffstat (limited to 'fix-timestamps.py')
-rwxr-xr-x | fix-timestamps.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fix-timestamps.py b/fix-timestamps.py index a564257..a5a4441 100755 --- a/fix-timestamps.py +++ b/fix-timestamps.py @@ -4,7 +4,7 @@ # History: # 2020-05-30 09:24 add loop through files listed in output/files-for-timestamps.txt # Usage: -# ls -1 /mnt/public/www/issues/output*.html > output/files-for-timestamps.txt +# ls -1 /mnt/public/www/gitlab-issues/*.html > output/files-for-timestamps.txt # ./fix-timestamps.py # References: # https://www.crummy.com/software/BeautifulSoup/bs4/doc/#pretty-printing |