diff options
| -rw-r--r-- | config.mk | 2 | ||||
| -rw-r--r-- | sic.1 | 6 | ||||
| -rw-r--r-- | sic.c | 1 | ||||
| -rw-r--r-- | sic.html | 4 |
4 files changed, 5 insertions, 8 deletions
@@ -4,7 +4,7 @@ PREFIX = /usr/local MANPREFIX = ${PREFIX}/share/man -VERSION = 0.0 +VERSION = 0.1 # includes and libs LIBS = -L${PREFIX}/lib -L/usr/lib -lc @@ -59,9 +59,3 @@ Set the channel topic .TP Everything which is not a command will simply be posted into the channel or to the server. -.SH CUSTOMIZATION -.B sic -is customized through editing its source code. This keeps it fast, secure and -simple. The source code contains the -.I CUSTOMIZE -keyword to highlight relevant portions for customization. @@ -18,7 +18,6 @@ enum { Tnick, Tuser, Tcmd, Tchan, Targ, Ttext, Tlast }; -/* CUSTOMIZE */ static char *server = "irc.oftc.net"; static int port = 6667; static char *nick = NULL; @@ -23,6 +23,10 @@ <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: |
