sim

changeset 12:f8f15fbe4da3

added sic html page
author arg@10ksloc.org
date Wed, 19 Jul 2006 12:05:54 +0200
parents f4259d00163f
children 770874c2e9f4
files sic.html
diffstat 1 files changed, 35 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/sic.html	Wed Jul 19 12:05:54 2006 +0200
     1.3 @@ -0,0 +1,35 @@
     1.4 +<html>
     1.5 +	<head>
     1.6 +		<title>sic - simple irc client</title>
     1.7 +		<meta name="author" content="Anselm R. Garbe">
     1.8 +		<meta name="generator" content="ed">
     1.9 +		<meta name="copyright" content="(C)opyright 2006 by Anselm R. Garbe">
    1.10 +		<style type="text/css">
    1.11 +			body {
    1.12 +				color: #000000;
    1.13 +				font-family: sans-serif;
    1.14 +				margin: 20px 20px 20px 20px;
    1.15 +			}
    1.16 +		</style>
    1.17 +	</head>
    1.18 +	<body>
    1.19 +		<center>
    1.20 +			<h3>simple irc client</h3>
    1.21 +		</center>
    1.22 +		<h3>Description</h3>
    1.23 +		<p>
    1.24 +		sic is an extremly simple IRC client.
    1.25 +		</p>
    1.26 +		<ul>
    1.27 +			<li><a href="http://10kloc.org/cgi-bin/man/man2html?query=sic">Man page</a></li>
    1.28 +		</ul>
    1.29 +		<h3>Development</h3>
    1.30 +		<p>
    1.31 +		You can <a href="http://10kloc.org/cgi-bin/hgwebdir.cgi/dwm">browse</a> its source code repository or get a copy using <a href="http://www.selenic.com/mercurial/">Mercurial</a> with following command:
    1.32 +		</p>
    1.33 +		<p>
    1.34 +		<code>hg clone http://10kloc.org/cgi-bin/hgwebdir.cgi/sic</code>
    1.35 +		</p>
    1.36 +		<p><small>--Anselm (20060719)</small></p>
    1.37 +	</body>
    1.38 +</html>