[armedbear-cvs] r11947 - public_html/staging

Erik Huelsmann ehuelsmann at common-lisp.net
Sun May 24 09:54:02 UTC 2009


Author: ehuelsmann
Date: Sun May 24 05:53:44 2009
New Revision: 11947

Log:
Update index and FAQ staging pages.

Modified:
   public_html/staging/faq.shtml
   public_html/staging/index.shtml

Modified: public_html/staging/faq.shtml
==============================================================================
--- public_html/staging/faq.shtml	(original)
+++ public_html/staging/faq.shtml	Sun May 24 05:53:44 2009
@@ -26,7 +26,8 @@
 <ol id="toc">
   <li><a href="#general">General</a>
   <ol>
-    <li><a href="#abcl">abcl</a></li>
+    <li><a href="#license">What license is used for ABCL?</a></li>
+    <li><a href="#bug-reporting">How/Where should I report bugs?</a></li>
   </ol>
   </li> <!-- general -->
 </ol>
@@ -37,12 +38,30 @@
 <h2>General</h2>
 
 
-<div class="h3" title="abcl" id="abcl">
-<h3>abcl</h3>
+<div class="h3" title="license" id="license">
+<h3>What license is used for ABCL?</h3>
 
+<p>ABCL is distributed under 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">Classpath
+exception</a>. This is the same license as used for JAVA SE and GNU Classpath.</p>
+
+<p>Basically this means you can use ABCL from your application without the
+need to make your own application open source.</p>
 
 </div>
 
+<div class="h3" title="bug-reporting" id="bug-reporting">
+<h3>How/Where should I report bugs?</h3>
+
+<p>There is a list of currently known problems (bugs) in our
+<a href="http://trac.common-lisp.net/armedbear/report/1">bug tracker</a>.
+Unfortunately, due to spamming problems, administration of bugs has been
+closed for anybody but common-lisp.net members.</p>
+
+<p>If you found a bug which is not on the list, or you want to stress
+the importance of one that is, please mail our mailing list about it.</p>
+</div>
 
 </div>
 

Modified: public_html/staging/index.shtml
==============================================================================
--- public_html/staging/index.shtml	(original)
+++ public_html/staging/index.shtml	Sun May 24 05:53:44 2009
@@ -25,7 +25,7 @@
 <table style="margin-top:1cm" cellspacing="15" cellpadding="0" >
 <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 an <b>interpreter and a compiler</b>, running in the <b>JVM</b>. Originally
+ 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
@@ -44,7 +44,7 @@
 <li> Introduction: <a href="doc/abcl-install-with-java.html">building
                & running</a> </li>
 <li> Documentation </li>
-<li> Examples </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>
@@ -111,16 +111,6 @@
       compiler that compiles Lisp source to JVM bytecode, and an interactive
       REPL for program development.
       <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.  The license is the
-      same as used by GNU Classpath and J2SE (Java).
-      <br /><br />
-      ABCL runs on platforms that support Java 1.5 (or later), including Linux,
-      Windows, Mac OS X and the BSD family.
-      <br /><br />
       ABCL is free software and comes with ABSOLUTELY NO WARRANTY.
       <br /><br />
       The latest version is 0.15.0, released June ??, 2009.
@@ -128,17 +118,6 @@
 </dl>
 
 <p>
-  <b style="font-family: sans-serif; font-size: large;">Examples</b>
-</p>
-<dl>
-  <dd>
-  In the source repository there are
-  <a href="http://trac.common-lisp.net/armedbear/browser/trunk/abcl/examples/abcl">examples
-  on how to integrate the Lisp environment with your Java code</a>,
-  showing you how to call back and forth between the two.<br />
-  </dd>
-</dl>
-<p>
   <b style="font-family: sans-serif; font-size: large;">Repository</b>
 </p>
 <dl>




More information about the armedbear-cvs mailing list