summaryrefslogtreecommitdiff
path: root/fix-timestamps.py
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-06-16 13:40:39 -0400
committerB Stack <bgstack15@gmail.com>2020-06-16 13:40:39 -0400
commit0ca931489f98b65e1025a4c4f00ae9eb8484dc27 (patch)
tree231f9fa86e40a62ef59ca0cc1ba81d52086b3597 /fix-timestamps.py
parentinitial commit (diff)
downloadglip-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-xfix-timestamps.py2
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
bgstack15