2006-07-19 14:05:54 +04:00
< 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 >
2006-07-20 12:13:28 +04:00
< h3 > Description< / h3 >
2006-07-19 14:05:54 +04:00
< p >
2006-07-19 14:09:39 +04:00
sic is an extremly simple IRC client. It consists of lesser than 400 lines of code.
2006-07-19 14:05:54 +04:00
< / p >
< ul >
< li > < a href = "http://10kloc.org/cgi-bin/man/man2html?query=sic" > Man page< / a > < / li >
< / ul >
2006-07-20 12:10:08 +04:00
< h3 > Download< / h3 >
< ul >
< li > < a href = "http://10kloc.org/download/sic-0.1.tar.gz" > sic 0.1< / a > (5kb) (20060720)< / li >
< / ul >
2006-07-20 12:13:28 +04:00
< h3 > Development< / h3 >
2006-07-19 14:05:54 +04:00
< p >
2006-07-19 14:11:29 +04:00
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:
2006-07-19 14:05:54 +04:00
< / p >
< p >
< code > hg clone http://10kloc.org/cgi-bin/hgwebdir.cgi/sic< / code >
< / p >
< p > < small > --Anselm (20060719)< / small > < / p >
< / body >
< / html >