citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit abb7ce9e25afe40e51808eae133bd6eb37e43606
parent eb1a28924a327c71cba9a7a5e0e01a468350c763
Author: Kyle Milz <kyle@0x30.net>
Date:   Sun,  3 Jul 2016 22:01:26 -0600

www: make html updating simpler

Diffstat:
Mwww/bin/update.sh | 2+-
Mwww/index.html | 16+++++++++++++---
2 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/www/bin/update.sh b/www/bin/update.sh @@ -1,3 +1,3 @@ #!/bin/sh -sed -e "s%stale ${1}\">stale%${1}\"><a href=\"/pkg/${2}\">report</a>%" -i index.html +sed -e "/<span class=\"stale ${1}/d" -i.bak index.html diff --git a/www/index.html b/www/index.html @@ -31,20 +31,30 @@ <li>Darwin 15 amd64/<a href="/pkg/amd64/citrun-0_0.darwin_15.x86_64.tbz2">citrun-0_0.darwin_15.x86_64.tbz2</a> <img class="inline_logo" src="apple.png" alt="OS X Logo" /> - <span class="right stale darwin">stale</span> + <span class="right"> + <a href="/pkg/amd64/citrun-0_0.darwin_15.x86_64.txt">report</a> + <span class="stale darwin">(stale)</span> + </span> </li> <li>Debian 8.4 + amd64/<a href="/pkg/amd64/citrun_0-1_amd64.deb">citrun_0-1_amd64.deb</a> <img class="inline_logo" src="debian.png" alt="Debian logo"/> </li> <li>OpenBSD 5.9 amd64/<a href="/pkg/amd64/citrun-0.tgz">citrun-0.tgz</a> <img class="inline_logo" src="puffy.png" alt="OpenBSD Logo"/> - <span class="right stale obsd_amd64">stale</span> + <span class="right"> + <a href="/pkg/amd64/citrun-0.txt">report</a> + <span class="stale obsd_amd64">(stale)</span> + </span> </li> <li>OpenBSD 5.9 sparc64/<a href="/pkg/sparc64/citrun-0.tgz">citrun-0.tgz</a> <img class="inline_logo" src="puffy.png" alt="OpenBSD Logo" /> - <span class="right stale obsd_sparc64">stale</span> + <span class="right"> + <a href="/pkg/sparc64/citrun-0.txt">report</a> + <span class="stale obsd_sparc64">(stale)</span> + </span> </li> </ul>