Changeset 12579
- Timestamp:
- 03/30/10 15:14:34 (13 years ago)
- Location:
- public_html
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
public_html/index.shtml
r12574 r12579 9 9 <style type="text/css"> 10 10 td { font-size: 90%; padding: 0 5px 0 5px } 11 th { font-weight: bold; align: center; padding: 0 5px 0 5px }12 11 dt { font-weight: bold } 13 12 dd dt { font-weight: bold; font-style: italic } 13 14 table.downloads { 15 color: black; 16 font-weight: bold; 17 font-size: larger; 18 } 19 table.downloads a { 20 font-weight: normal; 21 font-size:smaller; 22 } 23 24 table.downloads a.asc { 25 font-size: smaller; 26 } 27 28 td ul { margin:0 } 29 14 30 </style> 15 31 </head> … … 23 39 24 40 <div style="margin-left:auto;margin-right:auto;width:20cm;font-family:sans-serif"> 25 <table style="margin-top:1cm" cellspacing="15" cellpadding="0"> 41 <table style="margin-top:1cm" cellpadding="0" cellspacing="15" > 42 26 43 <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 28 featuring both <b>an interpreter and a compiler</b>, running in the <b>JVM</b>. Originally 29 started to be a scripting language for the J editor, it now supports <b>JSR-233 30 (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. 44 45 <tr><td colspan="2"> 46 <p style="margin-left: 5%; margin-right: 5%; margin-top: 0; margin-bottom: 0"> 47 <b>ABCL</b> is a full implementation of the <b>Common Lisp</b> 48 language featuring both <b>an interpreter and a compiler</b>, 49 running in the <b>JVM</b>. Originally started to be a scripting 50 language for the J editor, it now supports <b>JSR-233 (Java 51 scripting API)</b>: it can be a scripting engine in any Java 52 application. Additionally, it can be used to implement (parts of) 53 the application using <b>Java to Lisp integration</b> APIs. 54 </p> 33 55 </td></tr> 34 <tr><th style="border:1px black solid" colspan="2"><a 35 href="releases/abcl-src-0.19.1.tar.gz" style="color:black;font-weight:normal"> 36 Download 0.19.1</a> <a 37 href="releases/abcl-src-0.19.1.zip" 38 style="font-size:75%;color:black;font-weight:normal">(zip)</a></th></tr> 56 57 <tr><td colspan="2" class="summary-header">Downloads</td></tr> 58 59 <tr><td colspan="2" align="center"> 60 <table class="downloads"> 61 <tr> 62 <td style="font-weight: bold">Binary</td> 63 <td> 64 <a href="releases/abcl-bin-0.19.1.tar.gz">abcl-bin-0.19.1.tar.gz</a> 65 <a href="releases/abcl-bin-0.19.1.tar.gz.asc" class="asc">(pgp)</a> 66 </td> 67 <td> 68 <a href="releases/abcl-bin-0.19.1.zip">abcl-bin-0.19.1.zip</a> 69 <a href="releases/abcl-bin-0.19.1.zip.asc" class="asc">(pgp)</a> 70 </td> 71 </tr> 72 73 <tr> 74 <td style="font-weight: bold">Source</td> 75 <td> 76 <a href="releases/abcl-src-0.19.1.tar.gz">abcl-src-0.19.1.tar.gz</a> 77 <a href="releases/abcl-src-0.19.1.tar.gz.asc" class="asc">(pgp)</a> 78 </td> 79 <td> 80 <a href="releases/abcl-src-0.19.1.zip">abcl-src-0.19.1.zip</a> 81 <a href="releases/abcl-src-0.19.1.zip.asc" class="asc">(pgp)</a> 82 </td> 83 </tr> 84 85 </table> 86 </td> </tr> 87 39 88 <tr> 40 <td class="summary-header">Users89 <td class="summary-header">Users 41 90 <span>(development <em>with</em> ABCL)</span></td> 42 91 <td class="summary-header">Developers 43 92 <span>(development <em>of</em> ABCL)</span> </td> 44 93 </tr> 94 45 95 <tr> 96 46 97 <td> 47 98 <ul> 48 99 <li> <a href="faq.shtml">FAQ</a> </li> 49 <li> Introduction: <a href="doc/abcl-install-with-java.html">building 50 & running</a> </li> 100 <li> Introduction: <a href="doc/abcl-install-with-java.html">building & running</a> </li> 51 101 <li> Documentation </li> 52 <li> <a 53 href="http://trac.common-lisp.net/armedbear/browser/trunk/abcl/examples/abcl">Examples</a> </li> 102 <li> <a href="http://trac.common-lisp.net/armedbear/browser/trunk/abcl/examples/abcl">Examples</a> </li> 54 103 <li> <a href="testimonials.shtml">Testimonials</a> </li> 55 104 <li> Bug reporting </li> 56 105 </ul> 57 106 </td> 107 58 108 <td> 59 109 <ul> 60 <li> <a href="http://common-lisp.net/cgi-bin/mailman/listinfo/armedbear-devel">Mailing list</a> and <a110 <li> <a href="http://common-lisp.net/cgi-bin/mailman/listinfo/armedbear-devel">Mailing list</a> and <a 61 111 href="https://lists.sourceforge.net/lists/listinfo/armedbear-j-devel">the old mailing list (abandoned)</a></li> 62 <li> <a href="http://news.gmane.org/gmane.editors.j.devel">Mailing list access on gmane</a></li>63 <li> <a href="faq.shtml#repository">Repository</a> </li>64 <li> <a href="http://trac.common-lisp.net/armedbear/wiki/TitleIndex">Technical wiki</a> </li>65 <li> <a href="http://trac.common-lisp.net/armedbear/report/1">Bug tracker</a> </li>66 <li> <a href="contributing.shtml">Contributing</a> </li>112 <li> <a href="http://news.gmane.org/gmane.editors.j.devel">Mailing list access on gmane</a></li> 113 <li> <a href="faq.shtml#repository">Repository</a> </li> 114 <li> <a href="http://trac.common-lisp.net/armedbear/wiki/TitleIndex">Technical wiki</a> </li> 115 <li> <a href="http://trac.common-lisp.net/armedbear/report/1">Bug tracker</a> </li> 116 <li> <a href="contributing.shtml">Contributing</a> </li> 67 117 </ul> 68 118 </td> 69 119 </tr> 120 70 121 <tr> 71 122 <td class="summary-header" colspan="2">Licensing </td> 72 123 </tr> 73 124 <tr> 74 <td colspan="2"> 125 <td colspan="2" > 126 127 <p style="margin-left: 5%; margin-right: 5%; margin-top: 0; margin-bottom: 0 "> 75 128 ABCL is covered by the <a href="http://www.gnu.org/copyleft/gpl.html"> 76 GNU General Public License</a> with 77 <a href="http://www.gnu.org/software/classpath/license.html" 78 title="Classpath exception and clarification">Classpath exception</a>, meaning that you can 79 use ABCL in your application without the requirement to open the 80 sources to your application. 129 GNU General Public License</a> with <a 130 href="http://www.gnu.org/software/classpath/license.html" 131 title="Classpath exception and clarification">Classpath exception</a>, 132 meaning that you can use ABCL in your application without the 133 requirement to open the sources to your application. 134 </p> 135 81 136 </td> 82 137 </tr> 138 83 139 <tr> 84 140 <td class="summary-header">System requirements <span>(Users)</span></td> 85 141 <td class="summary-header">System requirements <span>(Developers)</span></td> 86 142 </tr> 143 87 144 <tr> 88 145 <td> … … 95 152 </ul> 96 153 </td> 154 97 155 <td> 98 <ul>99 <li> <a href="http://java.sun.com/javase/downloads/index_jdk5.jsp">JDK 1.5.0</a> (any patch level), <em>or</em> </li>100 <li> <a href="http://java.sun.com/javase/downloads/index.jsp">JDK 1.6.0 (patch level 10 or higher)</a> </li>101 <li> <a href="http://ant.apache.org">Ant</a> version <a102 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>103 <li> A Lisp to run the lisp-based build system </li>104 </ul>156 <ul> 157 <li> <a href="http://java.sun.com/javase/downloads/index_jdk5.jsp">JDK 1.5.0</a> (any patch level), <em>or</em> </li> 158 <li> <a href="http://java.sun.com/javase/downloads/index.jsp">JDK 1.6.0 (patch level 10 or higher)</a> </li> 159 <li> <a href="http://ant.apache.org">Ant</a> version <a 160 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> 161 <li> A Lisp to run the lisp-based build system </li> 162 </ul> 105 163 </td> 106 164 </tr> 165 107 166 </table> 167 108 168 </div> 109 169 -
public_html/left-menu
r12371 r12579 2 2 <b><a href="./">Project page</a><br /> 3 3 <a href="./testimonials.shtml">Testimonials</a><br /> 4 <a href="./release-notes-0.1 8.shtml">Release notes</a><br />4 <a href="./release-notes-0.19.shtml">Release notes</a><br /> 5 5 <a href="./commercial-support.shtml">Paid support</a> 6 6 </b>
Note: See TracChangeset
for help on using the changeset viewer.