diff options
author | B Stack <bgstack15@gmail.com> | 2020-06-17 11:12:50 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-06-17 11:12:50 -0400 |
commit | aca4666d7191e582903ca0ad47a46a59b0fa0a89 (patch) | |
tree | 6abf882870b0d261206ce2df2f65a5eca3ae990b /flow.md | |
parent | add minor fixes and major image fixes (diff) | |
download | glip-master.tar.gz glip-master.tar.bz2 glip-master.zip |
Munge any links to local git issues to this new format.
Use hidden directories at the top level so the web server autoindex
will not list them.
Diffstat (limited to 'flow.md')
-rw-r--r-- | flow.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -38,7 +38,7 @@ Everything on this page, for jq filtering. https://stedolan.github.io/jq/manual/ * download all stylesheets and then fix them. - mkdir -p /mnt/public/www/gitlab-issues/css + mkdir -p /mnt/public/www/gitlab-issues/.css ./fetch-css.sh sed -i -f fix-css-in-html.sed /mnt/public/www/gitlab-issues/*.html @@ -62,4 +62,9 @@ Everything on this page, for jq filtering. https://stedolan.github.io/jq/manual/ ./use-datasrc-instead-src.py + * Fix links to other git issues. + + ./fix-issue-links.sh + sed -i -f fix-issue-links.sed /mnt/public/www/gitlab-issues/*.html + * build some sort of index? |