Changeset 12034


Ignore:
Timestamp:
07/07/09 18:44:48 (14 years ago)
Author:
ehuelsmann
Message:

Indicate where our repository and technical wiki reside.

Location:
public_html
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • public_html/faq.shtml

    r12008 r12034  
    151151</div>
    152152
     153<div class="h3" title="repository" id="repository">
     154<h3>Where is ABCL's source code repository?</h3>
     155
     156<p>If you want to build the latest (unstable) ABCL code,
     157you can check out through
     158svn://common-lisp.net/project/armedbear/svn/trunk/abcl.</p>
     159
     160</div>
     161
     162
    153163</div>
    154164
  • public_html/index.shtml

    r12008 r12034  
    55<head>
    66  <title>Armed Bear Common Lisp (ABCL) - Common Lisp on the JVM</title>
    7   <link rel="stylesheet" type="text/css" href="style.css"/>
    8   <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
     7  <link rel="stylesheet" type="text/css" href="style.css" />
     8  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
    99<style type="text/css">
    1010td { font-size: 90%; padding: 0 5px 0 5px }
     
    2323
    2424<div style="margin-left:auto;margin-right:auto;width:20cm;font-family:sans-serif">
    25 <table style="margin-top:1cm" cellspacing="15" cellpadding="0" >
     25<table style="margin-top:1cm" cellspacing="15" cellpadding="0">
    2626<tr><td colspan="2" class="summary-header">Project description</td></tr>
    2727<tr><td colspan="2"><b>ABCL</b> is a full implementation of the <b>Common Lisp</b> language
     
    3232 using <b>Java to Lisp integration</b> APIs.
    3333</td></tr>
    34 <tr><td class="summary-header" colspan="2"><a href="http://downloads.sourceforge.net/armedbear-j/abc/abcl-src-0.15.0.tgz" style="color:yellow">
    35 Download your copy from SourceForge: 0.15.0</a> <a href="http://downloads.sourceforge.net/armedbear-j/abc/abcl-src-0.15.0.zip" style="font-size:75%;color:yellow;font-weight:normal">(zip)</a></td></tr>
     34<tr><td class="summary-header" colspan="2"><a
     35href="http://downloads.sourceforge.net/armedbear-j/abc/abcl-src-0.15.0.tgz"
     36style="color:yellow">
     37Download your copy from SourceForge: 0.15.0</a> <a
     38href="http://downloads.sourceforge.net/armedbear-j/abc/abcl-src-0.15.0.zip"
     39style="font-size:75%;color:yellow;font-weight:normal">(zip)</a></td></tr>
    3640<tr>
    3741<td class="summary-header">Users
     
    4751               &amp; running</a> </li>
    4852<li> Documentation </li>
    49 <li> <a href="http://trac.common-lisp.net/armedbear/browser/trunk/abcl/examples/abcl">Examples</a> </li>
     53<li> <a
     54href="http://trac.common-lisp.net/armedbear/browser/trunk/abcl/examples/abcl">Examples</a> </li>
    5055<li> <a href="testimonials.shtml">Testimonials</a> </li>
    5156<li> Bug reporting </li>
     
    5459<td>
    5560<ul>
    56 <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>
     61<li> <a href="http://common-lisp.net/cgi-bin/mailman/listinfo/armedbear-devel">Mailing list</a> and <a
     62href="https://lists.sourceforge.net/lists/listinfo/armedbear-j-devel">the old mailing list (abandoned)</a></li>
    5763<li> <a href="http://news.gmane.org/gmane.editors.j.devel">Mailing list access on gmane</a></li>
    58 <li> Repository </li>
    59 <li> Technical wiki </li>
     64<li> <a href="faq.shtml#repository">Repository</a> </li>
     65<li> <a href="http://trac.common-lisp.net/armedbear/wiki/TitleIndex">Technical wiki</a> </li>
    6066<li> <a href="http://trac.common-lisp.net/armedbear/report/1">Bug tracker</a> </li>
    6167<li> <a href="contributing.shtml">Contributing</a> </li>
     
    7076ABCL is covered by the <a href="http://www.gnu.org/copyleft/gpl.html">
    7177GNU General Public License</a> with
    72 <a href="http://www.gnu.org/software/classpath/license.html" title="Classpath exception and clarification">Classpath exception</a>, meaning that you can
     78<a href="http://www.gnu.org/software/classpath/license.html"
     79title="Classpath exception and clarification">Classpath exception</a>, meaning that you can
    7380use ABCL in your application without the requirement to open the
    7481sources to your application.
     
    93100<li> <a href="http://java.sun.com/javase/downloads/index_jdk5.jsp">JDK 1.5.0</a> (any patch level), <em>or</em> </li>
    94101<li> <a href="http://java.sun.com/javase/downloads/index.jsp">JDK 1.6.0 (patch level 10 or higher)</a> </li>
    95 <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>
     102<li> <a href="http://ant.apache.org">Ant</a> version <a
     103href="http://www.apache.org/dist/ant/binaries/apache-ant-1.7.1-bin.zip">1.7.1</a> or higher, <em>or</em> </li>
    96104<li> A Lisp to run the lisp-based build system </li>
    97105</ul>
Note: See TracChangeset for help on using the changeset viewer.