Changeset 15275


Ignore:
Timestamp:
04/29/20 20:16:57 (4 years ago)
Author:
Mark Evenson
Message:

site: clean up HTML

Start moving all presentation logic into CSS.

Declare documents as polyglot HTML5/XHTML
<https://dev.w3.org/html5/html-polyglot/html-polyglot.htm>.

Strip use SVN $Id$ expansion as this doesn't convey any useful
information to the actual reader of the page.

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>
    42<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    53<head>
    64  <title>Bug reporting</title>
    75  <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"/>
    97</head>
    108
     
    1715
    1816<div style="margin-left:auto;margin-right:auto;width:20cm">
    19 
    20 
    21 
    22 
    23 
    24 
    25 
    2617  <h2>A quick guide to producing meaningful bug reports for ABCL</h2>
    2718
    2819This 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:
     20found a bug, send a bug report to
     21the <a href="http://common-lisp.net/cgi-bin/mailman/listinfo/armedbear-devel">mailing
     22list</a>. For the bug report to be most useful, try and do the
     23following things:
    3124
    3225<ol>
     
    6356busy, but we will take a look at all bug reports when we have time.
    6457</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>
    6858
    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>
    7563</body>
    7664</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>
    42<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    53<head>
    64  <title>Armed Bear Common Lisp (ABCL) - Commercial support</title>
     5  <meta charset="utf-8"/>
    76  <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">
    109td { font-size: 90%; padding: 0 5px 0 5px }
    1110th { font-weight: bold; align: center; padding: 0 5px 0 5px }
     
    5554</ul>
    5655
    57 <p><span style="size:70%">Other developers are free to get their names added
    58     to this list, but at this point no other developers are known to
    59     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>
    6160</div>
    6261
     62
    6363<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>
    7166</div>
    7267
  • 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>
    42<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    53<head>
    64  <title>Contributing: Armed Bear Common Lisp (ABCL) - Common Lisp on the JVM</title>
     5  <meta charset="utf-8"/>
    76  <link rel="stylesheet" type="text/css" href="style.css"/>
    8   <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
    97</head>
    108
     
    1715
    1816<div style="margin-left:auto;margin-right:auto;width:20cm">
    19 
    20 
    21 
    22 
    23 
    24 
    25 
     17 
    2618  <h2>A quick guide to producing patches for ABCL</h2>
    2719
     
    6355</ol>
    6456</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>
    6857
    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>
    7361</div>
    7462
  • 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>
    42<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    53<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>
    1514
    1615<body>
     
    628627
    629628<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
    631636</body>
    632637</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>
    42<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"/>
    1414</head>
    1515
     
    205205</p>
    206206
     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
    207212</body>
    208213</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">
    23<!-- 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>
    1316<UL>
    1417  <LI> Supports interoperability both ways between Java and Lisp. </LI>
     
    3437<H1> Installing ABCL </H1>
    3538<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>
    3740  <LI> Download the Zip of the Latest Build. </LI>
    3841  <LI> Upzip the files. </LI>
     
    211214  <LI> <A href="http://common-lisp.net/project/armedbear/">Armed Bear Common Lisp website</A> </LI>
    212215  <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>
    42<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    53<head>
     
    75  <link rel="stylesheet" type="text/css" href="style.css" />
    86  <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"/>
    108</head>
    119
     
    289287</div>
    290288
    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
    301296</body>
    302297</html>
  • public_html/index.shtml

    r15272 r15275  
    11<!DOCTYPE html>
    2 <html lang="en">
     2<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    33  <head>
    44    <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"/>
    66    <link rel="stylesheet" type="text/css" href="style.css" />
    77  </head>
     
    1515
    1616      <div id="main" >
    17         <table style="margin-top: 1cm" cellpadding="0" cellspacing="15" >
     17        <table id="main-table">
    1818
    1919          <tr><td colspan="2" class="summary-header"><a href="releases/">Downloads</a></td></tr>
     
    6363          <tr>
    6464            <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">
    6766                <b>Armed Bear Common Lisp</b> (ABCL) is a full implementation of the <b>Common Lisp</b>
    6867                language featuring both <b>an interpreter and a compiler</b>,
     
    111110          </tr>
    112111
    113           <tr>
    114             <td>
     112          <tr id="requirements">
     113            <td> <!-- requirements for users -->
    115114              <p>
    116115                Supported Java Runtimes
     
    143142                </li>
    144143                <li>
    145                   <a href="https://www.oracle.com/java/technologies/javase/jdk13-archive-downloads.html">
     144                  <a href="https://www.oracle.com/java/technologies/javase/jdk14-archive-downloads.html">
    146145                    Java SE 14
    147146                  </a>
    148147                </li>
    149148              </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>
    160160              <ul>
    161161                <li>
     
    195195                  A copy of <a href="https://ant.apache.org">Apache Ant</a>
    196196                  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>
    198198                  or higher.
    199199                </li>
     
    203203
    204204          <tr>
    205             <td class="summary-header" colspan="2">Licensing </td>
     205            <td class="summary-header" colspan="2">Licensing</td>
    206206          </tr>
    207207          <tr>
    208208            <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
    215217                requirement to open the sources to your application.
    216218              </p>
     
    221223    </div>
    222224
    223     <div style="float:left;width:100%">
     225    <div class="footer">
    224226      <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>
    230228    </div>
    231229  </body>
  • public_html/left-menu

    r15271 r15275  
    33    <ul class="menu-list">
    44      <li>
    5         <a href="./">Main</a>
     5        <a href="./index.shtml">Main</a>
    66      </li>
    77      <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>
    99      </li>
    1010      <li>
     
    2323        <a href="http://armedbear-j.sourceforge.net">J - the editor</a>
    2424      </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        ]
    2838      </li>
    2939    </ul>
    3040  </div>
    31 
    3241</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>
    42<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    53<head>
    6   <title><!--#include virtual="project-name" --></title>
     4  <title>ABCL 0.12 Release Notes</title>
    75  <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"/>
    97</head>
    108
     
    4139
    4240<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>
    5043</div>
    5144
  • 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>
    43<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    54<head>
    65  <title>Release notes for ABCL 0.14</title>
     6  <meta charset="utf-8"/>
    77  <link rel="stylesheet" type="text/css" href="style.css"/>
    8   <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
    9 
    108</head>
    119
     
    4341
    4442<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>
    4746
    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>
    5347</body>
    5448</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>
    42<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    53<head>
    64  <title>Release notes for ABCL 0.16</title>
     5  <meta charset="utf-8"/>
    76  <link rel="stylesheet" type="text/css" href="style.css"/>
    8   <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
    97</head>
    108
     
    4745
    4846<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>
    5649</div>
    5750
  • 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>
    42<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    53<head>
    64  <title>Release Notes for ABCL 0.17</title>
    75  <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"/>
    97</head>
    108
     
    1715
    1816<div class="rn">
    19 
    20 
    2117
    2218<dl>
     
    5248
    5349<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>
    6152</div>
    6253
  • 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>
    42<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    53<head>
    64  <title>Release notes for ABCL 0.18</title>
    75  <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"/>
    97</head>
    108
     
    5250
    5351<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>
    5655
    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>
    6256</body>
    6357</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>
    42<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    53<head>
    64  <title>Release Notes for ABCL 0.19.1</title>
    75  <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"/>
    97</head>
    108
     
    4139
    4240<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>
    4544
    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>
    5145</body>
    5246</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>
    42<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    53<head>
    64  <title>Release notes for ABCL 0.20</title>
    75  <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"/>
    97</head>
    108
     
    3836
    3937<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>
    4740</div>
    4841
  • 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>
    42<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    53<head>
    64  <title>Release notes for ABCL 0.21</title>
    75  <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"/>
    97</head>
    108
     
    3735
    3836<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>
    4639</div>
    47 
    4840
    4941</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>
    42<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    53<head>
    64  <title>Release Notes for ABCL 0.22</title>
    75  <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"/>
    97</head>
    108
     
    3432
    3533<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>
    3837
    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>
    4438
    4539</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>
    42<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    53<head>
    64  <title>Release Notes for ABCL 0.23</title>
    75  <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"/>
    97</head>
    108
     
    5654
    5755<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>
    6558</div>
    6659
  • 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>
    42<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    53<head>
    64  <title>Release Notes for ABCL 0.24</title>
    75  <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"/>
    97</head>
    108
     
    5048
    5149<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>
    5453
    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>
    6054</body>
    6155</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>
    42<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    53<head>
    64  <title>Release Notes for ABCL 0.25</title>
    75  <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"/>
    97</head>
    108
     
    5654
    5755<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>
    6558</div>
    6659
  • 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>
    42<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    53<head>
    64  <title>Release Notes for ABCL 0.26</title>
    75  <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"/>
    97</head>
    108
     
    5351
    5452<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>
    5756
    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>
    6357</body>
    6458</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>
    42<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    53<head>
    64  <title>Release notes for ABCL 0.27</title>
    75  <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"/>
    97</head>
    108
     
    5957
    6058<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>
    6861</div>
    6962
  • 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>
    42<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    53<head>
    64  <title>Release Notes for ABCL 1.0.0</title>
    75  <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"/>
    97</head>
    108
     
    5048
    5149<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>
    5952</div>
    6053
  • 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>
    42<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    53<head>
    64  <title>Release notes for ABCL 1.0.1</title>
    75  <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"/>
    97</head>
    108
     
    4947
    5048<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>
    5851</div>
    5952
  • 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>
    42<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    53<head>
    64  <title>Release Notes for ABCL 1.1.0</title>
    75  <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"/>
    128</head>
    139
     
    5349
    5450<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>
    6253</div>
    6354
  • 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>
    42<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    53<head>
    64  <title>Release Notes for ABCL 1.1.0</title>
    75  <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"/>
    128</head>
    139
     
    5753
    5854<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>
    6657</div>
    6758
  • 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>
    42<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    53<head>
    64  <title>Release Notes for ABCL 1.2.0</title>
    75  <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"/>
    128</head>
    139
     
    7268
    7369<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>
    8172</div>
    8273
  • 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>
    42<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    53<head>
    64  <title>Release Notes for ABCL 1.2.1</title>
    75  <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"/>
    128</head>
    139
     
    3632</pre>
    3733
    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
     35of <a href="http://svn.common-lisp.net/armedbear/tags/1.2.1/abcl/CHANGES">CHANGES</a>.</p>
    4036
    4137<p><a href="release-notes.shtml">Release notes for older releases of ABCL</a>.</p>
     
    4440
    4541<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>
    4845
    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>
    5446
    5547</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>
    42<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    53<head>
    64  <title>Release Notes for ABCL 1.3.0</title>
    75  <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"/>
    128</head>
    139
     
    155151
    156152<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>
    164155</div>
    165156
  • 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>
    42<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    53<head>
    64  <title>Release Notes for ABCL 1.3.1</title>
    75  <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"/>
    128</head>
    139
     
    9995</div>
    10096
    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>
    109100</div>
    110101
  • 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>
    42<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    53<head>
    64  <title>Release Notes for ABCL 1.3.2</title>
    75  <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"/>
    128</head>
    139
     
    9692
    9793<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>
    10496</div>
    10597
  • 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>
    42<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    53<head>
    64  <title>Release Notes for ABCL 1.3.3</title>
    75  <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"/>
    128</head>
    139
     
    9793
    9894<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>
    10597</div>
    10698
  • 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>
    42<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    53<head>
    64  <title>Release Notes for ABCL 1.4.0</title>
    75  <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"/>
    128</head>
    139
     
    7975
    8076<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>
    8779</div>
    8880
  • 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>
    42<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    53  <head>
    64    <title>Release Notes for ABCL 1.5.0</title>
    75    <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"/>
    128  </head>
    139
  • 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>
    42<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    53  <head>
    64    <title>Release Notes for ABCL 1.6.0</title>
    75    <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"/>
    128  </head>
    139
     
    156152
    157153    <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>
    164156    </div>
    165 
     157   
    166158  </body>
    167159</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>
    42<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    53  <head>
    64    <title>Release Notes for ABCL 1.6.1</title>
    75    <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"/>
    128  </head>
    139
     
    146142
    147143    <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>
    154146    </div>
    155147
  • 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>
    42<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    53<head>
    64  <title>Index of Armed Bear Common Lisp (ABCL) Release Notes</title>
    75  <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"/>
    107</head>
    118
     
    5350
    5451</div>
     52
    5553<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>
    6356</div>
    6457
  • public_html/style.css

    r15069 r15275  
    3939.footer a:link, .footer a:visited {
    4040    font-weight: bold;
    41 
    4241    text-decoration: underline;
    4342}
     
    114113}
    115114
     115tr#requirements > td {
     116    max-width: 7cm;
     117}
     118
     119tr#requirements > td {
     120    vertical-align: top;
     121}
     122
     123tr#requirements > td > p {
     124    margin-left: 1em;
     125    margin-right: 1em;
     126}
     127
    116128td {
    117129    font-size: 85%;
    118130}
     131
    119132dt {
    120133    font-weight: bold
    121134}
     135
    122136dd dt {
    123     font-weight: bold; font-style: italic
     137    font-weight: bold;
     138    font-style: italic
     139}
     140
     141td.summary-header {
     142    border-radius: .3em;
     143    padding-top: .4em;
     144    padding-bottom: .4em;
     145    padding-left: 1em;
     146    padding-right: 1em;
     147}
     148
     149table#main-table {
     150    margin-top: 2em;
     151    border-spacing: 1em;
    124152}
    125153
     
    128156    font-weight: bold;
    129157    font-size: larger;
    130 }
     158    margin-top: 0em;
     159    margin-bottom: 0em;
     160}
     161
     162table.downloads td {
     163    margin: 1em;
     164    padding: .1em;
     165}
     166   
    131167
    132168table.downloads a {
     
    143179}
    144180
    145 td.summary-header {
    146     padding: .3em;
    147     border-radius: .3em;
    148 }
     181p#capsule {
     182    margin-left: 10%;
     183    margin-right: 10%;
     184    margin-top: 1em;
     185    margin-bottom: 1em;
     186    font-size: bigger;
     187}
     188
    149189
    150190td.summary-header a:link, td.summary-header a:visited {
    151191    color: white;
     192}
     193
     194p#licensing {
     195    margin-left: 5%;
     196    margin-right: 5%;
     197    margin-top: 1em;
     198    margin-bottom: 1em;
    152199}
    153200
     
    157204}
    158205div#left-menu {
     206    color: white;
    159207    background-color: #3366ff;
    160208    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>
    42<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    53<head>
    6   <title><!--#include virtual="project-name" -->: Testimonials</title>
     4  <title>Testimonials about Armed Bear Common Lisp</title>
    75  <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
    98  <style type="text/css">
    109dt { margin-top: 1cm;
     
    111110
    112111</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
    113118</body>
    114119</html>
Note: See TracChangeset for help on using the changeset viewer.