Changeset 11939


Ignore:
Timestamp:
05/23/09 21:45:52 (14 years ago)
Author:
ehuelsmann
Message:

Commit further progress.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • public_html/staging/index.shtml

    r11938 r11939  
    2424<div style="margin-left:auto;margin-right:auto;width:20cm;font-family:sans-serif">
    2525<table style="margin-top:1cm" cellspacing="15" cellpadding="0" >
    26 <tr><td colspan="3" class="summary-header">Project description</td></tr>
    27 <tr><td colspan="3"><b>ABCL</b> is a full implementation of the <b>Common Lisp</b> language
     26<tr><td colspan="2" class="summary-header">Project description</td></tr>
     27<tr><td colspan="2"><b>ABCL</b> is a full implementation of the <b>Common Lisp</b> language
    2828 featuring both an <b>interpreter and a compiler</b>, running in the <b>JVM</b>. Originally
    2929 started to be a scripting language for the J editor, it now supports <b>JSR-233
    3030 (Java scripting API)</b>: it can be a scripting engine in any Java application.
     31 Additionally, it can be used to implement (parts of) the application
     32 using <b>Java to Lisp integration</b> APIs.
    3133</td></tr>
    32 <tr><td class="summary-header" colspan="3"><a href="http://downloads.sourceforge.net/armedbear-j/" style="color:yellow">
     34<tr><td class="summary-header" colspan="2"><a href="http://downloads.sourceforge.net/armedbear-j/" style="color:yellow">
    3335Download your copy from SourceForge: 0.15.0</a></td></tr>
    34 <tr><td class="summary-header">Feature list</td>
    35 <td class="summary-header">Users (development <em>with</em> ABCL)</td></tr>
    36 <tr><td>
    37 <ul>
    38 <li> Full Common Lisp implementation </li>
    39 <li> Many JVM host environments (Sun, IBM, ...) </li>
    40 <li> Interpreter </li>
    41 <li> Compiler </li>
    42 <li> Integration with Java programs </li>
    43 <li> Java Scripting support (JSR-233) </li>
    44 <li> ... </li>
    45 </ul>
    46 </td>
     36<tr>
     37<td class="summary-header">Users (development <em>with</em> ABCL)</td>
     38<td class="summary-header">Developers (development <em>of</em> ABCL) </td>
     39</tr>
     40<tr>
    4741<td>
    4842<ul>
     
    5650</ul>
    5751</td>
    58 </tr>
    59 <tr>
    60 <td class="summary-header">Developers (development <em>of</em> ABCL) </td>
    61 <td class="summary-header">Availability </td>
    62 </tr>
    63 <tr>
    6452<td>
    6553<ul>
     
    7159</ul>
    7260</td>
    73 </td>
    74 <td>
    75 Latest version: <b style="font-size:90%">0.15.0</b>
    76 <ul>
    77 <li> <a href="http://downloads.sourceforge.net/armedbear-j/">Download (from SourceForge)</a> </li>
    78 <li> Release notes </li>
    79 <li> Change history </li>
    80 </ul>
     61</tr>
     62<tr>
     63<td class="summary-header">System requirements (Users)</td>
     64<td class="summary-header">System requirements (Developers) </td>
     65</tr>
     66<tr>
     67<td>
     68<ul>
     69<li> JRE 1.5.0 (any patch level), or </li>
     70<li> JRE 1.6.0 (patch level 10 or higher) </li>
     71</ul>
     72</td>
     73<td>
     74<ul>
     75<li> JDK 1.5.0 (any patch level), or </li>
     76<li> JDK 1.6.0 (patch level 10 or higher) </li>
     77<li> Ant version 1.7.0 or higher </li>
     78</ul>
     79</td>
     80</tr>
     81<tr>
     82<td class="summary-header" colspan="2">Licensing </td>
     83</tr>
     84<tr>
     85<td colspan="2">
     86Armed Bear CL is covered by the <a href="http://www.gnu.org/copyleft/gpl.html">
     87GNU General Public License</a> with
     88<a href="http://www.gnu.org/software/classpath/license.html" title="Classpath exception and clarification">Classpath exception</a>, meaning that you can
     89distribute ABCL with your application without the requirement to open the
     90sources to your application.
    8191</td>
    8292</tr>
     
    8797<td colspan="2">
    8898<dl>
    89 <dt>Licensing</dt>
    90 <dd>The implementation is covered by the <a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>
    91    with <a href="" title="Classpath exception and clarification"
    92            >Classpath exception</a>.</dd>
    9399<dt>System requirements</dt>
    94100<dd>
Note: See TracChangeset for help on using the changeset viewer.