Author: ehuelsmann Date: Sat Feb 4 02:54:29 2006 New Revision: 36
Modified: public_html/index.shtml Log: Add more project documentation.
Modified: public_html/index.shtml ============================================================================== --- public_html/index.shtml (original) +++ public_html/index.shtml Sat Feb 4 02:54:29 2006 @@ -32,7 +32,7 @@ </p>
<div class="roadmap"> - <h2>Development roadmap</h2> + <h2>Development</h2>
<p>Development will at least follow the steps outlined below. Yet to be determined is whether the currently mentioned steps will @@ -42,9 +42,28 @@ <p>The targeted implementations listed in the status table below are not a final list: others can be added if/when the need or interest arrises. </p> + <p><a href="http://common-lisp.net/websvn/log.php?repname=usocket&path=%2Fusocket%2F..." + >Active development</a> is taking place in the + <a href="http://subversion.tigris.org/">Subversion</a> repository. + To be kept up to date, please + <a href="http://common-lisp.net/cgi-bin/mailman/listinfo/usocket-devel" + >subscribe to the commit message mailing list</a>. To use the latest + development version, make sure you have <a + href="http://subversion.tigris.org/%22%3ESubversion</a> installed and + execute this command: + </p> + + <pre> + $ svn checkout svn://common-lisp.net/project/usocket/svn/usocket/trunk usocket-svn + </pre> + + <p>Please send patches, bug reports and suggestions to the development + mailing list address given above. The table below indicates the + current state of development. + </p>
<table rules="all" border="1" cellpadding="3"> - <caption>Status for the currently targeted backends</caption> + <caption style="font-weight:bold;font-size:large">Status for the currently targeted backends</caption> <thead class="roadmap-head"> <tr> <th colspan="2">Major steps</th> @@ -153,8 +172,10 @@ <a href="/project/cl-irc">cl-irc</a>. This 'long ago' must have been way before 2003 when I entered the cl-irc project.</p>
-<p>In januari 2006, Erik Huelsmann found Erik Enge willing to donate -the code he had still laying around to restart the project.</p> +<p>In january 2006, Erik Huelsmann found Erik Enge willing to donate +the code he had still laying around to restart the project. The restart +took place at the 27th of january when the old code was imported into the +public repository.</p>
<hr />