[armedbear-cvs] r13744 - public_html

mevenson at common-lisp.net mevenson at common-lisp.net
Tue Jan 10 14:12:36 UTC 2012


Author: mevenson
Date: Tue Jan 10 06:12:35 2012
New Revision: 13744

Log:
Validation problems.

Modified:
   public_html/left-menu
   public_html/release-notes-1.0.0.shtml
   public_html/release-notes-1.0.1.shtml

Modified: public_html/left-menu
==============================================================================
--- public_html/left-menu	Tue Jan 10 06:06:15 2012	(r13743)
+++ public_html/left-menu	Tue Jan 10 06:12:35 2012	(r13744)
@@ -2,7 +2,7 @@
 <b><a href="./">Project page</a><br />
 <a href="./faq.shtml">FAQ</a><br />
 <a href="./testimonials.shtml">Testimonials</a><br />
-<a href="./release-notes-0.27.shtml">Release notes</a><br />
+<a href="./release-notes-1.0.0.shtml">Release notes</a><br />
 <a href="./commercial-support.shtml">Paid support</a><br />
 </b>
 <br />

Modified: public_html/release-notes-1.0.0.shtml
==============================================================================
--- public_html/release-notes-1.0.0.shtml	Tue Jan 10 06:06:15 2012	(r13743)
+++ public_html/release-notes-1.0.0.shtml	Tue Jan 10 06:12:35 2012	(r13744)
@@ -19,9 +19,6 @@
 
 <h2>Most notable changes in ABCL 1.0.0</h2>
 
-<p><a href="release-notes.shtml">Release notes for older releases</a>.</p>
-"release-notes.shtml">Release notes for older releases</a>.</p>
-
 <dl>
   <dt>ANSI Conformance</dt>
   <dd>
@@ -47,6 +44,10 @@
 
   <dt>ASDF-2.017.22</dt>
   <dd>The ASDF shipped with the distribution has been updated to asdf-2.017.22</dd>
+</dl>
+
+<p><a href="release-notes.shtml">Release notes for older releases</a>.</p>
+
 
 </div>
 

Modified: public_html/release-notes-1.0.1.shtml
==============================================================================
--- public_html/release-notes-1.0.1.shtml	Tue Jan 10 06:06:15 2012	(r13743)
+++ public_html/release-notes-1.0.1.shtml	Tue Jan 10 06:12:35 2012	(r13744)
@@ -24,34 +24,32 @@
 </p>
 
 <dl>
-  <dd>ASDF</dd>
+  <dt>ASDF</dt>
 
-  <dt>The ASDF included with the implementation has been updated to 2.019.</dt>
+  <dd>The ASDF included with the implementation has been updated to 2.019.</dd>
 
-  <dd>User Manaul</dd>
-  <dt>The <a
+  <dt>User Manual</dt>
+  <dd>The <a
   href="http://code.google.com/p/abcl-dynamic-install/downloads/detail?name=abcl-20111108a.pdf">User
   manual</a>a now contains more polished formating from docstring
   groveling, an index of symbols, and additional enhancements.
-  </dt>
+  </dd>
   
 
-  <dd>ABCL-CONTRIB<a href="http://trac.common-lisp.net/armedbear/ticket/181">[#181]</a></dd>
+  <dt>ABCL-CONTRIB<a href="http://trac.common-lisp.net/armedbear/ticket/181">[#181]</a></dt>
 
-  <dt>The implementation now correctly loads ASDF definitions
+  <dd>The implementation now correctly loads ASDF definitions
     from jar archives.  This had prevented the ABCL-CONTRIB loading
-    mechanism from working.</dt>
+    mechanism from working.</dd>
 </dl>
 
-<p>The distribution contains a more detailed <a href=http://svn.common-lisp.net/armedbear/tags/1.0.1/abcl/CHANGES>CHANGES</a></p>
+<p>The distribution contains a more detailed documentation of <a href="http://svn.common-lisp.net/armedbear/tags/1.0.1/abcl/CHANGES">CHANGES</a>.</p>
   
 
 <p><a href="release-notes.shtml">Release notes for older releases</a>.</p>
 
 </div>
 
-
-
 <div style="float:left;width:100%">
  <hr />
  <p>Back to <a href="http://common-lisp.net/">Common-lisp.net</a>.</p>




More information about the armedbear-cvs mailing list