removed html crap - sic - simple irc client | |
git clone git://git.suckless.org/sic | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit fb185a5e18042d811990dcd5855b62e88d81a9d7 | |
parent c9668b78f2c5f2a844afbebc46f2fb368fcac315 | |
Author: Anselm R. Garbe <[email protected]> | |
Date: Tue, 5 Sep 2006 07:32:24 +0200 | |
removed html crap | |
Diffstat: | |
D sic.html | 39 -----------------------------… | |
1 file changed, 0 insertions(+), 39 deletions(-) | |
--- | |
diff --git a/sic.html b/sic.html | |
@@ -1,39 +0,0 @@ | |
-<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. … | |
- <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> | |
- <h3>Description</h3> | |
- <p> | |
- sic is an extremly simple IRC client. It consists of lesser th… | |
- </p> | |
- <ul> | |
- <li><a href="http://10kloc.org/cgi-bin/man/man2html?qu… | |
- </ul> | |
- <h3>Download</h3> | |
- <ul> | |
- <li><a href="http://10kloc.org/download/sic-0.2.tar.gz… | |
- </ul> | |
- <h3>Development</h3> | |
- <p> | |
- You can <a href="http://10kloc.org/cgi-bin/hgwebdir.cgi/sic">b… | |
- </p> | |
- <p> | |
- <code>hg clone http://10kloc.org/cgi-bin/hgwebdir.cgi/sic</cod… | |
- </p> | |
- <p><small>--Anselm (20060719)</small></p> | |
- </body> | |
-</html> |