[armedbear-cvs] r12579 - public_html
Mark Evenson
mevenson at common-lisp.net
Tue Mar 30 15:14:36 UTC 2010
Author: mevenson
Date: Tue Mar 30 11:14:34 2010
New Revision: 12579
Log:
Added links to binary downloads; refactored CSS somewhat.
Corrected release notes link in left menu to point to the current release.
Modified:
public_html/index.shtml
public_html/left-menu
Modified: public_html/index.shtml
==============================================================================
--- public_html/index.shtml (original)
+++ public_html/index.shtml Tue Mar 30 11:14:34 2010
@@ -8,9 +8,25 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<style type="text/css">
td { font-size: 90%; padding: 0 5px 0 5px }
-th { font-weight: bold; align: center; padding: 0 5px 0 5px }
dt { font-weight: bold }
dd dt { font-weight: bold; font-style: italic }
+
+table.downloads {
+ color: black;
+ font-weight: bold;
+ font-size: larger;
+}
+table.downloads a {
+ font-weight: normal;
+ font-size:smaller;
+}
+
+table.downloads a.asc {
+ font-size: smaller;
+}
+
+td ul { margin:0 }
+
</style>
</head>
@@ -22,68 +38,109 @@
<!--#include virtual="left-menu" -->
<div style="margin-left:auto;margin-right:auto;width:20cm;font-family:sans-serif">
-<table style="margin-top:1cm" cellspacing="15" cellpadding="0">
+<table style="margin-top:1cm" cellpadding="0" cellspacing="15" >
+
<tr><td colspan="2" class="summary-header">Project description</td></tr>
-<tr><td colspan="2"><b>ABCL</b> is a full implementation of the <b>Common Lisp</b> language
- featuring both <b>an interpreter and a compiler</b>, running in the <b>JVM</b>. Originally
- started to be a scripting language for the J editor, it now supports <b>JSR-233
- (Java scripting API)</b>: it can be a scripting engine in any Java application.
- Additionally, it can be used to implement (parts of) the application
- using <b>Java to Lisp integration</b> APIs.
+
+<tr><td colspan="2">
+ <p style="margin-left: 5%; margin-right: 5%; margin-top: 0; margin-bottom: 0">
+ <b>ABCL</b> is a full implementation of the <b>Common Lisp</b>
+ language featuring both <b>an interpreter and a compiler</b>,
+ running in the <b>JVM</b>. Originally started to be a scripting
+ language for the J editor, it now supports <b>JSR-233 (Java
+ scripting API)</b>: it can be a scripting engine in any Java
+ application. Additionally, it can be used to implement (parts of)
+ the application using <b>Java to Lisp integration</b> APIs.
+</p>
</td></tr>
-<tr><th style="border:1px black solid" colspan="2"><a
-href="releases/abcl-src-0.19.1.tar.gz" style="color:black;font-weight:normal">
-Download 0.19.1</a> <a
-href="releases/abcl-src-0.19.1.zip"
-style="font-size:75%;color:black;font-weight:normal">(zip)</a></th></tr>
+
+<tr><td colspan="2" class="summary-header">Downloads</td></tr>
+
+<tr><td colspan="2" align="center">
+ <table class="downloads">
+ <tr>
+ <td style="font-weight: bold">Binary</td>
+ <td>
+ <a href="releases/abcl-bin-0.19.1.tar.gz">abcl-bin-0.19.1.tar.gz</a>
+ <a href="releases/abcl-bin-0.19.1.tar.gz.asc" class="asc">(pgp)</a>
+ </td>
+ <td>
+ <a href="releases/abcl-bin-0.19.1.zip">abcl-bin-0.19.1.zip</a>
+ <a href="releases/abcl-bin-0.19.1.zip.asc" class="asc">(pgp)</a>
+ </td>
+ </tr>
+
+ <tr>
+ <td style="font-weight: bold">Source</td>
+ <td>
+ <a href="releases/abcl-src-0.19.1.tar.gz">abcl-src-0.19.1.tar.gz</a>
+ <a href="releases/abcl-src-0.19.1.tar.gz.asc" class="asc">(pgp)</a>
+ </td>
+ <td>
+ <a href="releases/abcl-src-0.19.1.zip">abcl-src-0.19.1.zip</a>
+ <a href="releases/abcl-src-0.19.1.zip.asc" class="asc">(pgp)</a>
+ </td>
+ </tr>
+
+ </table>
+</td> </tr>
+
<tr>
-<td class="summary-header">Users
+<td class="summary-header">Users
<span>(development <em>with</em> ABCL)</span></td>
<td class="summary-header">Developers
<span>(development <em>of</em> ABCL)</span> </td>
</tr>
+
<tr>
+
<td>
<ul>
<li> <a href="faq.shtml">FAQ</a> </li>
-<li> Introduction: <a href="doc/abcl-install-with-java.html">building
- & running</a> </li>
+<li> Introduction: <a href="doc/abcl-install-with-java.html">building & running</a> </li>
<li> Documentation </li>
-<li> <a
-href="http://trac.common-lisp.net/armedbear/browser/trunk/abcl/examples/abcl">Examples</a> </li>
+<li> <a href="http://trac.common-lisp.net/armedbear/browser/trunk/abcl/examples/abcl">Examples</a> </li>
<li> <a href="testimonials.shtml">Testimonials</a> </li>
<li> Bug reporting </li>
</ul>
</td>
+
<td>
<ul>
-<li> <a href="http://common-lisp.net/cgi-bin/mailman/listinfo/armedbear-devel">Mailing list</a> and <a
+ <li> <a href="http://common-lisp.net/cgi-bin/mailman/listinfo/armedbear-devel">Mailing list</a> and <a
href="https://lists.sourceforge.net/lists/listinfo/armedbear-j-devel">the old mailing list (abandoned)</a></li>
-<li> <a href="http://news.gmane.org/gmane.editors.j.devel">Mailing list access on gmane</a></li>
-<li> <a href="faq.shtml#repository">Repository</a> </li>
-<li> <a href="http://trac.common-lisp.net/armedbear/wiki/TitleIndex">Technical wiki</a> </li>
-<li> <a href="http://trac.common-lisp.net/armedbear/report/1">Bug tracker</a> </li>
-<li> <a href="contributing.shtml">Contributing</a> </li>
+ <li> <a href="http://news.gmane.org/gmane.editors.j.devel">Mailing list access on gmane</a></li>
+ <li> <a href="faq.shtml#repository">Repository</a> </li>
+ <li> <a href="http://trac.common-lisp.net/armedbear/wiki/TitleIndex">Technical wiki</a> </li>
+ <li> <a href="http://trac.common-lisp.net/armedbear/report/1">Bug tracker</a> </li>
+ <li> <a href="contributing.shtml">Contributing</a> </li>
</ul>
</td>
</tr>
+
<tr>
<td class="summary-header" colspan="2">Licensing </td>
</tr>
<tr>
-<td colspan="2">
+<td colspan="2" >
+
+<p style="margin-left: 5%; margin-right: 5%; margin-top: 0; margin-bottom: 0 ">
ABCL is covered by the <a href="http://www.gnu.org/copyleft/gpl.html">
-GNU General Public License</a> with
-<a href="http://www.gnu.org/software/classpath/license.html"
-title="Classpath exception and clarification">Classpath exception</a>, meaning that you can
-use ABCL in your application without the requirement to open the
-sources to your application.
+GNU General Public License</a> with <a
+href="http://www.gnu.org/software/classpath/license.html"
+title="Classpath exception and clarification">Classpath exception</a>,
+meaning that you can use ABCL in your application without the
+requirement to open the sources to your application.
+</p>
+
</td>
</tr>
+
<tr>
<td class="summary-header">System requirements <span>(Users)</span></td>
<td class="summary-header">System requirements <span>(Developers)</span></td>
</tr>
+
<tr>
<td>
<ul>
@@ -94,17 +151,20 @@
FreeBSD or Google App Engine</li>
</ul>
</td>
+
<td>
-<ul>
-<li> <a href="http://java.sun.com/javase/downloads/index_jdk5.jsp">JDK 1.5.0</a> (any patch level), <em>or</em> </li>
-<li> <a href="http://java.sun.com/javase/downloads/index.jsp">JDK 1.6.0 (patch level 10 or higher)</a> </li>
-<li> <a href="http://ant.apache.org">Ant</a> version <a
-href="http://www.apache.org/dist/ant/binaries/apache-ant-1.7.1-bin.zip">1.7.1</a> or higher, <em>or</em> </li>
-<li> A Lisp to run the lisp-based build system </li>
-</ul>
+ <ul>
+ <li> <a href="http://java.sun.com/javase/downloads/index_jdk5.jsp">JDK 1.5.0</a> (any patch level), <em>or</em> </li>
+ <li> <a href="http://java.sun.com/javase/downloads/index.jsp">JDK 1.6.0 (patch level 10 or higher)</a> </li>
+ <li> <a href="http://ant.apache.org">Ant</a> version <a
+ href="http://www.apache.org/dist/ant/binaries/apache-ant-1.7.1-bin.zip">1.7.1</a> or higher, <em>or</em> </li>
+ <li> A Lisp to run the lisp-based build system </li>
+ </ul>
</td>
</tr>
+
</table>
+
</div>
<div style="float:left;width:100%">
Modified: public_html/left-menu
==============================================================================
--- public_html/left-menu (original)
+++ public_html/left-menu Tue Mar 30 11:14:34 2010
@@ -1,7 +1,7 @@
<div style="margin-top:3cm;margin-right:1cm;float:left;width:20ex;background-color:#fea;font-family:sans-serif;font-size:12px;padding:10px 5px 10px 5px">
<b><a href="./">Project page</a><br />
<a href="./testimonials.shtml">Testimonials</a><br />
-<a href="./release-notes-0.18.shtml">Release notes</a><br />
+<a href="./release-notes-0.19.shtml">Release notes</a><br />
<a href="./commercial-support.shtml">Paid support</a>
</b>
<br />
More information about the armedbear-cvs
mailing list