diff options
| author | arg@10ksloc.org <unknown> | 2006-07-19 12:05:54 +0200 |
|---|---|---|
| committer | arg@10ksloc.org <unknown> | 2006-07-19 12:05:54 +0200 |
| commit | fc9004e6ef3cfa71fd76e7b38a11c8cbbff41a8f (patch) | |
| tree | ff7f36aff59286ebe022f18be56c5c6038e10366 | |
| parent | 4e3786f0cadc30cdca3d268f597c3cdb821d0309 (diff) | |
| download | cic-fc9004e6ef3cfa71fd76e7b38a11c8cbbff41a8f.tar.gz | |
added sic html page
| -rw-r--r-- | sic.html | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/sic.html b/sic.html new file mode 100644 index 0000000..28005bc --- /dev/null +++ b/sic.html @@ -0,0 +1,35 @@ +<html> + <head> + <title>sic - simple irc client</title> + <meta name="author" content="Anselm R. Garbe"> + <meta name="generator" content="ed"> + <meta name="copyright" content="(C)opyright 2006 by Anselm R. Garbe"> + <style type="text/css"> + body { + color: #000000; + font-family: sans-serif; + margin: 20px 20px 20px 20px; + } + </style> + </head> + <body> + <center> + <h3>simple irc client</h3> + </center> + <h3>Description</h3> + <p> + sic is an extremly simple IRC client. + </p> + <ul> + <li><a href="http://10kloc.org/cgi-bin/man/man2html?query=sic">Man page</a></li> + </ul> + <h3>Development</h3> + <p> + 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: + </p> + <p> + <code>hg clone http://10kloc.org/cgi-bin/hgwebdir.cgi/sic</code> + </p> + <p><small>--Anselm (20060719)</small></p> + </body> +</html> |
