Changeset 15275
- Timestamp:
- 04/29/20 20:16:57 (4 years ago)
- Location:
- public_html
- Files:
-
- 40 edited
Legend:
- Unmodified
- Added
- Removed
-
public_html/bugreporting.shtml
r14741 r15275 1 <?xml version="1.0"?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 1 <!DOCTYPE html> 4 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 5 3 <head> 6 4 <title>Bug reporting</title> 7 5 <link rel="stylesheet" type="text/css" href="style.css"/> 8 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>6 <meta charset="utf-8"/> 9 7 </head> 10 8 … … 17 15 18 16 <div style="margin-left:auto;margin-right:auto;width:20cm"> 19 20 21 22 23 24 25 26 17 <h2>A quick guide to producing meaningful bug reports for ABCL</h2> 27 18 28 19 This guide describes how to report bugs in ABCL. When you think you've 29 found a bug, send a bug report to the <a href="http://common-lisp.net/cgi-bin/mailman/listinfo/armedbear-devel">mailing list</a>. For the bug report 30 to be most useful, try and do the following things: 20 found a bug, send a bug report to 21 the <a href="http://common-lisp.net/cgi-bin/mailman/listinfo/armedbear-devel">mailing 22 list</a>. For the bug report to be most useful, try and do the 23 following things: 31 24 32 25 <ol> … … 63 56 busy, but we will take a look at all bug reports when we have time. 64 57 </div> 65 <div style="float:left;width:100%">66 <hr />67 <p>Hosted as part of <a href="http://common-lisp.net/">common-lisp.net</a>.</p>68 58 69 <div class="check"> 70 <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a> 71 </div> 72 <div style="float:right;font-size:10px;font-family:monospace">$Id$</div> 73 </div> 74 59 <div class="footer"> 60 <hr /> 61 <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p> 62 </div> 75 63 </body> 76 64 </html> -
public_html/commercial-support.shtml
r14741 r15275 1 <?xml version="1.0"?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 1 <!DOCTYPE html> 4 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 5 3 <head> 6 4 <title>Armed Bear Common Lisp (ABCL) - Commercial support</title> 5 <meta charset="utf-8"/> 7 6 <link rel="stylesheet" type="text/css" href="style.css" /> 8 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> 9 <style type="text/css">7 8 <style type="text/css"> 10 9 td { font-size: 90%; padding: 0 5px 0 5px } 11 10 th { font-weight: bold; align: center; padding: 0 5px 0 5px } … … 55 54 </ul> 56 55 57 <p><span style="size:70%"> Other developers are free to get their names added58 t o this list, but at this point no other developers are known to59 want to provide this type of support.</span></p>60 56 <p><span style="size:70%">Interested developers are welcome to get 57 their names added to this list, but at this point in time no other 58 developers are known to want to provide this type of 59 support.</span></p> 61 60 </div> 62 61 62 63 63 <div class="footer"> 64 <p>ABCL is <a href="http://abcl.org/">Armed Bear Common Lisp</a>.</p> 65 <p>Hosted as part of <a href="http://common-lisp.net/">common-lisp.net</a>.</p> 66 67 <div class="check"> 68 <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a> 69 </div> 70 <div style="float:right;font-size:10px;font-family:monospace">$Id$</div> 64 <hr /> 65 <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p> 71 66 </div> 72 67 -
public_html/contributing.shtml
r14741 r15275 1 <?xml version="1.0"?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 1 <!DOCTYPE html> 4 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 5 3 <head> 6 4 <title>Contributing: Armed Bear Common Lisp (ABCL) - Common Lisp on the JVM</title> 5 <meta charset="utf-8"/> 7 6 <link rel="stylesheet" type="text/css" href="style.css"/> 8 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>9 7 </head> 10 8 … … 17 15 18 16 <div style="margin-left:auto;margin-right:auto;width:20cm"> 19 20 21 22 23 24 25 17 26 18 <h2>A quick guide to producing patches for ABCL</h2> 27 19 … … 63 55 </ol> 64 56 </div> 65 <div style="float:left;width:100%">66 <hr />67 <p>Hosted as part of <a href="http://common-lisp.net/">common-lisp.net</a>.</p>68 57 69 <div class="check"> 70 <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a> 71 </div> 72 <div style="float:right;font-size:10px;font-family:monospace">$Id$</div> 58 <div class="footer"> 59 <hr /> 60 <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p> 73 61 </div> 74 62 -
public_html/doc/abcl-install-with-java.html
r12211 r15275 1 <?xml version="1.0"?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 1 <!DOCTYPE html> 4 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 5 3 <head> 6 <title>Installing armedbear the Java way</title> 7 <base href=""> 8 <link rel="stylesheet" 9 type="text/css" 10 href="abcl-css.css"> 11 <link rel="stylesheet" 12 type="text/css" 13 href="http://common-lisp.net/project/armedbear/style.css"/> 14 </head> 4 <title>Installing Armed Bear the Java way</title> 5 <meta charset="utf-8"/> 6 <base href=""> 7 <link rel="stylesheet" 8 type="text/css" 9 href="abcl-css.css"/> 10 <link rel="stylesheet" 11 type="text/css" 12 href="../style.css"/> 13 </head> 15 14 16 15 <body> … … 628 627 629 628 <a href="#top">top</a> 630 <a href="http://common-lisp.net/project/armedbear/">home</a> 629 <a href="..">home</a> 630 631 <div class="footer"> 632 <hr /> 633 <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p> 634 </div> 635 631 636 </body> 632 637 </html> -
public_html/doc/abcl-start.html
r11930 r15275 1 <?xml version="1.0"?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 1 <!DOCTYPE html> 4 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 5 <head> 6 <title>Installing armedbear the Java way</title> 7 <base href=""> 8 <link rel="stylesheet" 9 type="text/css" 10 href="abcl-css.css"> 11 <link rel="stylesheet" 12 type="text/css" 13 href="http://common-lisp.net/project/armedbear/style.css"/> 3 <head> 4 <title>Installing armedbear the Java way</title> 5 <base href=""/> 6 <link rel="stylesheet" 7 type="text/css" 8 href="abcl-css.css"/> 9 <link rel="stylesheet" 10 type="text/css" 11 href="http://common-lisp.net/project/armedbear/style.css"/> 12 13 <meta charset="utf-8"/> 14 14 </head> 15 15 … … 205 205 </p> 206 206 207 <div class="footer"> 208 <hr /> 209 <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p> 210 </div> 211 207 212 </body> 208 213 </html> -
public_html/doc/abcl-user.html
r13128 r15275 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 1 <!DOCTYPE html> 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 2 3 <!-- saved from url=(0076)http://www.automatous-monk.com/jvmlanguages/abcl/Armed_Bear_Common_Lisp.html --> 3 <HTML xmlns="http://www.w3.org/1999/xhtml"><HEAD><META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> 4 <TITLE>Armed Bear Common Lisp User Documentation</TITLE> 5 <META name="Description" content="Introductory user documentation on Armed Bear Common Lisp."> 6 <LINK rel="stylesheet" type="text/css" href="./abcl-user_files/style.css"> 7 </HEAD><BODY> 8 <DIV class="header"> 9 <H1>Armed Bear Common Lisp (ABCL) - User Documentation</H1> 10 <H2> "It's the right to arm bears" Paul Westerberg </H2> 11 </DIV> 12 <H1>Overview</H1> 4 <head> 5 <title>Armed Bear Common Lisp User Documentation</title> 6 <meta name="Description" content="Introductory user documentation on Armed Bear Common Lisp."/> 7 <meta charset="utf-8"/> 8 <link rel="stylesheet" type="text/css" href="abcl-css.css"/> 9 </head> 10 <body> 11 <div class="header"> 12 <h1>Armed Bear Common Lisp (ABCL) - User Documentation</h1> 13 <H2> "It's the right to arm bears" Paul Westerberg </H2> 14 </div> 15 <h1>Overview</h1> 13 16 <UL> 14 17 <LI> Supports interoperability both ways between Java and Lisp. </LI> … … 34 37 <H1> Installing ABCL </H1> 35 38 <UL> 36 <LI> Go to the <A href="http ://common-lisp.net/project/armedbear/">ABCL page</A> and find the download link. </LI>39 <LI> Go to the <A href="https://abcl.org">ABCL page</A> and find the download link. </LI> 37 40 <LI> Download the Zip of the Latest Build. </LI> 38 41 <LI> Upzip the files. </LI> … … 211 214 <LI> <A href="http://common-lisp.net/project/armedbear/">Armed Bear Common Lisp website</A> </LI> 212 215 <LI><A href="http://gigamonkeys.com/book/">Practical Common Lisp by Peter Seibel</A></LI> 213 <LI> <A href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewAlbum?id=192190026&s=143441"><I>Open Season</I> soundtrack by Paul Westerberg</A></LI> 214 </UL> 215 <HR> 216 <P>This documentation was written by Paul Reiners (except where otherwise noted). Helpful suggestions and corrections were given by Alessio Stalla and others on the ABCL mailing list. Please<A href="mailto:paul.reiners@gmail.com"> email me</A> with any suggestions or corrections.</P> 217 <HR> 218 <A rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/"><IMG alt="Creative Commons License" style="border-width:0" src="./abcl-user_files/88x31.png"></A><BR><SPAN xmlns:dc="http://purl.org/dc/elements/1.1/" href="http://purl.org/dc/dcmitype/Text" property="dc:title" rel="dc:type">Armed Bear Common Lisp Tutorial</SPAN> by <A xmlns:cc="http://creativecommons.org/ns#" href="./abcl-user_files/abcl-user.html" property="cc:attributionName" rel="cc:attributionURL">Paul Reiners</A> is licensed under a <A rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License</A>. Code samples are released under the GNU General Public License. 219 220 221 </BODY></HTML> 216 <LI> <A href="https://musicbrainz.org/recording/985c53f8-c969-4bf0-a672-fbd2a8781a98"><I>Open Season</I> soundtrack by Paul Westerberg</A></LI> 217 </UL> 218 219 <hr/> 220 221 <p> 222 This documentation was written by Paul Reiners (except where otherwise noted). Helpful suggestions and corrections were given by Alessio Stalla and others on the ABCL mailing list. Please<A href="mailto:paul.reiners@gmail.com"> email me</A> with any suggestions or corrections. 223 </p> 224 225 <hr/> 226 227 <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons License</a> 228 <br/> 229 <SPAN xmlns:dc="http://purl.org/dc/elements/1.1/" href="http://purl.org/dc/dcmitype/Text" property="dc:title" rel="dc:type">Armed Bear Common Lisp Tutorial</SPAN> 230 by <A xmlns:cc="http://creativecommons.org/ns#" href="./abcl-user_files/abcl-user.html" property="cc:attributionName" rel="cc:attributionURL">Paul Reiners</A> is licensed under a <A rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License</A>. Code samples are released under the GNU General Public License. 231 232 <div class="footer"> 233 <hr /> 234 Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p> 235 </div> 236 237 </body> 238 </html> -
public_html/faq.shtml
r15271 r15275 1 <?xml version="1.0"?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 1 <!DOCTYPE html> 4 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 5 3 <head> … … 7 5 <link rel="stylesheet" type="text/css" href="style.css" /> 8 6 <link rel="stylesheet" type="text/css" href="faq-style.css" /> 9 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>7 <meta charset="utf-8"/> 10 8 </head> 11 9 … … 289 287 </div> 290 288 291 <div style="float:left;width:100%"> 292 <hr /> 293 <p>Hosted as part of <a href="http://common-lisp.net/">common-lisp.net</a>.</p> 294 295 <div class="check"> 296 <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a> 297 </div> 298 <div style="float:right;font-size:10px;font-family:monospace">$Id$</div> 299 </div> 300 </div> 289 </div> 290 291 <div class="footer"> 292 <hr /> 293 <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p> 294 </div> 295 301 296 </body> 302 297 </html> -
public_html/index.shtml
r15272 r15275 1 1 <!DOCTYPE html> 2 <html lang="en">2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 3 3 <head> 4 4 <title>Armed Bear Common Lisp (ABCL) - ANSI Common Lisp on the Java Virtual Machine</title> 5 <meta charset=" UTF-8"/>5 <meta charset="utf-8"/> 6 6 <link rel="stylesheet" type="text/css" href="style.css" /> 7 7 </head> … … 15 15 16 16 <div id="main" > 17 <table style="margin-top: 1cm" cellpadding="0" cellspacing="15">17 <table id="main-table"> 18 18 19 19 <tr><td colspan="2" class="summary-header"><a href="releases/">Downloads</a></td></tr> … … 63 63 <tr> 64 64 <td colspan="2"> 65 <p style="margin-left: 10%; margin-right: 10%; 66 margin-top: 0; margin-bottom: 0; font-size: bigger"> 65 <p id="capsule"> 67 66 <b>Armed Bear Common Lisp</b> (ABCL) is a full implementation of the <b>Common Lisp</b> 68 67 language featuring both <b>an interpreter and a compiler</b>, … … 111 110 </tr> 112 111 113 <tr >114 <td> 112 <tr id="requirements"> 113 <td> <!-- requirements for users --> 115 114 <p> 116 115 Supported Java Runtimes … … 143 142 </li> 144 143 <li> 145 <a href="https://www.oracle.com/java/technologies/javase/jdk1 3-archive-downloads.html">144 <a href="https://www.oracle.com/java/technologies/javase/jdk14-archive-downloads.html"> 146 145 Java SE 14 147 146 </a> 148 147 </li> 149 148 </ul> 150 <p style="max-width: 7cm"> 151 Running on one of the explictly supported platforms: 152 Windows, Linux, MacOS X, OpenBSD, 153 NetBSD, 154 FreeBSD, Solaris or Google App Engine 155 </p> 156 </td> 157 158 <td> 159 <p>Supported Java build platforms</p> 149 <p> 150 Running on one of the explictly supported platforms: 151 Windows, Linux, MacOS X, OpenBSD, NetBSD, FreeBSD, 152 Solaris or Google App Engine 153 </p> 154 </td> 155 156 <td> <!-- requirements for developers --> 157 <p> 158 Supported Java build platforms 159 </p> 160 160 <ul> 161 161 <li> … … 195 195 A copy of <a href="https://ant.apache.org">Apache Ant</a> 196 196 version 197 <a href="https:// www.apache.org/dist/ant/binaries/apache-ant-1.7.1-bin.zip">1.7.1</a>197 <a href="https://archive.apache.org/dist/ant/binaries/apache-ant-1.7.1-bin.zip">1.7.1</a> 198 198 or higher. 199 199 </li> … … 203 203 204 204 <tr> 205 <td class="summary-header" colspan="2">Licensing 205 <td class="summary-header" colspan="2">Licensing</td> 206 206 </tr> 207 207 <tr> 208 208 <td colspan="2" > 209 <p style="margin-left: 5%; margin-right: 5%; margin-top: 0; margin-bottom: 0 "> 210 ABCL is covered by the <a href="https://www.gnu.org/copyleft/gpl.html"> 211 GNU General Public License</a> with <a 212 href="https://www.gnu.org/software/classpath/license.html" 213 title="Classpath exception and clarification">Classpath exception</a>, 214 meaning that you can use ABCL in your application without the 209 <p id="licensing"> 210 The use of Armed Bear Common Lisp (ABCL) is covered by 211 the <a href="https://www.gnu.org/copyleft/gpl.html"> 212 GNU General Public License</a> 213 with <a href="https://www.gnu.org/software/classpath/license.html" 214 title="Classpath exception and 215 clarification">Classpath exception</a>, meaning that 216 you can use ABCL in your application without the 215 217 requirement to open the sources to your application. 216 218 </p> … … 221 223 </div> 222 224 223 <div style="float:left;width:100%">225 <div class="footer"> 224 226 <hr /> 225 <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a>.</p> 226 <div class="check"> 227 <a href="https://validator.w3.org/nu/?doc=https%3A%2F%2Fabcl.org%2F">HTML 5 validation</a> 228 </div> 229 <div style="float:right;font-size:10px;font-family:monospace">$Id$</div> 227 <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p> 230 228 </div> 231 229 </body> -
public_html/left-menu
r15271 r15275 3 3 <ul class="menu-list"> 4 4 <li> 5 <a href="./ ">Main</a>5 <a href="./index.shtml">Main</a> 6 6 </li> 7 7 <li> 8 <a href="./releases/1.6.1/abcl-1.6.1.pdf">Manual<smaller>[pdf]</smaller></a>8 User Manual <a href="./releases/1.6.1/abcl-1.6.1.pdf" style="font-size: smaller">[pdf]</a> 9 9 </li> 10 10 <li> … … 23 23 <a href="http://armedbear-j.sourceforge.net">J - the editor</a> 24 24 </li> 25 <li><smaller> 26 [ <a href="http://abcl.org/svn/">SVN</a> | <a href="https://gitlab.common-lisp.net/abcl/abcl/">Gitlab</a> | <a href="https://github.com/armedbear/abcl/">GitHub</a> ] 27 </smaller> 25 <li> 26 Source Code<br> 27 [ 28 <a href="http://abcl.org/svn/" style="font-size: 70%"> 29 SVN 30 </a> 31 | <a href="https://gitlab.common-lisp.net/abcl/abcl/" style="font-size: 70%"> 32 Gitlab 33 </a> 34 | <a href="https://github.com/armedbear/abcl/" style="font-size: 70%"> 35 GitHub 36 </a> 37 ] 28 38 </li> 29 39 </ul> 30 40 </div> 31 32 41 </div> -
public_html/release-notes-0.13.shtml
r14741 r15275 1 <?xml version="1.0"?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 1 <!DOCTYPE html> 4 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 5 3 <head> 6 <title> <!--#include virtual="project-name" --></title>4 <title>ABCL 0.12 Release Notes</title> 7 5 <link rel="stylesheet" type="text/css" href="style.css"/> 8 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>6 <meta charset="utf-8"/> 9 7 </head> 10 8 … … 41 39 42 40 <div class="footer"> 43 <p>ABCL is <a href="http://abcl.org/">Armed Bear Common Lisp</a>.</p> 44 <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p> 45 46 <div class="check"> 47 <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a> 48 </div> 49 <div style="float:right;font-size:10px;font-family:monospace">$Id$</div> 41 <hr /> 42 <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p> 50 43 </div> 51 44 -
public_html/release-notes-0.14.shtml
r14741 r15275 1 <?xml version="1.0"?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 1 2 <!DOCTYPE html> 4 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 5 4 <head> 6 5 <title>Release notes for ABCL 0.14</title> 6 <meta charset="utf-8"/> 7 7 <link rel="stylesheet" type="text/css" href="style.css"/> 8 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>9 10 8 </head> 11 9 … … 43 41 44 42 <div class="footer"> 45 <p>ABCL is <a href="http://abcl.org/">Armed Bear Common Lisp</a>.</p> 46 <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p> 43 <hr /> 44 <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p> 45 </div> 47 46 48 <div class="check">49 <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>50 </div>51 <div style="float:right;font-size:10px;font-family:monospace">$Id$</div>52 </div>53 47 </body> 54 48 </html> -
public_html/release-notes-0.16.shtml
r14741 r15275 1 <?xml version="1.0"?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 1 <!DOCTYPE html> 4 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 5 3 <head> 6 4 <title>Release notes for ABCL 0.16</title> 5 <meta charset="utf-8"/> 7 6 <link rel="stylesheet" type="text/css" href="style.css"/> 8 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>9 7 </head> 10 8 … … 47 45 48 46 <div class="footer"> 49 <p>ABCL is <a href="http://abcl.org/">Armed Bear Common Lisp</a>.</p> 50 <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p> 51 52 <div class="check"> 53 <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a> 54 </div> 55 <div style="float:right;font-size:10px;font-family:monospace">$Id$</div> 47 <hr /> 48 <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p> 56 49 </div> 57 50 -
public_html/release-notes-0.17.shtml
r14741 r15275 1 <?xml version="1.0"?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 1 <!DOCTYPE html> 4 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 5 3 <head> 6 4 <title>Release Notes for ABCL 0.17</title> 7 5 <link rel="stylesheet" type="text/css" href="style.css"/> 8 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>6 <meta charset="utf-8"/> 9 7 </head> 10 8 … … 17 15 18 16 <div class="rn"> 19 20 21 17 22 18 <dl> … … 52 48 53 49 <div class="footer"> 54 <p>ABCL is <a href="http://abcl.org/">Armed Bear Common Lisp</a>.</p> 55 <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p> 56 57 <div class="check"> 58 <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a> 59 </div> 60 <div style="float:right;font-size:10px;font-family:monospace">$Id$</div> 50 <hr /> 51 <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p> 61 52 </div> 62 53 -
public_html/release-notes-0.18.shtml
r14741 r15275 1 <?xml version="1.0"?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 1 <!DOCTYPE html> 4 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 5 3 <head> 6 4 <title>Release notes for ABCL 0.18</title> 7 5 <link rel="stylesheet" type="text/css" href="style.css"/> 8 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>6 <meta charset="utf-8"/> 9 7 </head> 10 8 … … 52 50 53 51 <div class="footer"> 54 <p>ABCL is <a href="http://abcl.org/">Armed Bear Common Lisp</a>.</p> 55 <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p> 52 <hr /> 53 <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p> 54 </div> 56 55 57 <div class="check">58 <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>59 </div>60 <div style="float:right;font-size:10px;font-family:monospace">$Id$</div>61 </div>62 56 </body> 63 57 </html> -
public_html/release-notes-0.19.shtml
r14741 r15275 1 <?xml version="1.0"?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 1 <!DOCTYPE html> 4 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 5 3 <head> 6 4 <title>Release Notes for ABCL 0.19.1</title> 7 5 <link rel="stylesheet" type="text/css" href="style.css"/> 8 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>6 <meta charset="utf-8"/> 9 7 </head> 10 8 … … 41 39 42 40 <div class="footer"> 43 <p>ABCL is <a href="http://abcl.org/">Armed Bear Common Lisp</a>.</p> 44 <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p> 41 <hr /> 42 <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p> 43 </div> 45 44 46 <div class="check">47 <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>48 </div>49 <div style="float:right;font-size:10px;font-family:monospace">$Id$</div>50 </div>51 45 </body> 52 46 </html> -
public_html/release-notes-0.20.shtml
r14741 r15275 1 <?xml version="1.0"?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 1 <!DOCTYPE html> 4 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 5 3 <head> 6 4 <title>Release notes for ABCL 0.20</title> 7 5 <link rel="stylesheet" type="text/css" href="style.css"/> 8 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>6 <meta charset="utf-8"/> 9 7 </head> 10 8 … … 38 36 39 37 <div class="footer"> 40 <p>ABCL is <a href="http://abcl.org/">Armed Bear Common Lisp</a>.</p> 41 <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p> 42 43 <div class="check"> 44 <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a> 45 </div> 46 <div style="float:right;font-size:10px;font-family:monospace">$Id$</div> 38 <hr /> 39 <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p> 47 40 </div> 48 41 -
public_html/release-notes-0.21.shtml
r14741 r15275 1 <?xml version="1.0"?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 1 <!DOCTYPE html> 4 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 5 3 <head> 6 4 <title>Release notes for ABCL 0.21</title> 7 5 <link rel="stylesheet" type="text/css" href="style.css"/> 8 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>6 <meta charset="utf-8"/> 9 7 </head> 10 8 … … 37 35 38 36 <div class="footer"> 39 <p>ABCL is <a href="http://abcl.org/">Armed Bear Common Lisp</a>.</p> 40 <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p> 41 42 <div class="check"> 43 <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a> 44 </div> 45 <div style="float:right;font-size:10px;font-family:monospace">$Id$</div> 37 <hr /> 38 <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p> 46 39 </div> 47 48 40 49 41 </body> -
public_html/release-notes-0.22.shtml
r14741 r15275 1 <?xml version="1.0"?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 1 <!DOCTYPE html> 4 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 5 3 <head> 6 4 <title>Release Notes for ABCL 0.22</title> 7 5 <link rel="stylesheet" type="text/css" href="style.css"/> 8 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>6 <meta charset="utf-8"/> 9 7 </head> 10 8 … … 34 32 35 33 <div class="footer"> 36 <p>ABCL is <a href="http://abcl.org/">Armed Bear Common Lisp</a>.</p> 37 <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p> 34 <hr /> 35 <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p> 36 </div> 38 37 39 <div class="check">40 <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>41 </div>42 <div style="float:right;font-size:10px;font-family:monospace">$Id$</div>43 </div>44 38 45 39 </body> -
public_html/release-notes-0.23.shtml
r14741 r15275 1 <?xml version="1.0"?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 1 <!DOCTYPE html> 4 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 5 3 <head> 6 4 <title>Release Notes for ABCL 0.23</title> 7 5 <link rel="stylesheet" type="text/css" href="style.css"/> 8 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>6 <meta charset="utf-8"/> 9 7 </head> 10 8 … … 56 54 57 55 <div class="footer"> 58 <p>ABCL is <a href="http://abcl.org">Armed Bear Common Lisp</a>.</p> 59 <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p> 60 61 <div class="check"> 62 <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a> 63 </div> 64 <div style="float:right;font-size:10px;font-family:monospace">$Id$</div> 56 <hr /> 57 <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p> 65 58 </div> 66 59 -
public_html/release-notes-0.24.shtml
r14741 r15275 1 <?xml version="1.0"?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 1 <!DOCTYPE html> 4 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 5 3 <head> 6 4 <title>Release Notes for ABCL 0.24</title> 7 5 <link rel="stylesheet" type="text/css" href="style.css"/> 8 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>6 <meta charset="utf-8"/> 9 7 </head> 10 8 … … 50 48 51 49 <div class="footer"> 52 <p>ABCL is <a href="http://abcl.org/">Armed Bear Common Lisp</a>.</p> 53 <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p> 50 <hr /> 51 <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p> 52 </div> 54 53 55 <div class="check">56 <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>57 </div>58 <div style="float:right;font-size:10px;font-family:monospace">$Id$</div>59 </div>60 54 </body> 61 55 </html> -
public_html/release-notes-0.25.shtml
r14741 r15275 1 <?xml version="1.0"?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 1 <!DOCTYPE html> 4 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 5 3 <head> 6 4 <title>Release Notes for ABCL 0.25</title> 7 5 <link rel="stylesheet" type="text/css" href="style.css"/> 8 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>6 <meta charset="utf-8"/> 9 7 </head> 10 8 … … 56 54 57 55 <div class="footer"> 58 <p>ABCL is <a href="http://abcl.org/">Armed Bear Common Lisp</a>.</p> 59 <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p> 60 61 <div class="check"> 62 <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a> 63 </div> 64 <div style="float:right;font-size:10px;font-family:monospace">$Id$</div> 56 <hr /> 57 <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p> 65 58 </div> 66 59 -
public_html/release-notes-0.26.shtml
r14741 r15275 1 <?xml version="1.0"?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 1 <!DOCTYPE html> 4 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 5 3 <head> 6 4 <title>Release Notes for ABCL 0.26</title> 7 5 <link rel="stylesheet" type="text/css" href="style.css"/> 8 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>6 <meta charset="utf-8"/> 9 7 </head> 10 8 … … 53 51 54 52 <div class="footer"> 55 <p>ABCL is <a href="http://abcl.org/">Armed Bear Common Lisp</a>.</p> 56 <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p> 53 <hr /> 54 <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p> 55 </div> 57 56 58 <div class="check">59 <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>60 </div>61 <div style="float:right;font-size:10px;font-family:monospace">$Id$</div>62 </div>63 57 </body> 64 58 </html> -
public_html/release-notes-0.27.shtml
r14741 r15275 1 <?xml version="1.0"?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 1 <!DOCTYPE html> 4 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 5 3 <head> 6 4 <title>Release notes for ABCL 0.27</title> 7 5 <link rel="stylesheet" type="text/css" href="style.css"/> 8 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>6 <meta charset="utf-8"/> 9 7 </head> 10 8 … … 59 57 60 58 <div class="footer"> 61 <p>ABCL is <a href="http://abcl.org/">Armed Bear Common Lisp</a>.</p> 62 <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p> 63 64 <div class="check"> 65 <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a> 66 </div> 67 <div style="float:right;font-size:10px;font-family:monospace">$Id$</div> 59 <hr /> 60 <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p> 68 61 </div> 69 62 -
public_html/release-notes-1.0.0.shtml
r14741 r15275 1 <?xml version="1.0"?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 1 <!DOCTYPE html> 4 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 5 3 <head> 6 4 <title>Release Notes for ABCL 1.0.0</title> 7 5 <link rel="stylesheet" type="text/css" href="style.css"/> 8 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>6 <meta charset="utf-8"/> 9 7 </head> 10 8 … … 50 48 51 49 <div class="footer"> 52 <p>ABCL is <a href="http://abcl.org/">Armed Bear Common Lisp</a>.</p> 53 <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p> 54 55 <div class="check"> 56 <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a> 57 </div> 58 <div style="float:right;font-size:10px;font-family:monospace">$Id$</div> 50 <hr /> 51 <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p> 59 52 </div> 60 53 -
public_html/release-notes-1.0.1.shtml
r14741 r15275 1 <?xml version="1.0"?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 1 <!DOCTYPE html> 4 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 5 3 <head> 6 4 <title>Release notes for ABCL 1.0.1</title> 7 5 <link rel="stylesheet" type="text/css" href="style.css"/> 8 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>6 <meta charset="utf-8"/> 9 7 </head> 10 8 … … 49 47 50 48 <div class="footer"> 51 <p>ABCL is <a href="http://abcl.org/">Armed Bear Common Lisp</a>.</p> 52 <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p> 53 54 <div class="check"> 55 <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a> 56 </div> 57 <div style="float:right;font-size:10px;font-family:monospace">$Id$</div> 49 <hr /> 50 <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p> 58 51 </div> 59 52 -
public_html/release-notes-1.1.0.shtml
r14741 r15275 1 <?xml version="1.0"?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 1 <!DOCTYPE html> 4 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 5 3 <head> 6 4 <title>Release Notes for ABCL 1.1.0</title> 7 5 <link rel="stylesheet" type="text/css" href="style.css"/> 8 <meta http-equiv="Content-Type" content="text/html; 9 charset=ISO-8859-1"/> 10 <link rel="rdf" type="application/rdf" href="http://abcl.org/svn/tags/1.1.0/abcl/abcl.rdf"/> 11 6 <link rel="rdf" type="application/rdf" href="https://abcl.org/svn/tags/1.1.0/abcl/abcl.rdf"/> 7 <meta charset="utf-8"/> 12 8 </head> 13 9 … … 53 49 54 50 <div class="footer"> 55 <p>ABCL is <a href="http://abcl.org/">Armed Bear Common Lisp</a>.</p> 56 <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p> 57 58 <div class="check"> 59 <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a> 60 </div> 61 <div style="float:right;font-size:10px;font-family:monospace">$Id: release-notes-1.0.1.shtml 13748 2012-01-10 18:58:49Z mevenson $</div> 51 <hr /> 52 <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p> 62 53 </div> 63 54 -
public_html/release-notes-1.1.1.shtml
r14741 r15275 1 <?xml version="1.0"?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 1 <!DOCTYPE html> 4 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 5 3 <head> 6 4 <title>Release Notes for ABCL 1.1.0</title> 7 5 <link rel="stylesheet" type="text/css" href="style.css"/> 8 <meta http-equiv="Content-Type" content="text/html; 9 charset=ISO-8859-1"/> 10 <link rel="rdf" type="application/rdf" href="http://abcl.org/svn/tags/1.1.0/abcl/abcl.rdf"/> 11 6 <link rel="rdf" type="application/rdf" href="https://abcl.org/svn/tags/1.1.0/abcl/abcl.rdf"/> 7 <meta charset="utf-8"/> 12 8 </head> 13 9 … … 57 53 58 54 <div class="footer"> 59 <p>ABCL is <a href="http://abcl.org/">Armed Bear Common Lisp</a>.</p> 60 <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p> 61 62 <div class="check"> 63 <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a> 64 </div> 65 <div style="float:right;font-size:10px;font-family:monospace">$Id: release-notes-1.0.1.shtml 13748 2012-01-10 18:58:49Z mevenson $</div> 55 <hr /> 56 <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p> 66 57 </div> 67 58 -
public_html/release-notes-1.2.0.shtml
r14741 r15275 1 <?xml version="1.0"?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 1 <!DOCTYPE html> 4 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 5 3 <head> 6 4 <title>Release Notes for ABCL 1.2.0</title> 7 5 <link rel="stylesheet" type="text/css" href="style.css"/> 8 <meta http-equiv="Content-Type" content="text/html; 9 charset=ISO-8859-1"/> 10 <link rel="rdf" type="application/rdf" href="http://abcl.org/svn/tags/1.2.0/abcl/abcl.rdf"/> 11 6 <link rel="rdf" type="application/rdf" href="https://abcl.org/svn/tags/1.2.0/abcl/abcl.rdf"/> 7 <meta charset="utf-8"/> 12 8 </head> 13 9 … … 72 68 73 69 <div class="footer"> 74 <p>ABCL is <a href="http://abcl.org/">Armed Bear Common Lisp</a>.</p> 75 <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p> 76 77 <div class="check"> 78 <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a> 79 </div> 80 <div style="float:right;font-size:10px;font-family:monospace">$Id: release-notes-1.0.1.shtml 13748 2012-01-10 18:58:49Z mevenson $</div> 70 <hr /> 71 <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p> 81 72 </div> 82 73 -
public_html/release-notes-1.2.1.shtml
r14741 r15275 1 <?xml version="1.0"?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 1 <!DOCTYPE html> 4 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 5 3 <head> 6 4 <title>Release Notes for ABCL 1.2.1</title> 7 5 <link rel="stylesheet" type="text/css" href="style.css"/> 8 <meta http-equiv="Content-Type" content="text/html; 9 charset=ISO-8859-1"/> 10 <link rel="rdf" type="application/rdf" href="http://abcl.org/svn/tags/1.2.0/abcl/abcl.rdf"/> 11 6 <link rel="rdf" type="application/rdf" href="https://abcl.org/svn/tags/1.2.0/abcl/abcl.rdf"/> 7 <meta charset="utf-8"/> 12 8 </head> 13 9 … … 36 32 </pre> 37 33 38 <p>The distribution (perhaps) contains a more detailed documentation of <a href="http://svn.common-lisp.net/armedbear/tags/1.2.1/abcl/CHANGES">CHANGES</a>.</p>39 34 <p>The distribution (perhaps) contains a more detailed documentation 35 of <a href="http://svn.common-lisp.net/armedbear/tags/1.2.1/abcl/CHANGES">CHANGES</a>.</p> 40 36 41 37 <p><a href="release-notes.shtml">Release notes for older releases of ABCL</a>.</p> … … 44 40 45 41 <div class="footer"> 46 <p>ABCL is <a href="http://abcl.org/">Armed Bear Common Lisp</a>.</p> 47 <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p> 42 <hr /> 43 <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p> 44 </div> 48 45 49 <div class="check">50 <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>51 </div>52 <div style="float:right;font-size:10px;font-family:monospace">$Id: release-notes-1.0.1.shtml 13748 2012-01-10 18:58:49Z mevenson $</div>53 </div>54 46 55 47 </body> -
public_html/release-notes-1.3.0.shtml
r14741 r15275 1 <?xml version="1.0"?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 1 <!DOCTYPE html> 4 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 5 3 <head> 6 4 <title>Release Notes for ABCL 1.3.0</title> 7 5 <link rel="stylesheet" type="text/css" href="style.css"/> 8 <meta http-equiv="Content-Type" content="text/html; 9 charset=ISO-8859-1"/> 10 <link rel="rdf" type="application/rdf" href="http://abcl.org/svn/tags/1.2.0/abcl/abcl.rdf"/> 11 6 <link rel="rdf" type="application/rdf" href="https://abcl.org/svn/tags/1.2.0/abcl/abcl.rdf"/> 7 <meta charset="utf-8"/> 12 8 </head> 13 9 … … 155 151 156 152 <div class="footer"> 157 <p>ABCL is <a href="http://abcl.org/">Armed Bear Common Lisp</a>.</p> 158 <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p> 159 160 <div class="check"> 161 <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a> 162 </div> 163 <div style="float:right;font-size:10px;font-family:monospace">$Id: release-notes-1.0.1.shtml 13748 2012-01-10 18:58:49Z mevenson $</div> 153 <hr /> 154 <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p> 164 155 </div> 165 156 -
public_html/release-notes-1.3.1.shtml
r14741 r15275 1 <?xml version="1.0"?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 1 <!DOCTYPE html> 4 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 5 3 <head> 6 4 <title>Release Notes for ABCL 1.3.1</title> 7 5 <link rel="stylesheet" type="text/css" href="style.css"/> 8 <meta http-equiv="Content-Type" content="text/html; 9 charset=ISO-8859-1"/> 10 <link rel="rdf" type="application/rdf" href="http://abcl.org/svn/tags/1.2.0/abcl/abcl.rdf"/> 11 6 <link rel="rdf" type="application/rdf" href="https://abcl.org/svn/tags/1.2.0/abcl/abcl.rdf"/> 7 <meta charset="utf-8"/> 12 8 </head> 13 9 … … 99 95 </div> 100 96 101 <div class="footer"> 102 <p>ABCL is <a href="http://abcl.org/">Armed Bear Common Lisp</a>.</p> 103 <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p> 104 105 <div class="check"> 106 <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a> 107 </div> 108 <div style="float:right;font-size:10px;font-family:monospace">$Id: release-notes-1.0.1.shtml 13748 2012-01-10 18:58:49Z mevenson $</div> 97 <div class="footer"> 98 <hr /> 99 <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p> 109 100 </div> 110 101 -
public_html/release-notes-1.3.2.shtml
r14786 r15275 1 <?xml version="1.0"?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 1 <!DOCTYPE html> 4 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 5 3 <head> 6 4 <title>Release Notes for ABCL 1.3.2</title> 7 5 <link rel="stylesheet" type="text/css" href="style.css"/> 8 <meta http-equiv="Content-Type" content="text/html; 9 charset=ISO-8859-1"/> 10 <link rel="rdf" type="application/rdf" href="http://abcl.org/svn/tags/1.3.2/abcl.rdf"/> 11 6 <link rel="rdf" type="application/rdf" href="https://abcl.org/svn/tags/1.3.2/abcl.rdf"/> 7 <meta charset="utf-8"/> 12 8 </head> 13 9 … … 96 92 97 93 <div class="footer"> 98 <p>ABCL is <a href="http://abcl.org/">Armed Bear Common Lisp</a>.</p> 99 <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p> 100 101 <div class="check"> 102 <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a> 103 </div> 94 <hr /> 95 <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p> 104 96 </div> 105 97 -
public_html/release-notes-1.3.3.shtml
r14837 r15275 1 <?xml version="1.0"?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 1 <!DOCTYPE html> 4 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 5 3 <head> 6 4 <title>Release Notes for ABCL 1.3.3</title> 7 5 <link rel="stylesheet" type="text/css" href="style.css"/> 8 <meta http-equiv="Content-Type" content="text/html; 9 charset=ISO-8859-1"/> 10 <link rel="rdf" type="application/rdf" href="http://abcl.org/svn/tags/1.3.2/abcl.rdf"/> 11 6 <link rel="rdf" type="application/rdf" href="https://abcl.org/svn/tags/1.3.2/abcl.rdf"/> 7 <meta charset="utf-8"/> 12 8 </head> 13 9 … … 97 93 98 94 <div class="footer"> 99 <p>ABCL is <a href="http://abcl.org/">Armed Bear Common Lisp</a>.</p> 100 <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p> 101 102 <div class="check"> 103 <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a> 104 </div> 95 <hr /> 96 <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p> 105 97 </div> 106 98 -
public_html/release-notes-1.4.0.shtml
r14896 r15275 1 <?xml version="1.0"?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 1 <!DOCTYPE html> 4 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 5 3 <head> 6 4 <title>Release Notes for ABCL 1.4.0</title> 7 5 <link rel="stylesheet" type="text/css" href="style.css"/> 8 <meta http-equiv="Content-Type" content="text/html; 9 charset=ISO-8859-1"/> 10 <link rel="rdf" type="application/rdf" href="http://abcl.org/svn/tags/1.4.0/abcl.rdf"/> 11 6 <link rel="rdf" type="application/rdf" href="https://abcl.org/svn/tags/1.4.0/abcl.rdf"/> 7 <meta charset="utf-8"/> 12 8 </head> 13 9 … … 79 75 80 76 <div class="footer"> 81 <p>ABCL is <a href="http://abcl.org/">Armed Bear Common Lisp</a>.</p> 82 <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p> 83 84 <div class="check"> 85 <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a> 86 </div> 77 <hr /> 78 <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p> 87 79 </div> 88 80 -
public_html/release-notes-1.5.0.shtml
r15078 r15275 1 <?xml version="1.0"?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 1 <!DOCTYPE html> 4 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 5 3 <head> 6 4 <title>Release Notes for ABCL 1.5.0</title> 7 5 <link rel="stylesheet" type="text/css" href="style.css"/> 8 <meta http-equiv="Content-Type" content="text/html; 9 charset=ISO-8859-1"/> 10 <link rel="rdf" type="application/rdf" href="http://abcl.org/svn/tags/1.4.0/abcl.rdf"/> 11 6 <link rel="rdf" type="application/rdf" href="https://abcl.org/svn/tags/1.5.0/abcl.rdf"/> 7 <meta charset="utf-8"/> 12 8 </head> 13 9 -
public_html/release-notes-1.6.0.shtml
r15257 r15275 1 <?xml version="1.0"?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 1 <!DOCTYPE html> 4 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 5 3 <head> 6 4 <title>Release Notes for ABCL 1.6.0</title> 7 5 <link rel="stylesheet" type="text/css" href="style.css"/> 8 <meta http-equiv="Content-Type" content="text/html; 9 charset=ISO-8859-1"/> 10 <link rel="rdf" type="application/rdf" href="http://abcl.org/svn/tags/1.4.0/abcl.rdf"/> 11 6 <link rel="rdf" type="application/rdf" href="https://abcl.org/svn/tags/1.6.0/abcl.rdf"/> 7 <meta charset="utf-8"/> 12 8 </head> 13 9 … … 156 152 157 153 <div class="footer"> 158 <p>ABCL is <a href="http://abcl.org/">Armed Bear Common Lisp</a>.</p> 159 <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p> 160 161 <div class="check"> 162 <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a> 163 </div> 154 <hr /> 155 <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p> 164 156 </div> 165 157 166 158 </body> 167 159 </html> -
public_html/release-notes-1.6.1.shtml
r15258 r15275 1 <?xml version="1.0"?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 1 <!DOCTYPE html> 4 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 5 3 <head> 6 4 <title>Release Notes for ABCL 1.6.1</title> 7 5 <link rel="stylesheet" type="text/css" href="style.css"/> 8 <meta http-equiv="Content-Type" content="text/html; 9 charset=ISO-8859-1"/> 10 <link rel="rdf" type="application/rdf" href="http://abcl.org/svn/tags/1.4.0/abcl.rdf"/> 11 6 <link rel="rdf" type="application/rdf" href="https://abcl.org/svn/tags/1.6.1/abcl.rdf"/> 7 <meta charset="utf-8"/> 12 8 </head> 13 9 … … 146 142 147 143 <div class="footer"> 148 <p>ABCL is <a href="http://abcl.org/">Armed Bear Common Lisp</a>.</p> 149 <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p> 150 151 <div class="check"> 152 <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a> 153 </div> 144 <hr /> 145 <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p> 154 146 </div> 155 147 -
public_html/release-notes.shtml
r15257 r15275 1 <?xml version="1.0"?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 1 <!DOCTYPE html> 4 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 5 3 <head> 6 4 <title>Index of Armed Bear Common Lisp (ABCL) Release Notes</title> 7 5 <link rel="stylesheet" type="text/css" href="style.css"/> 8 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/> 9 6 <meta charset="utf-8"/> 10 7 </head> 11 8 … … 53 50 54 51 </div> 52 55 53 <div class="footer"> 56 <p>ABCL is <a href="http://abcl.org/">Armed Bear Common Lisp</a>.</p> 57 <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p> 58 59 <div class="check"> 60 <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a> 61 </div> 62 <div style="float:right;font-size:10px;font-family:monospace">$Id$</div> 54 <hr /> 55 <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p> 63 56 </div> 64 57 -
public_html/style.css
r15069 r15275 39 39 .footer a:link, .footer a:visited { 40 40 font-weight: bold; 41 42 41 text-decoration: underline; 43 42 } … … 114 113 } 115 114 115 tr#requirements > td { 116 max-width: 7cm; 117 } 118 119 tr#requirements > td { 120 vertical-align: top; 121 } 122 123 tr#requirements > td > p { 124 margin-left: 1em; 125 margin-right: 1em; 126 } 127 116 128 td { 117 129 font-size: 85%; 118 130 } 131 119 132 dt { 120 133 font-weight: bold 121 134 } 135 122 136 dd dt { 123 font-weight: bold; font-style: italic 137 font-weight: bold; 138 font-style: italic 139 } 140 141 td.summary-header { 142 border-radius: .3em; 143 padding-top: .4em; 144 padding-bottom: .4em; 145 padding-left: 1em; 146 padding-right: 1em; 147 } 148 149 table#main-table { 150 margin-top: 2em; 151 border-spacing: 1em; 124 152 } 125 153 … … 128 156 font-weight: bold; 129 157 font-size: larger; 130 } 158 margin-top: 0em; 159 margin-bottom: 0em; 160 } 161 162 table.downloads td { 163 margin: 1em; 164 padding: .1em; 165 } 166 131 167 132 168 table.downloads a { … … 143 179 } 144 180 145 td.summary-header { 146 padding: .3em; 147 border-radius: .3em; 148 } 181 p#capsule { 182 margin-left: 10%; 183 margin-right: 10%; 184 margin-top: 1em; 185 margin-bottom: 1em; 186 font-size: bigger; 187 } 188 149 189 150 190 td.summary-header a:link, td.summary-header a:visited { 151 191 color: white; 192 } 193 194 p#licensing { 195 margin-left: 5%; 196 margin-right: 5%; 197 margin-top: 1em; 198 margin-bottom: 1em; 152 199 } 153 200 … … 157 204 } 158 205 div#left-menu { 206 color: white; 159 207 background-color: #3366ff; 160 208 border-radius: 1em; -
public_html/testimonials.shtml
r14852 r15275 1 <?xml version="1.0"?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 1 <!DOCTYPE html> 4 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 5 3 <head> 6 <title> <!--#include virtual="project-name" -->: Testimonials</title>4 <title>Testimonials about Armed Bear Common Lisp</title> 7 5 <link rel="stylesheet" type="text/css" href="style.css"/> 8 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/> 6 <meta charset="utf-8"/> 7 9 8 <style type="text/css"> 10 9 dt { margin-top: 1cm; … … 111 110 112 111 </div> 112 113 <div class="footer"> 114 <hr /> 115 <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p> 116 </div> 117 113 118 </body> 114 119 </html>
Note: See TracChangeset
for help on using the changeset viewer.