updated and prepared sic-0.1
This commit is contained in:
parent
37ca48e770
commit
e86d1bcf0a
@ -4,7 +4,7 @@
|
|||||||
PREFIX = /usr/local
|
PREFIX = /usr/local
|
||||||
MANPREFIX = ${PREFIX}/share/man
|
MANPREFIX = ${PREFIX}/share/man
|
||||||
|
|
||||||
VERSION = 0.0
|
VERSION = 0.1
|
||||||
|
|
||||||
# includes and libs
|
# includes and libs
|
||||||
LIBS = -L${PREFIX}/lib -L/usr/lib -lc
|
LIBS = -L${PREFIX}/lib -L/usr/lib -lc
|
||||||
|
6
sic.1
6
sic.1
@ -59,9 +59,3 @@ Set the channel topic
|
|||||||
.TP
|
.TP
|
||||||
Everything which is not a command will simply be posted into the channel or to
|
Everything which is not a command will simply be posted into the channel or to
|
||||||
the server.
|
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.
|
|
||||||
|
1
sic.c
1
sic.c
@ -18,7 +18,6 @@
|
|||||||
|
|
||||||
enum { Tnick, Tuser, Tcmd, Tchan, Targ, Ttext, Tlast };
|
enum { Tnick, Tuser, Tcmd, Tchan, Targ, Ttext, Tlast };
|
||||||
|
|
||||||
/* CUSTOMIZE */
|
|
||||||
static char *server = "irc.oftc.net";
|
static char *server = "irc.oftc.net";
|
||||||
static int port = 6667;
|
static int port = 6667;
|
||||||
static char *nick = NULL;
|
static char *nick = NULL;
|
||||||
|
4
sic.html
4
sic.html
@ -23,6 +23,10 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://10kloc.org/cgi-bin/man/man2html?query=sic">Man page</a></li>
|
<li><a href="http://10kloc.org/cgi-bin/man/man2html?query=sic">Man page</a></li>
|
||||||
</ul>
|
</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>
|
<h2>Development</h2>
|
||||||
<p>
|
<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:
|
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:
|
||||||
|
Loading…
Reference in New Issue
Block a user