[cl-irc-cvs] r146 - public_html
ehuelsmann at common-lisp.net
ehuelsmann at common-lisp.net
Sat Apr 8 22:13:36 UTC 2006
Author: ehuelsmann
Date: Sat Apr 8 18:13:34 2006
New Revision: 146
Modified:
public_html/index.html
Log:
Update for xhtml conformance and the move to Subversion.
Modified: public_html/index.html
==============================================================================
--- public_html/index.html (original)
+++ public_html/index.html Sat Apr 8 18:13:34 2006
@@ -1,5 +1,5 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head>
- <link rel="stylesheet" href="style.css" type="text/css">
+ <link rel="stylesheet" href="style.css" type="text/css" />
<title>cl-irc</title></head>
@@ -19,18 +19,20 @@
other implementations with little or no extra code.</p>
<p>The code is released under an <a
- href="http://common-lisp.net/cgi-bin/viewcvs.cgi/cl-irc/LICENSE?rev=HEAD&cvsroot=cl-irc&content-type=text/vnd.viewcvs-markup">MIT-style
- license</a>. I need to mention that Jochen Schmidt laid the
+ href="http://common-lisp.net/websvn/filedetails.php?repname=cl-irc&path=%2Ftrunk%2FLICENSE&rev=0&sc=0"
+ >MIT-style license</a>. I need to mention that Jochen Schmidt laid the
groundwork for this library with his <a
href="http://www.sf.net/projects/weird-irc">Weird-IRC</a> IRC
client and that therefore some of the code is copyright him.</p>
<h2>News</h2>
<div class="level">
+ <ul>
<li>Version 0.7.0 released (RPL_ISUPPORT, many small tweaks and fixes)</li>
<li>Version 0.6.0 released (interim release while common-lisp.net was down)</li>
<li>Version 0.5.0 released (package rename and minor changes)</li>
<li>Version 0.4.0 released (some documentation, beginnings of a test suite, better performance)</li>
+ </ul>
</div>
<h2>Features</h2>
@@ -58,7 +60,8 @@
</tt>.</p>
<p>There is also <a href="http://common-lisp.net/faq.shtml#checkout">anonymous CVS
- </a> and <a href="http://common-lisp.net/cgi-bin/viewcvs.cgi/?cvsroot=cl-irc">
+ </a> and
+ <a href="http://common-lisp.net/websvn/listing.php?repname=cl-irc&path=%2F&sc=0">
ViewCVS
</a>.
</p>
More information about the cl-irc-cvs
mailing list