Author: ctian Date: Thu Nov 20 06:11:48 2008 New Revision: 141
Log: [www] update lispworks-4.0
Modified: www/lispworks.html
Modified: www/lispworks.html ============================================================================== --- www/lispworks.html (original) +++ www/lispworks.html Thu Nov 20 06:11:48 2008 @@ -5,7 +5,7 @@
<head> <title>cl-net-snmp</title> - <meta http-equiv="content-type" content="text/html; charset=iso8859-1" /> + <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> <link rel="shortcut icon" type="image/ico" href="http://www.style.org/favicon.ico" /> <link type="text/css" rel="stylesheet" @@ -42,7 +42,7 @@ </div> </div>
- <br clear="all" /> + <br style="clear: all;" />
<!-- ============= STYLE.ORG ============= --> <div id="style"> @@ -64,28 +64,36 @@ <li>Set or get the receive timeout (RCVTIMEO) of a UDP socket.</li> <li>Reliable UDP client, automatic learnt dynamic timeout.</li> <li>UDP server support.</li> + <li>UNIX domain socket support <i>(in 4.0 release)</i>.</li> <li>UDP Multicast support <i>(in progress, haven't released)</i>.</li> - <li>UNIX domain socket support <i>(in progress, haven't released)</i>.</li> </ul>
<h2>Documents</h2>
- All API functions are documented in - <a href="http://cl-net-snmp.svn.sourceforge.net/viewvc/cl-net-snmp/lispworks-udp/branches/3/README?view=markup">README</a> - file in source code, the - <a href="http://cl-net-snmp.svn.sourceforge.net/viewvc/cl-net-snmp/lispworks-udp/branches/3/test.lisp?view=markup">test.lisp</a> + <p> + All API functions are documented in README + (<a href="http://cl-net-snmp.svn.sourceforge.net/viewvc/cl-net-snmp/lispworks-udp/branches/3/README?view=markup">version 3.x</a>, + <a href="http://cl-net-snmp.svn.sourceforge.net/viewvc/cl-net-snmp/lispworks-udp/trunk/README?view=markup">version 4.x</a>) + file in source code. + </p> + <p> + The TEST.LISP + (<a href="http://cl-net-snmp.svn.sourceforge.net/viewvc/cl-net-snmp/lispworks-udp/branches/3/test.lisp?view=markup">version 3.x</a>, + <a href="http://cl-net-snmp.svn.sourceforge.net/viewvc/cl-net-snmp/lispworks-udp/trunk/test.lisp?view=markup">version 4.x</a>) + file in source code is also very useful to see a sample usage. + </p>
<h2>Download</h2>
<p>Download all versions of the LISPWORKS-UDP package (source tar.gz) <a href="https://sourceforge.net/project/showfiles.php?group_id=209101&package_id=277467"> - here</a>, its also ASDF-INSTALLable. + here</a>, its also <a href="http://www.cliki.net/ASDF-Install">ASDF-INSTALL</a>able. </p>
<h2>Sources</h2> <ul> - <li>Stable Subversion repository: + <li>Subversion repository (3.x): <a href="http://cl-net-snmp.svn.sourceforge.net/viewvc/cl-net-snmp/lispworks-udp/branches/3/"> (View Source) </a><br /> @@ -93,7 +101,7 @@ <i>https://cl-net-snmp.svn.sourceforge.net/svnroot/cl-net-snmp/lispworks-udp/br...</i> </a> </li> - <li>Development Subversion repository: + <li>Subversion repository (4.x, trunk): <a href="http://cl-net-snmp.svn.sourceforge.net/viewvc/cl-net-snmp/lispworks-udp/trunk/"> (View Source) </a><br /> @@ -117,7 +125,7 @@ </p> <!-- ============= FOOTER ============= --> - <div class="dateline">Last update at November 17, 2008 by Chun Tian (binghe).</div> + <div class="dateline">Last update at November 20, 2008 by Chun Tian (binghe).</div> <div class="footline"> CL-NET-SNMP is under <a href="http://www.opensource.org/licenses/mit-license.php">MIT license</a>. </div>
cl-net-snmp-cvs@common-lisp.net