citrun

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

commit 659e4e27a764afbc34e25123147eddd6c219b441
parent bf0c7ad282d9bfe148fcefa65da93cedd7fbc4b1
Author: Kyle Milz <kyle@0x30.net>
Date:   Tue, 21 Jun 2016 22:35:21 -0600

www: simplify index

Diffstat:
Mwww/index.html | 43+++++++++++++++++++------------------------
1 file changed, 19 insertions(+), 24 deletions(-)

diff --git a/www/index.html b/www/index.html @@ -4,7 +4,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width" /> - <meta name="description" content="C It Run is a suite of tools that lets you watch your source code execute." /> + <meta name="description" content="Watch source code execute." /> <title>C It Run</title> <link rel="stylesheet" type="text/css" href="citrun.css" /> @@ -29,21 +29,20 @@ architectures: </p> <ul> - <li><img class="inline_logo" src="apple.png" alt="OS X Logo" /> - Darwin 15 x86_64: - <a href="/pkg/amd64/citrun-0_0.darwin_15.x86_64.tbz2"> - citrun-0_0.darwin_15.x86_64.tbz2</a> + <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" /> </li> - <li><img class="inline_logo" src="debian.png" alt="Debian logo"/> - Debian 8.4 amd64: + <li>Debian 8.4 + <img class="inline_logo" src="debian.png" alt="Debian logo"/> </li> - <li><img class="inline_logo" src="puffy.png" alt="OpenBSD logo"/> - OpenBSD 5.9 amd64: - <a href="/pkg/amd64/citrun-0.tgz">citrun-0.tgz</a> + <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"/> </li> - <li><img class="inline_logo" src="puffy.png" alt="OpenBSD Logo" /> - OpenBSD 5.9 sparc64: - <a href="/pkg/sparc64/citrun-0.tgz">citrun-0.tgz</a> + <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" /> </li> </ul> <h3>C citrun Run</h3> @@ -51,25 +50,21 @@ platforms and architectures: </p> <ul> - <li><img class="inline_logo" src="puffy.png" alt="OpenBSD Logo" /> - OpenBSD 5.9 sparc64: - <a href="/pkg/sparc64/ccitrunrun-0.tgz">ccitrunrun-0.tgz</a> + <li>OpenBSD 5.9: + sparc64/<a href="/pkg/sparc64/ccitrunrun-0.tgz">ccitrunrun-0.tgz</a> + <img class="inline_logo" src="puffy.png" alt="OpenBSD Logo" /> + </li> </ul> <h2>Source</h2> - <p> There are two methods available: - </p> <ul> - <li>Distribution archives - <a href="/src/citrun-0.tar.gz">citrun-0.tar.gz</a> or - <a href="/src/ccitrunrun-0.tar.gz">ccitrunrun-0.tar.gz</a> + <li>Distribution archive + <a href="/src/citrun-0.tar.gz">citrun-0.tar.gz</a> </li> <li>Read only repository at http://git.0x30.net/citrun</li> </ul> <h2>Documentation</h2> - <p> The distribution archive comes with these manuals: - </p> <ul> <li><a href="man/citrun-gl.1.html">citrun-gl(1)</a> <li><a href="man/citrun-inst.1.html">citrun-inst(1)</a> @@ -87,7 +82,7 @@ <li>LLVM and Clang > 3.4</li> <li>OpenGLES >= 2.0</li> </ul> - <p> Unpack the distribution archive, cd to the folder created and jam: + <p>Unpack the distribution, cd into the created directory and jam: </p> <pre> <span class="prompt">$</span> jam</pre> <p> Run the tests with prove: