From 58f7b0d0994eaf68d1f0ebadb826abb43e2a7adf Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <fare@tunes.org> Date: Fri, 4 Jun 2010 19:45:51 -0400 Subject: [PATCH] Update web page for ASDF 2. --- doc/index.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/index.html b/doc/index.html index bcb9a814..11391f36 100644 --- a/doc/index.html +++ b/doc/index.html @@ -26,6 +26,12 @@ </ul> </div> <div class="contents"> + <a id="ASDF 2"></a> + <h3>ASDF 2</h3> + <p>We recently released ASDF 2 (on May 31st 2010). + It will hopefully be bundled will all official releases + of Common Lisp implementations made after that date. + </p> <a id="what_it_is"></a> <h3>What it is</h3> <p>ASDF is a tool for describing how source files are organized: @@ -90,7 +96,7 @@ <a id="news"></a> <h3>What is happening</h3> <dl> - <dt>December 2009 to May 2010</dt> + <dt>December 2009 to June 2010</dt> <dd>François-René Rideau is de facto maintainer, with notable contributions from Robert P. Goldman, Juanjo Garcia-Ripoll and James Anderson. @@ -125,7 +131,7 @@ <a class="nav" href="http://common-lisp.net/" title="Common-Lisp.net"> <img src="http://common-lisp.net/project/cl-containers/shared/buttons/lisp-lizard.png" width="80" height="15" title="Common-Lisp.net" alt="Common-Lisp.net button" /></a> <p><span class="copyright"Copyright © 2001-2010 Daniel Barlow and contributors</span></p> <p>ASDF has an <a href="http://www.opensource.org/licenses/mit-license.php">MIT style</a> license</p> - <div id="timestamp">Last updated 2010-04-08</div> + <div id="timestamp">Last updated 2010-06-02</div> </div> </body> </html> -- GitLab