summaryrefslogtreecommitdiff
path: root/sic.html
blob: 53021df3741ee11b8e9913e448a1bd75bec4cc99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<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>
		<h2>Description</h2>
		<p>
		sic is an extremly simple IRC client. It consists of lesser than 400 lines of code.
		</p>
		<ul>
			<li><a href="http://10kloc.org/cgi-bin/man/man2html?query=sic">Man page</a></li>
		</ul>
		<h3>Download</h3>
		<ul>
			<li><a href="http://10kloc.org/download/sic-0.1.tar.gz">sic 0.1</a> (5kb) (20060720)</li>
		</ul>
		<h2>Development</h2>
		<p>
		You can <a href="http://10kloc.org/cgi-bin/hgwebdir.cgi/sic">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>