Changeset 12034
- Timestamp:
- 07/07/09 18:44:48 (14 years ago)
- Location:
- public_html
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
public_html/faq.shtml
r12008 r12034 151 151 </div> 152 152 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, 157 you can check out through 158 svn://common-lisp.net/project/armedbear/svn/trunk/abcl.</p> 159 160 </div> 161 162 153 163 </div> 154 164 -
public_html/index.shtml
r12008 r12034 5 5 <head> 6 6 <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" /> 9 9 <style type="text/css"> 10 10 td { font-size: 90%; padding: 0 5px 0 5px } … … 23 23 24 24 <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"> 26 26 <tr><td colspan="2" class="summary-header">Project description</td></tr> 27 27 <tr><td colspan="2"><b>ABCL</b> is a full implementation of the <b>Common Lisp</b> language … … 32 32 using <b>Java to Lisp integration</b> APIs. 33 33 </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 35 href="http://downloads.sourceforge.net/armedbear-j/abc/abcl-src-0.15.0.tgz" 36 style="color:yellow"> 37 Download your copy from SourceForge: 0.15.0</a> <a 38 href="http://downloads.sourceforge.net/armedbear-j/abc/abcl-src-0.15.0.zip" 39 style="font-size:75%;color:yellow;font-weight:normal">(zip)</a></td></tr> 36 40 <tr> 37 41 <td class="summary-header">Users … … 47 51 & running</a> </li> 48 52 <li> Documentation </li> 49 <li> <a href="http://trac.common-lisp.net/armedbear/browser/trunk/abcl/examples/abcl">Examples</a> </li> 53 <li> <a 54 href="http://trac.common-lisp.net/armedbear/browser/trunk/abcl/examples/abcl">Examples</a> </li> 50 55 <li> <a href="testimonials.shtml">Testimonials</a> </li> 51 56 <li> Bug reporting </li> … … 54 59 <td> 55 60 <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 62 href="https://lists.sourceforge.net/lists/listinfo/armedbear-j-devel">the old mailing list (abandoned)</a></li> 57 63 <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> 60 66 <li> <a href="http://trac.common-lisp.net/armedbear/report/1">Bug tracker</a> </li> 61 67 <li> <a href="contributing.shtml">Contributing</a> </li> … … 70 76 ABCL is covered by the <a href="http://www.gnu.org/copyleft/gpl.html"> 71 77 GNU 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" 79 title="Classpath exception and clarification">Classpath exception</a>, meaning that you can 73 80 use ABCL in your application without the requirement to open the 74 81 sources to your application. … … 93 100 <li> <a href="http://java.sun.com/javase/downloads/index_jdk5.jsp">JDK 1.5.0</a> (any patch level), <em>or</em> </li> 94 101 <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 103 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> 96 104 <li> A Lisp to run the lisp-based build system </li> 97 105 </ul>
Note: See TracChangeset
for help on using the changeset viewer.