Ignore:
Timestamp:
03/01/09 21:58:34 (14 years ago)
Author:
ehuelsmann
Message:

Update website to show our new release.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • public_html/index.shtml

    r11474 r11694  
    77  <link rel="stylesheet" type="text/css" href="style.css"/>
    88  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
     9<style>
     10td { font-size: 90%; padding: 0 5px 0 5px }
     11th { font-weight: bold; align: center; padding: 0 5px 0 5px }
     12</style>
    913</head>
    1014
     
    1317   <h1><!--#include virtual="project-name" --></h1>
    1418 </div>
    15 <div style="text-align: center">
    16   <h1>Armed Bear</h1>
    17   <i>The right of the people to keep and arm bears shall not be infringed!</i>
     19
     20<div style="margin-left:auto;margin-right:auto;width:10cm">
     21<table style="margin-top:1cm" cellspacing="0" cellpadding="0">
     22<tr>
     23<th colspan="2">Overview</th></tr>
     24<tr>
     25<td>Latest release: <span style="font-weight:bold;font-size:85%">0.0.13</span></td>
     26<td><a href="release-notes-0.13.shtml">Release notes</a></td>
     27</tr><tr>
     28<td style="width:5cm;text-align:center" colspan="2"><a href="testimonials.shtml">What people say about ABCL</a></td>
     29</tr><tr>
     30<td style="width:5cm"><a href="http://trac.common-lisp.net/armedbear/wiki">Wiki</a></td><td style="width:5cm">FAQ (to be created)</td>
     31</tr>
     32</table>
    1833</div>
    1934
     
    3752      <br /><br />
    3853      ABCL runs on platforms that support Java 1.5 (or later), including Linux,
    39       Windows, and Mac OS X.
     54      Windows, Mac OS X and the BSD family.
    4055      <br /><br />
    4156      ABCL is free software and comes with ABSOLUTELY NO WARRANTY.
    4257      <br /><br />
    43       The latest version is 0.12.0, released December 14, 2008.
     58      The latest version is 0.13.0, released February 28, 2009.
    4459  </dd>
    4560</dl>
     
    6277  <dd>
    6378
    64       <a href="http://downloads.sourceforge.net/armedbear-j/abcl-src-0.12.0.tar.gz?use_mirror=">abcl-0.12.0.tar.gz</a>
     79      <a href="http://downloads.sourceforge.net/armedbear-j/abcl-src-0.13.0.tar.gz?use_mirror=">abcl-0.13.0.tar.gz</a>
    6580      (source, 656652 bytes)
    6681      <br /><br />
    67       <a href="http://downloads.sourceforge.net/armedbear-j/abcl-src-0.12.0.zip?use_mirror=">abcl-0.12.0.zip</a>
     82      <a href="http://downloads.sourceforge.net/armedbear-j/abcl-src-0.13.0.zip?use_mirror=">abcl-0.13.0.zip</a>
    6883      (source, 1130754 bytes)
    6984  </dd>
     
    94109        the testimonials page.
    95110        <br /><br />
    96         ABCL 0.12.0 fails 44 out of 21702 tests in the GCL ANSI test suite
    97         in interpreted mode. In compiled mode ABCL 0.12.0 fails 48 tests,
    98         coming from ca 65 in the last release.
    99         Most notable recent fixes relate to special variables handling
    100         and making sure the compiler uses the correct environments with, e.g.,
    101         LET/LET* and FLET/LABELS.
     111        ABCL 0.13.0 fails 44 out of 21702 tests in the ANSI test suite
     112        in interpreted mode. In compiled mode ABCL 0.13.0 also fails 44 tests,
     113        coming from ca 48 in the last release.
     114        Most notable recent fixes relate to issues found through running
     115        the Maxima test suite. 0.13.0 is now able to run the test suite
     116        without crashing. Before, some testcases could not be completed,
     117        causing Java side errors. This is the issue resolved. The Maxima
     118        tests don't run without errors, still.
    102119        <br /><br />
    103         ABCL's CLOS is intolerably slow and does not handle on-the-fly
     120        ABCL's CLOS is slow and does not handle on-the-fly
    104121        redefinition of classes correctly. There is no support for the long
    105122        form of DEFINE-METHOD-COMBINATION, and certain other required CLOS
     
    107124        CL-PPCRE, if you're in no hurry. There's no MOP worth mentioning.
    108125        <br /><br />
    109         Since this is an early public release, there might be build problems as
     126        Since this is an early release, there might be build problems as
    110127        well as runtime bugs.
    111128        <br /><br />
     
    135152    is recommended. There are
    136153    <a href="http://sourceforge.net/mailarchive/message.php?msg_name=20070218045318.5111%40stephen">
    137 
    138     performance issues</a> with early versions of Java 1.6. To build ABCL, you'll need
    139     the full JDK; the JRE is not enough. <br />
    140     <em>Recent performance tests have shown Java 1.6 Update 10 - a Release
    141     Candidate as of this writing - to be as fast as Java 1.5.</em> </dd>
     154    performance issues</a> with versions of Java 1.6 prior to update 10.
     155    To build ABCL, you'll need the full JDK; the JRE is not enough. <br />
     156    <em>Recent performance tests have shown Java 1.6 Update 10 to be as fast
     157      as Java 1.5.</em> </dd>
    142158</dl>
    143159
Note: See TracChangeset for help on using the changeset viewer.