[armedbear-cvs] r11330 - public_html

ehuelsmann at common-lisp.net ehuelsmann at common-lisp.net
Wed Oct 1 19:58:46 UTC 2008


Author: ehuelsmann
Date: Wed Oct  1 15:58:45 2008
New Revision: 11330

Modified:
   public_html/index.shtml
Log:
Main project page XHTML conformance.

Patch by: Alessio Stalla <alessiostalla at gmail dot com>


Modified: public_html/index.shtml
==============================================================================
--- public_html/index.shtml	(original)
+++ public_html/index.shtml	Wed Oct  1 15:58:45 2008
@@ -12,59 +12,52 @@
  <div class="header">
    <h1><!--#include virtual="project-name" --></h1>
  </div>
-<center>
+<div style="text-align: center">
   <h1>Armed Bear</h1>
   <i>The right of the people to keep and arm bears shall not be infringed!</i>
-</center>
-
-<hr size="2">
-<p>
-
-<font face="sans-serif" size="4">
-  <b>About ABCL</b>
-</font>
+</div>
 
+<hr style="height: 2px;"/>
 <p>
+  <b style="font-family: sans-serif; font-size: large;">About ABCL</b>
+</p>
 <dl>
   <dd>
       Armed Bear Common Lisp (ABCL) is an implementation of ANSI Common Lisp
       that runs in a Java virtual machine. It provides a runtime system, a
       compiler that compiles Lisp source to JVM bytecode, and an interactive
       REPL for program development.
-      <p>
+      <br /><br />
       ABCL is distributed under the terms of the <a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public
       License</a>, with a special linking exception. If you link ABCL with your
       own program, then you do not need to release the source code for that
       program. However, any changes that you make to ABCL itself must be
       released in accordance with the terms of the GPL.
-      <p>
+      <br /><br />
       ABCL runs on platforms that support Java 1.4 (or later), including Linux,
       Windows, and Mac OS X.
-      <p>
+      <br /><br />
       ABCL is free software and comes with ABSOLUTELY NO WARRANTY.
-      <p>
+      <br /><br />
       The latest version is 0.0.10, released March 6, 2007.
   </dd>
 </dl>
-
 <p>
-<font face="sans-serif" size="4">
-  <b>Download</b>
-</font>
+  <b style="font-family: sans-serif; font-size: large;">Download</b>
+</p>
 <dl>
   <dd>
+
       <a href="http://sourceforge.net/project/showfiles.php?group_id=55057&package_id=287335">abcl-0.0.10.tar.gz</a>
       (source, 632987 bytes)
-      <p>
+      <br /><br />
       <a href="http://sourceforge.net/project/showfiles.php?group_id=55057&package_id=287335">abcl-0.0.10.zip</a>
       (source, 1012345 bytes)
   </dd>
 </dl>
-
 <p>
-<font face="sans-serif" size="4">
-  <b>Repository</b>
-</font>
+  <b style="font-family: sans-serif; font-size: large;">Repository</b>
+</p>
 <dl>
   <dd>
       The project's Common-Lisp.net Subversion repository can be checked
@@ -73,59 +66,58 @@
 
       <b>$ svn co svn://common-lisp.net/project/armedbear/svn/trunk/j j</b>
       </pre>
-      <p><em>Please note that the minimum required JDK version for development
-     versions of ABCL has been raised to 1.5.</em></p>
+      <em>Please note that the minimum required JDK version for development
+     versions of ABCL has been raised to 1.5.</em>
   </dd>
-</dl>
 
+</dl>
 <p>
-<font face="sans-serif" size="4">
-  <b>Bugs</b>
-</font>
+  <b style="font-family: sans-serif; font-size: large;">Bugs</b>
+</p>
 <dl>
     <dd>
         ABCL is a young implementation (particularly by Lisp standards). You
         are certain to encounter bugs.
-        <p>
+        <br /><br />
         ABCL 0.0.10 fails 67 out of 21696 tests in the GCL ANSI test suite.
         Recent development snapshots perform considerably better, failing only
         55 tests.
-        <p>
+        <br /><br />
         ABCL's CLOS is intolerably slow and does not handle on-the-fly
         redefinition of classes correctly. There is no support for the long
         form of DEFINE-METHOD-COMBINATION, and certain other required CLOS
         features are also missing. Enough CLOS is there to run ASDF and
         CL-PPCRE, if you're in no hurry. There's no MOP worth mentioning.
-        <p>
+        <br /><br />
         Since this is an early public release, there might be build problems as
         well as runtime bugs.
-        <p>
+        <br /><br />
         Please report problems to the <a href="https://lists.sourceforge.net/lists/listinfo/armedbear-j-devel">j development mailing list</a>
         (you must be subscribed to post).
     </dd>
 </dl>
 
 <p>
-<font face="sans-serif" size="4">
-  <b>Installation</b>
-</font>
+  <b style="font-family: sans-serif; font-size: large;">Installation</b>
+</p>
 <dl>
   <dd>
     The README file in the root directory of the source distribution contains
     instructions for building ABCL.
-    <p>
+    <br /><br />
     Java 1.4 or later is required - see the note above on recent development
     versions -
     <a href="http://java.sun.com/javase/downloads/index_jdk5.jsp">Java 1.5</a>
     is recommended. There are
     <a href="http://sourceforge.net/mailarchive/message.php?msg_name=20070218045318.5111%40stephen">
+
     unresolved performance issues</a> with Java 1.6. To build ABCL, you'll need
     the full JDK; the JRE is not enough. <br />
     <em>Recent performance tests have shown Java 1.6 Update 10 - a Release
     Candidate as of this writing - to be as fast as Java 1.5.</em> </dd>
 </dl>
 
- <hr>
+ <hr />
  <p>Back to <a href="http://common-lisp.net/">Common-lisp.net</a>.</p>
 
  <div class="check">



More information about the armedbear-cvs mailing list