]> git.armaanb.net Git - sic.git/commitdiff
updated and prepared sic-0.1
authorarg@10ksloc.org <unknown>
Thu, 20 Jul 2006 08:10:08 +0000 (10:10 +0200)
committerarg@10ksloc.org <unknown>
Thu, 20 Jul 2006 08:10:08 +0000 (10:10 +0200)
config.mk
sic.1
sic.c
sic.html

index fc0db20f778df432553a8fe020cb17d2760b8212..78fe6f85c1f5b6d604e67aa050232ebd41487a1c 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -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
diff --git a/sic.1 b/sic.1
index 4230bbd1bf2bc7bc37d186a4f8b92adbea5e454b..e7d04ffdd12120a69558091c7091f933f4ce5fda 100644 (file)
--- a/sic.1
+++ b/sic.1
@@ -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.
diff --git a/sic.c b/sic.c
index 3815a5492244b089f19545a2c59123f3247cb6e0..66a58d31067bd4a21839f47a1a9196e1065d092f 100644 (file)
--- a/sic.c
+++ b/sic.c
@@ -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;
index 4711180c29bb335326b5854cf5b7d1c8acac021c..53021df3741ee11b8e9913e448a1bd75bec4cc99 100644 (file)
--- a/sic.html
+++ b/sic.html
                <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: