citrun

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

commit 191a29084f7a80fa95a5e8b10afd10bc08d1956a
parent d7512da6e2a28b51825c032daf317e39f026bca3
Author: Kyle Milz <kyle@0x30.net>
Date:   Sun, 19 Jun 2016 13:19:34 -0600

www: shorten css comments and tweak wording.

Diffstat:
Mwww/citrun.css | 22+++++-----------------
Mwww/index.html | 17++++++++---------
2 files changed, 13 insertions(+), 26 deletions(-)

diff --git a/www/citrun.css b/www/citrun.css @@ -1,37 +1,25 @@ -/* - * This was recommended to me once on a website somewhere. It stuck. - */ +/* This is necessary IMHO. */ p { line-height: 1.5em; } li { line-height: 1.5em; } -/* - * Make it about 80 chars width max. - */ +/* Booorriing. 80 char width monospace. */ body { max-width: 80ch; margin: auto; font-family: monospace; } -/* - * For "prompt" style stuff - */ +/* For "prompt" style stuff */ .prompt { color: green; } -/* - * This is the link bar just below the main title. - * Looks good over on the right. - */ +/* This is for the link bar just below the main title. */ .link_bar { text-align: right; } -/* - * Logos displayed next to package download links need to be the same height as - * the text. - */ +/* Logos next to text need to be the same size as the text. */ .inline_logo { height: 1em; } diff --git a/www/index.html b/www/index.html @@ -15,19 +15,18 @@ <hr /> <div class="link_bar"> <a href="http://www.0x30.net">..</a> + <a href="http://0x30.net:8010">bb</a> <a href="pkg/">pkg</a> <a href="src/">src</a> </div> - <p> C It Run is a suite of tools that lets you watch your source code - execute. It provides insight into what your program is actually doing. - </p> - <p> The C/C++ programming languages are supported on Unix like systems. + <p><b>C It Run</b> is a suite of tools for watching source code execute. + It supports the C/C++ programming languages on Unix like systems. </p> <h2>Packages</h2> - <p>Development packages are being created for the following platforms - and architectures: + <p>Dev packages are being created for the following platforms and + architectures: </p> <ul> <li><img class="inline_logo" src="apple.png" alt="OS X Logo" /> @@ -47,9 +46,9 @@ <a href="/pkg/sparc64/citrun-0.tgz">citrun-0.tgz</a> </li> </ul> - <h3>c citrun run</h3> - <p>Self instrumented development packages are being created for - the following platforms and architectures: + <h3>C citrun Run</h3> + <p>Self instrumented dev packages are being created for the following + platforms and architectures: </p> <ul> <li><img class="inline_logo" src="puffy.png" alt="OpenBSD Logo" />