Changeset 14228
- Timestamp:
- 10/31/12 13:13:02 (8 years ago)
- Location:
- public_html
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
public_html/faq-style.css
r14221 r14228 7 7 } 8 8 ol#toc { 9 border-radius: 1em; 9 10 border-style: solid; 10 11 padding: 1cm; -
public_html/index.shtml
r14222 r14228 1 1 <?xml version="1.0"?> 2 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 3 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 4 4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 5 <head>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" />9 </head>5 <head> 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" /> 9 </head> 10 10 11 <body> 12 <!--#include virtual="left-menu" --> 11 <body> 13 12 14 <div style="margin-left:auto;margin-right:auto;width:20cm;font-family:sans-serif"> 15 <table style="margin-top:1cm" cellpadding="0" cellspacing="15" > 13 <div id="title" class="header"> 14 <h1>Armed Bear Common Lisp (ABCL)</h1> 15 </div> 16 <div id="container"> 17 <!--#include virtual="left-menu" --> 16 18 17 <tr><td colspan="2" class="summary-header"><a href="releases/">Downloads</a></td></tr> 19 <div id="main" > 20 <table style="margin-top: 1cm" cellpadding="0" cellspacing="15" > 18 21 19 <tr><td colspan="2" align="center"> 20 <table class="downloads"> 21 <tr> 22 <td style="font-weight: bold">Binary</td> 23 <td> 24 <a href="releases/1.0.1/abcl-bin-1.0.1.tar.gz">abcl-bin-1.0.1.tar.gz</a> 25 <a href="releases/1.0.1/abcl-bin-1.0.1.tar.gz.asc" class="asc">(pgp)</a> 26 </td> 27 <td> 28 <a href="releases/1.0.1/abcl-bin-1.0.1.zip">abcl-bin-1.0.1.zip</a> 29 <a href="releases/1.0.1/abcl-bin-1.0.1.zip.asc" class="asc">(pgp)</a> 30 </td> 31 <td> 32 <a href="releases/1.0.1/abcl-contrib-1.0.1.jar">abcl-contrib-1.0.1.jar</a> 33 <a href="releases/1.0.1/abcl-contrib-1.0.1.zip.asc" class="asc">(pgp)</a> 34 </td> 35 </tr> 22 <tr><td colspan="2" class="summary-header"><a href="releases/">Downloads</a></td></tr> 36 23 37 <tr> 38 <td style="font-weight: bold">Source</td> 39 <td> 40 <a href="releases/1.0.1/abcl-src-1.0.1.tar.gz">abcl-src-1.0.1.tar.gz</a> 41 <a href="releases/1.0.1/abcl-src-1.0.1.tar.gz.asc" class="asc">(pgp)</a> 42 </td> 43 <td> 44 <a href="releases/1.0.1/abcl-src-1.0.1.zip">abcl-src-1.0.1.zip</a> 45 <a href="releases/1.0.1/abcl-src-1.0.1.zip.asc" class="asc">(pgp)</a> 46 </td> 47 <td> 48 <a href="http://svn.common-lisp.net/armedbear/tags/1.0.1/abcl/contrib/"> 49 abcl-contrib source 50 </a> 51 </td> 52 </tr> 53 </table> 54 </td> </tr> 24 <tr><td colspan="2" align="center"> 25 <table class="downloads"> 26 <tr> 27 <td style="font-weight: bold">Binary</td> 28 <td> 29 <a href="releases/1.0.1/abcl-bin-1.0.1.tar.gz">abcl-bin-1.0.1.tar.gz</a> 30 <a href="releases/1.0.1/abcl-bin-1.0.1.tar.gz.asc" class="asc">(pgp)</a> 31 </td> 32 <td> 33 <a href="releases/1.0.1/abcl-bin-1.0.1.zip">abcl-bin-1.0.1.zip</a> 34 <a href="releases/1.0.1/abcl-bin-1.0.1.zip.asc" class="asc">(pgp)</a> 35 </td> 36 <td> 37 <a href="releases/1.0.1/abcl-contrib-1.0.1.jar">abcl-contrib-1.0.1.jar</a> 38 <a href="releases/1.0.1/abcl-contrib-1.0.1.zip.asc" class="asc">(pgp)</a> 39 </td> 40 </tr> 41 42 <tr> 43 <td style="font-weight: bold">Source</td> 44 <td> 45 <a href="releases/1.0.1/abcl-src-1.0.1.tar.gz">abcl-src-1.0.1.tar.gz</a> 46 <a href="releases/1.0.1/abcl-src-1.0.1.tar.gz.asc" class="asc">(pgp)</a> 47 </td> 48 <td> 49 <a href="releases/1.0.1/abcl-src-1.0.1.zip">abcl-src-1.0.1.zip</a> 50 <a href="releases/1.0.1/abcl-src-1.0.1.zip.asc" class="asc">(pgp)</a> 51 </td> 52 <td> 53 <a href="http://svn.common-lisp.net/armedbear/tags/1.0.1/abcl/contrib/"> 54 abcl-contrib source 55 </a> 56 </td> 57 </tr> 58 </table> 59 </td> 60 </tr> 55 61 56 <tr><td colspan="2" class="summary-header">ABCL — Common Lisp on the JVM</td></tr> 62 <tr> 63 <td colspan="2" class="summary-header">ABCL — Common Lisp on the JVM</td> 64 </tr> 57 65 58 <tr><td colspan="2"> 59 <p style="margin-left: 5%; margin-right: 5%; margin-top: 0; margin-bottom: 0"> 60 <b>Armed Bear Common Lisp</b> (ABCL) is a full implementation of the <b>Common Lisp</b> 61 language featuring both <b>an interpreter and a compiler</b>, 62 running in the <b>JVM</b>. Originally started to be a scripting 63 language for the J editor, it now supports <b>JSR-223 (Java 64 scripting API)</b>: it can be a scripting engine in any Java 65 application. Additionally, it can be used to implement (parts of) 66 the application using <b>Java to Lisp integration</b> APIs. 67 </p> 68 </td></tr> 66 <tr> 67 <td colspan="2"> 68 <p style="margin-left: 10%; margin-right: 10%; 69 margin-top: 0; margin-bottom: 0; font-size: bigger"> 70 <b>Armed Bear Common Lisp</b> (ABCL) is a full implementation of the <b>Common Lisp</b> 71 language featuring both <b>an interpreter and a compiler</b>, 72 running in the <b>JVM</b>. Originally started to be a scripting 73 language for the J editor, it now supports <b>JSR-223 (Java 74 scripting API)</b>: it can be a scripting engine in any Java 75 application. Additionally, it can be used to implement (parts of) 76 the application using <b>Java to Lisp integration</b> APIs. 77 </p> 78 </td> 79 </tr> 69 80 70 <tr>71 <tdclass="summary-header">Users72 <span>(development <em>with</em> ABCL)</span></td>73 <td class="summary-header">Developers74 <span>(development <em>of</em> ABCL)</span> </td>75 </tr>81 <tr> 82 <td class="summary-header">Users 83 <span>(development <em>with</em> ABCL)</span></td> 84 <td class="summary-header">Developers 85 <span>(development <em>of</em> ABCL)</span> </td> 86 </tr> 76 87 77 <tr> 88 <tr> 89 <td> 90 <ul> 91 <li> <a href="faq.shtml">FAQ</a> </li> 92 <li> <a href="http://abcl-dev.blogspot.com/"> Blog </a> </li> 93 <li> Introduction: <a href="doc/abcl-install-with-java.html">building & running</a> </li> 94 <li> <a href="doc/abcl-user.html">Documentation</a> </li> 95 <li> <a href="http://trac.common-lisp.net/armedbear/browser/trunk/abcl/examples">Examples</a> </li> 96 <li> <a href="testimonials.shtml">Testimonials</a> </li> 97 <li> <a href="bugreporting.shtml">Bug reporting</a> </li> 98 </ul> 99 </td> 100 <td> 101 <ul> 102 <li> <a href="http://common-lisp.net/cgi-bin/mailman/listinfo/armedbear-devel">Mailing list</a> and <a 103 href="https://lists.sourceforge.net/lists/listinfo/armedbear-j-devel">the old mailing list (abandoned)</a></li> 104 <li> <a href="http://news.gmane.org/gmane.editors.j.devel">Mailing list access on gmane</a></li> 105 <li> <a href="faq.shtml#repository">Repository</a> </li> 106 <li> <a href="http://trac.common-lisp.net/armedbear/wiki/TitleIndex">Technical wiki</a> </li> 107 <li> <a href="http://trac.common-lisp.net/armedbear/report/1">Bug tracker</a> </li> 108 <li> <a href="contributing.shtml">Contributing</a> </li> 109 </ul> 110 </td> 111 </tr> 78 112 79 <td> 80 <ul> 81 <li> <a href="faq.shtml">FAQ</a> </li> 82 <li> <a href="http://abcl-dev.blogspot.com/"> Blog </a> </li> 83 <li> Introduction: <a href="doc/abcl-install-with-java.html">building & running</a> </li> 84 <li> <a href="doc/abcl-user.html">Documentation</a> </li> 85 <li> <a href="http://trac.common-lisp.net/armedbear/browser/trunk/abcl/examples">Examples</a> </li> 86 <li> <a href="testimonials.shtml">Testimonials</a> </li> 87 <li> <a href="bugreporting.shtml">Bug reporting</a> </li> 88 </ul> 89 </td> 113 <tr> 114 <td class="summary-header">System requirements <span>(Users)</span></td> 115 <td class="summary-header">System requirements <span>(Developers)</span></td> 116 </tr> 90 117 91 <td> 92 <ul> 93 <li> <a href="http://common-lisp.net/cgi-bin/mailman/listinfo/armedbear-devel">Mailing list</a> and <a 94 href="https://lists.sourceforge.net/lists/listinfo/armedbear-j-devel">the old mailing list (abandoned)</a></li> 95 <li> <a href="http://news.gmane.org/gmane.editors.j.devel">Mailing list access on gmane</a></li> 96 <li> <a href="faq.shtml#repository">Repository</a> </li> 97 <li> <a href="http://trac.common-lisp.net/armedbear/wiki/TitleIndex">Technical wiki</a> </li> 98 <li> <a href="http://trac.common-lisp.net/armedbear/report/1">Bug tracker</a> </li> 99 <li> <a href="contributing.shtml">Contributing</a> </li> 100 </ul> 101 </td> 102 </tr> 118 <tr> 119 <td> 120 <p> 121 One of the following 122 </p> 123 <ul> 124 <li> 125 <a 126 href="http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-javase5-419410.html#jre-1.5.0_22-oth-JPR">JRE 1.5.0</a> 127 </li> 128 <li><a href="http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-javase6-419409.html#jre-6u34-oth-JPR">JRE 1.6.0 (patch level 10 or higher)</a></li> 129 <li><a href="http://java.com/en/">JRE 1.7.0</a></li> 130 </ul> 131 <p style="max-width: 7cm"> 132 Running on one of the explictly supported platforms: 133 Windows, Linux, MacOS X, OpenBSD, 134 NetBSD, 135 FreeBSD, Solaris or Google App Engine 136 </p> 137 </td> 103 138 104 <tr> 105 <td class="summary-header">System requirements <span>(Users)</span></td> 106 <td class="summary-header">System requirements <span>(Developers)</span></td> 107 </tr> 139 <td> 140 <p>One of the following</p> 141 <ul> 142 <li> <a href="http://java.sun.com/javase/downloads/index_jdk5.jsp">JDK 1.5.0</a> </li> 143 <li> <a href="http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-javase6-419409.html">JDK 1.6.0 (patch level 10 or higher)</a> </li> 144 <li> <a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">JDK 1.7.0</a> </li> 145 </ul> 146 <p>And either</p> 147 <ul> 148 <li> <a href="http://ant.apache.org">Ant</a> version <a 149 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> 150 <li> A Lisp to run the lisp-based build system </li> 151 </ul> 152 </td> 153 </tr> 108 154 109 <tr> 110 <td> 111 <ul> 112 <li> JRE 1.5.0 (any patch level), or </li> 113 <li> JRE 1.6.0 (patch level 10 or higher) </li> 114 <li> One of the explicitly supported platforms: <br /> 115 Windows, Linux, MacOS X, OpenBSD, NetBSD, <br /> 116 FreeBSD or Google App Engine</li> 117 </ul> 118 </td> 155 <tr> 156 <td class="summary-header" colspan="2">Licensing </td> 157 </tr> 158 <tr> 159 <td colspan="2" > 119 160 120 <td> 121 <ul> 122 <li> <a href="http://java.sun.com/javase/downloads/index_jdk5.jsp">JDK 1.5.0</a> (any patch level), <em>or</em> </li> 123 <li> <a href="http://java.sun.com/javase/downloads/index.jsp">JDK 1.6.0 (patch level 10 or higher)</a> </li> 124 <li> <a href="http://ant.apache.org">Ant</a> version <a 125 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> 126 <li> A Lisp to run the lisp-based build system </li> 127 </ul> 128 </td> 129 </tr> 161 <p style="margin-left: 5%; margin-right: 5%; margin-top: 0; margin-bottom: 0 "> 162 ABCL is covered by the <a href="http://www.gnu.org/copyleft/gpl.html"> 163 GNU General Public License</a> with <a 164 href="http://www.gnu.org/software/classpath/license.html" 165 title="Classpath exception and clarification">Classpath exception</a>, 166 meaning that you can use ABCL in your application without the 167 requirement to open the sources to your application. 168 </p> 130 169 170 </td> 171 </tr> 131 172 132 <tr> 133 <td class="summary-header" colspan="2">Licensing </td> 134 </tr> 135 <tr> 136 <td colspan="2" > 173 </table> 174 </div> 175 </div> 137 176 138 <p style="margin-left: 5%; margin-right: 5%; margin-top: 0; margin-bottom: 0 "> 139 ABCL is covered by the <a href="http://www.gnu.org/copyleft/gpl.html"> 140 GNU General Public License</a> with <a 141 href="http://www.gnu.org/software/classpath/license.html" 142 title="Classpath exception and clarification">Classpath exception</a>, 143 meaning that you can use ABCL in your application without the 144 requirement to open the sources to your application. 145 </p> 177 <div style="float:left;width:100%"> 178 <hr /> 179 <p>Back to <a href="http://common-lisp.net/">Common-lisp.net</a>.</p> 146 180 147 </td> 148 </tr> 149 150 </table> 151 152 </div> 153 154 <div style="float:left;width:100%"> 155 <hr /> 156 <p>Back to <a href="http://common-lisp.net/">Common-lisp.net</a>.</p> 157 158 <div class="check"> 159 <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a> 160 </div> 161 <div style="float:right;font-size:10px;font-family:monospace">$Id$</div> 162 </div> 163 </body> 181 <div class="check"> 182 <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a> 183 </div> 184 <div style="float:right;font-size:10px;font-family:monospace">$Id$</div> 185 </div> 186 </body> 164 187 </html> -
public_html/left-menu
r13744 r14228 1 <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"> 2 <b><a href="./">Project page</a><br /> 3 <a href="./faq.shtml">FAQ</a><br /> 4 <a href="./testimonials.shtml">Testimonials</a><br /> 5 <a href="./release-notes-1.0.0.shtml">Release notes</a><br /> 6 <a href="./commercial-support.shtml">Paid support</a><br /> 7 </b> 8 <br /> 9 <br /> 10 <a href="http://armedbear-j.sourceforge.net">J - the editor</a><br /> 11 <br /> 1 <div id="left-menu"> 2 <ul class="menu-list"> 3 <li> 4 <a href="./">Project page</a> 5 </li> 6 <li> 7 <a href="./faq.shtml">FAQ</a> 8 </li> 9 <li> 10 <a href="./testimonials.shtml">Testimonials</a> 11 </li> 12 <li> 13 <a href="./release-notes-1.0.1.shtml">Release notes</a> 14 </li> 15 <li> 16 <a href="./commercial-support.shtml">Paid support</a> 17 </li> 18 </ul> 19 20 <ul class="menu-list"> 21 <li> 22 <a href="http://armedbear-j.sourceforge.net">J - the editor</a> 23 </li> 24 </ul> 12 25 26 <div style="height:3cm"> </div> 13 27 14 <div style="height:3cm"> </div> 15 16 17 <script type="text/javascript" 18 src="http://www.ohloh.net/p/16553/widgets/project_users_logo.js"> 19 </script> 20 28 <script type="text/javascript" 29 src="http://www.ohloh.net/p/16553/widgets/project_users_logo.js"> 30 </script> 21 31 </div> -
public_html/style.css
r14222 r14228 1 body { 2 font-family: sans-serif; 3 } 4 5 div#main { 6 margin-left:auto; 7 margin-right:auto; 8 width: 80%; 9 max-width: 20cm; 10 } 1 11 2 12 .header { 3 font-size: medium; 4 background-color:#336699; 5 color:#ffffff; 6 border-style:solid; 7 border-width: 5px; 8 border-color:#002244; 9 padding: 1mm 1mm 1mm 5mm; 13 text-align: center; 14 font-size: medium; 15 background-color: #3366ff; 16 color: #ffffff; 17 border-radius: 1em; 18 border-width: 5px; 19 border-color:#002244; 20 padding: 1mm 1mm 1mm 5mm; 21 paddingleft: 10%; 10 22 } 11 23 12 24 .footer { 13 14 15 16 background-color:#336699;17 color:#ffffff;18 border-style:solid;19 20 21 25 font-size: small; 26 font-style: italic; 27 text-align: right; 28 background-color:#3366ff; 29 color: #ffffff; 30 border-radius: 1em; 31 border-width: 2px; 32 border-color:#002244; 33 padding: 1mm 1mm 1mm 1mm; 22 34 } 23 35 24 .footer a:link { 25 font-weight:bold; 26 color:#ffffff; 27 text-decoration:underline; 28 } 29 30 .footer a:visited { 31 font-weight:bold; 32 color:#ffffff; 33 text-decoration:underline; 36 .footer a:link, .footer a:visited { 37 font-weight: bold; 38 color: #ffffff; 39 text-decoration: underline; 34 40 } 35 41 36 42 .footer a:hover { 37 font-weight:bold; 38 color:#002244; 39 text-decoration:underline; } 43 font-weight:bold; 44 color:#002244; 45 text-decoration:underline; 46 } 40 47 41 .check {font-size: x-small; 42 text-align:right;} 48 .check { 49 font-size: x-small; 50 text-align:right; 51 } 43 52 44 .check a:link { font-weight:bold; 45 color:#a0a0ff; 46 text-decoration:underline; } 53 .check a:link { 54 font-weight:bold; 55 color:#a0a0ff; 56 text-decoration:underline; 57 } 47 58 48 .check a:visited { font-weight:bold; 49 color:#a0a0ff; 50 text-decoration:underline; } 59 .check a:visited { 60 font-weight:bold; 61 color:#a0a0ff; 62 text-decoration:underline; 63 } 51 64 52 .check a:hover { font-weight:bold; 53 color:#000000; 54 text-decoration:underline; } 65 .check a:hover { 66 font-weight:bold; 67 color:#000000; 68 text-decoration:underline; 69 } 55 70 56 71 .summary-header { … … 58 73 font-weight: bold; 59 74 color: white; 60 background-color: #369; 61 text-align: center } 75 background-color: #3366ff; 76 text-align: center 77 } 62 78 63 79 .summary-header span { … … 66 82 } 67 83 84 /* "rn" meaning release notes */ 68 85 div.rn { 69 float: left;70 width: 20cm;71 margin-top: 1cm;72 margin-bottom: 1cm;86 float: left; 87 width: 20cm; 88 margin-top: 1cm; 89 margin-bottom: 1cm; 73 90 } 74 75 91 div.rn dl { 76 width: 20cm;92 width: 20cm; 77 93 } 78 79 94 div.rn dl dt { 80 font-family: sans-serif; 81 font-weight: bold; 82 margin-top: 1cm; 83 background: #369; 84 color: #fff; 85 padding-left: 2ex; 86 padding-top: 0.2em; 87 padding-bottom: 0.2em; 95 border-radius: 1em; 96 font-family: sans-serif; 97 font-weight: bold; 98 margin: 1cm; 99 background: #3366ff; 100 color: #fff; 101 padding-left: 1em; 102 padding-top: 0.3em; 103 padding-bottom: 0.3em; 88 104 } 89 90 105 div.rn dl dd { 91 106 margin-top: 1em; … … 93 108 } 94 109 95 td { font-size: 90%; padding: 0 5px 0 5px } 96 dt { font-weight: bold } 97 dd dt { font-weight: bold; font-style: italic } 110 td { 111 font-size: 85%; 112 } 113 dt { 114 font-weight: bold 115 } 116 dd dt { 117 font-weight: bold; font-style: italic 118 } 98 119 99 120 table.downloads { 100 color: black;101 font-weight: bold;102 font-size: larger;121 color: black; 122 font-weight: bold; 123 font-size: larger; 103 124 } 104 125 105 126 table.downloads a { 106 font-weight: normal;107 font-size:smaller;127 font-weight: normal; 128 font-size:smaller; 108 129 } 109 130 110 131 table.downloads a.asc { 111 font-size: smaller;132 font-size: smaller; 112 133 } 113 134 114 135 td ul { 115 margin:0;136 margin:0; 116 137 } 117 138 118 139 td.summary-header { 119 140 padding: .3em; … … 124 145 color: white; 125 146 } 147 148 div#left-menu { 149 border-radius: 1em; 150 border-style: solid; 151 border-color: #999999; 152 float: left; 153 width: 10%; 154 background-color: #6699ff; 155 font-family: sans-serif; 156 font-size: 12px; 157 } 158 159 ul.menu-list { 160 list-style: none; 161 } 162 163 ul.menu-list a:link, ul.menu-list a:visited { 164 font-weight: bold; 165 color: #ffffff; 166 text-decoration: underline; 167 } 168 169 ul.menu-list li { 170 padding: .3em; 171 margin-left: -20%; 172 }
Note: See TracChangeset
for help on using the changeset viewer.