[usocket-cvs] r2 - public_html usocket/trunk/doc

Author: ehuelsmann Date: Sat Jan 28 13:56:16 2006 New Revision: 2 Added: usocket/trunk/doc/design.txt Modified: public_html/index.shtml Log: Update documentation. Modified: public_html/index.shtml ============================================================================== --- public_html/index.shtml (original) +++ public_html/index.shtml Sat Jan 28 13:56:16 2006 @@ -13,8 +13,9 @@ <h1><!--#include virtual="project-name" --></h1> </div> - <p><em>This is an automatically generated placeholder page: this project - has not yet created a website.</em></p> + <p>This project has recently started. See <a +href="http://common-lisp.net/websvn/filedetails.php?repname=usocket&path=%2Fusocket%2Ftrunk%2Fdoc%2Fusock-sockets.txt&rev=0&sc=0">the design +document</a> for more information.</p> <p>Back to <a href="http://common-lisp.net/">Common-lisp.net</a>.</p> Added: usocket/trunk/doc/design.txt ============================================================================== --- (empty file) +++ usocket/trunk/doc/design.txt Sat Jan 28 13:56:16 2006 @@ -0,0 +1,25 @@ + + -*- text -*- + + usocket: Universal sockets library + ================================== + +Contents +======== + + + +Design goal +=========== + +To provide a portable socket interface for as many implementations as +possible, while keeping the portability layer as thin as possible. + +Minimally, I'd like to support: + - SBCL + - CMUCL + - Allegro + - LispWorks + - ArmedBear (ABCL) + +
participants (1)
-
ehuelsmann@common-lisp.net