citrun

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

commit 161d0ca2810404c733eef483f584774409811860
parent a5b46b74ccd3e3f848f987d9328dee2c08445e6f
Author: Kyle Milz <kyle@0x30.net>
Date:   Fri,  1 Jul 2016 14:43:55 -0600

www: add stale markers after pkg names

Diffstat:
Mwww/citrun.css | 4++++
Mwww/index.html | 5++++-
2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/www/citrun.css b/www/citrun.css @@ -23,3 +23,7 @@ body { .inline_logo { height: 1em; } + +.stale { + color: red; +} diff --git a/www/index.html b/www/index.html @@ -31,6 +31,7 @@ <li>Darwin 15 <img class="inline_logo" src="apple.png" alt="OS X Logo" /> amd64/<a href="/pkg/amd64/citrun-0_0.darwin_15.x86_64.tbz2">citrun-0_0.darwin_15.x86_64.tbz2</a> + (<span class="stale darwin">stale</span>) </li> <li>Debian 8.4 <img class="inline_logo" src="debian.png" alt="Debian logo"/> @@ -38,10 +39,12 @@ <li>OpenBSD 5.9 <img class="inline_logo" src="puffy.png" alt="OpenBSD Logo"/> amd64/<a href="/pkg/amd64/citrun-0.tgz">citrun-0.tgz</a> + (<span class="stale obsd_amd64">stale</span>) </li> <li>OpenBSD 5.9 <img class="inline_logo" src="puffy.png" alt="OpenBSD Logo" /> sparc64/<a href="/pkg/sparc64/citrun-0.tgz">citrun-0.tgz</a> + (<span class="stale obsd_sparc64">stale</span>) </li> </ul> @@ -63,7 +66,7 @@ </ul> <h2>Documentation</h2> - <p>This is the main entry point: + <p>This is the wrapper to use around build systems: </p> <ul> <li><a href="man/citrun-wrap.1.html">citrun-wrap(1)</a>