[armedbear-cvs] r14394 - public_html

mevenson at common-lisp.net mevenson at common-lisp.net
Sat Feb 16 12:11:00 UTC 2013


Author: mevenson
Date: Sat Feb 16 04:10:59 2013
New Revision: 14394

Log:
html:  Play whack-a-mole with the layout.

Move Ohloh bar out of menu list, as the size has changed.

Normalize the release notes markup to use common CSS.

Add <evenson.not.org at gmail.com> for commericial support.

Modified:
   public_html/commercial-support.shtml
   public_html/left-menu
   public_html/release-notes-0.13.shtml
   public_html/release-notes-0.14.shtml
   public_html/release-notes-0.15.shtml
   public_html/release-notes-0.16.shtml
   public_html/release-notes-0.17.shtml
   public_html/release-notes-0.18.shtml
   public_html/release-notes-0.19.shtml
   public_html/release-notes-0.20.shtml
   public_html/release-notes-0.21.shtml
   public_html/release-notes-0.22.shtml
   public_html/release-notes-0.23.shtml
   public_html/release-notes-0.24.shtml
   public_html/release-notes-0.25.shtml
   public_html/release-notes-0.26.shtml
   public_html/release-notes-0.27.shtml
   public_html/release-notes-1.0.0.shtml
   public_html/release-notes-1.0.1.shtml
   public_html/release-notes-1.1.0.shtml
   public_html/release-notes-1.1.1.shtml
   public_html/release-notes.shtml
   public_html/style.css

Modified: public_html/commercial-support.shtml
==============================================================================
--- public_html/commercial-support.shtml	Thu Feb 14 06:34:28 2013	(r14393)
+++ public_html/commercial-support.shtml	Sat Feb 16 04:10:59 2013	(r14394)
@@ -15,14 +15,14 @@
 </head>
 
 <body>
- <div class="header">
+ <div id="title" class="header">
    <h1>Armed Bear Common Lisp (ABCL) - Commercial support</h1>
  </div>
 
 
 <!--#include virtual="left-menu" -->
 
-<div style="float:left;width:80ex;margin-top:1cm;font-family:sans-serif">
+<div id="main">
 
 <h2 style="text-align:center">Paid support</h2>
 
@@ -40,8 +40,9 @@
 </p>
 
 <p>If you decide you want to use this option, or have other needs related
-  to abcl, please contact me directly at
-  ehuelsmann 'at' common-lisp 'dot' net.
+  to abcl, please contact either 
+  ehuelsmann 'at' common-lisp 'dot' net or evenson.not.org 'at' gmail
+  'dot' com.
 </p>
 
 
@@ -50,7 +51,6 @@
 <ul>
   <li>Finalizing Gray stream support</li>
   <li>Performance research and improvements</li>
-  <li>(More) [A]MOP support</li>
   <li>Better Java/JNA (foreign library) integration</li>
 </ul>
 
@@ -60,15 +60,15 @@
 
 </div>
 
+<div class="footer">
+ <p>ABCL is <a href="http://common-lisp.net/project/armedbear">Armed Bear Common Lisp</a>.</p>
+ <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p>
 
-<div style="float:left;width:100%">
- <hr />
- <p>Back to <a href="http://common-lisp.net/">Common-lisp.net</a>.</p>
-
- <div class="check" style="width:100%">
+ <div class="check">
    <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>
  </div>
 <div style="float:right;font-size:10px;font-family:monospace">$Id$</div>
 </div>
+
 </body>
 </html>

Modified: public_html/left-menu
==============================================================================
--- public_html/left-menu	Thu Feb 14 06:34:28 2013	(r14393)
+++ public_html/left-menu	Sat Feb 16 04:10:59 2013	(r14394)
@@ -1,36 +1,31 @@
-<div id="left-menu">
-  <ul class="menu-list">
-    <li>
-      <a href="./">Project page</a>
-    </li>
-    <li>
-      <a href="./faq.shtml">FAQ</a>
-    </li>
-    <li>
-      <a href="./testimonials.shtml">Testimonials</a>
-    </li>
-    <li>
-      <a href="./release-notes-1.1.1.shtml">Release notes</a>
-    </li>
-    <li>
-      <a href="./commercial-support.shtml">Paid support</a>
-    </li>
-  </ul>
-  
-  <ul class="menu-list">
-    <li> 
-      <a href="http://armedbear-j.sourceforge.net">J - the editor</a>
-    </li>
-  </ul>
+<div id="left-bar">
+  <div id="left-menu">
+    <ul class="menu-list">
+      <li>
+        <a href="./">Project page</a>
+      </li>
+      <li>
+        <a href="./faq.shtml">FAQ</a>
+      </li>
+      <li>
+        <a href="./testimonials.shtml">Testimonials</a>
+      </li>
+      <li>
+        <a href="./release-notes-1.1.1.shtml">Release notes</a>
+      </li>
+      <li>
+        <a href="./commercial-support.shtml">Paid support</a>
+      </li>
 
-  <div style="height:3cm"> </div>
-
-  <ul class="menu-list">
-    <li> 
-      <script type="text/javascript"
-                src="http://www.ohloh.net/p/16553/widgets/project_users_logo.js">
-      </script>
-    </li>
-  </ul>
+      <li> 
+        <a href="http://armedbear-j.sourceforge.net">J - the editor</a>
+      </li>
+    </ul>
+  </div>
 
+  <div id="oloh-button">
+    <script type="text/javascript"
+            src="http://www.ohloh.net/p/16553/widgets/project_users_logo.js">
+    </script>
+  </div>
 </div>

Modified: public_html/release-notes-0.13.shtml
==============================================================================
--- public_html/release-notes-0.13.shtml	Thu Feb 14 06:34:28 2013	(r14393)
+++ public_html/release-notes-0.13.shtml	Sat Feb 16 04:10:59 2013	(r14394)
@@ -6,28 +6,18 @@
   <title><!--#include virtual="project-name" --></title>
   <link rel="stylesheet" type="text/css" href="style.css"/>
   <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
-<style type="text/css">
-dt { font-size: 110%; font-weight: bold }
-dd { }
-</style>
 </head>
 
 <body>
- <div class="header">
-   <h1><!--#include virtual="project-name" --></h1>
+ <div id= "title" class="header">
+   <h1>ABCL 0.13 Release Notes</h1>
  </div>
 
 <!--#include virtual="left-menu" -->
 
-<div style="float:left;width:80ex;margin-top:1cm">
+<div class="rn">
 
-
-<h2 style="text-align:center">Release notes for ABCL 0.13</h2>
-
-<p>
-  <b style="font-family: sans-serif; font-size: large;">Major changes and new features</b>
-</p>
-<dl style="margin-left:3cm;width:20cm">
+<dl>
   <dt>JSR-223: Java Scripting Plugin
   </dt>
   <dd>ABCL supports - when built with the <code>javax.script</code> package
@@ -47,21 +37,17 @@
   <dd>Patterns such as #p"cl-*.lisp" are now supported.</dd>
 </dl>
 
-<h2 style="text-align:center">Release notes for ABCL 0.12 and older</h2>
-
-<p>These release notes have not been created before. If someone takes
-  the effort to create them, they will be added for 0.11 and 0.12.</p>
-
 </div>
 
-<div style="float:left;width:100%">
- <hr />
- <p>Back to <a href="http://common-lisp.net/">Common-lisp.net</a>.</p>
+<div class="footer">
+ <p>ABCL is <a href="http://common-lisp.net/project/armedbear">Armed Bear Common Lisp</a>.</p>
+ <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p>
 
  <div class="check">
    <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>
  </div>
 <div style="float:right;font-size:10px;font-family:monospace">$Id$</div>
 </div>
+
 </body>
 </html>

Modified: public_html/release-notes-0.14.shtml
==============================================================================
--- public_html/release-notes-0.14.shtml	Thu Feb 14 06:34:28 2013	(r14393)
+++ public_html/release-notes-0.14.shtml	Sat Feb 16 04:10:59 2013	(r14394)
@@ -3,32 +3,24 @@
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
-  <title><!--#include virtual="project-name" --></title>
+  <title>Release notes for ABCL 0.14</title>
   <link rel="stylesheet" type="text/css" href="style.css"/>
   <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
-<style type="text/css">
-dt { font-size: 105%; font-family: sans-serif; font-weight: bold }
-dd { }
-</style>
+
 </head>
 
 <body>
- <div class="header">
-   <h1><!--#include virtual="project-name" --></h1>
+ <div id="title" class="header">
+   <h1>Release notes for ABCL 0.14</h1>
  </div>
 
 <!--#include virtual="left-menu" -->
 
-<div style="float:left;width:80ex;margin-top:1cm">
+<div class="rn">
 
-<h2 style="text-align:center">Release notes for ABCL 0.14</h2>
-<p>
-  <b style="font-family: sans-serif; font-size: 125%;">Major changes and new features</b>
-</p>
-<dl style="margin-left:3cm;width:20cm">
+<dl>
   <dt>Fixed special bindings un-binding in compiled code for
    MULTIPLE-VALUE-BIND, LET, LET*, PROGV and function bodies</dt>
-  </dt>
   <dd>Special bindings now will get unbound even in case of (non-Lisp)
       exceptions.
   </dd>
@@ -47,42 +39,11 @@
 </dl>
 
 
-<h2 style="text-align:center">Release notes for ABCL 0.13</h2>
-
-<p>
-  <b style="font-family: sans-serif; font-size: 125%;">Major changes and new features</b>
-
-</p>
-<dl style="margin-left:3cm;width:20cm">
-  <dt>JSR-223: Java Scripting Plugin
-  </dt>
-  <dd>ABCL supports - when built with the <code>javax.script</code> package
-    in the CLASSPATH - the interfaces defined in <a href="http://java.sun.com/developer/technicalArticles/J2SE/Desktop/scripting/">JSR-223</a>.
-  </dd>
-  <dt>Support for inlining FLOAT results</dt>
-  <dd>When given the right DECLARE forms, ABCL is now able to inline
-    calculations and intermediate values relating to FLOAT types.  Before,
-    it used to box all FLOAT values and results, without inlining.</dd>
-  <dt>Compiler cleanups</dt>
-  <dd>Lots of code cleanup in the compiler, such as elimination of
-    nearly-equivalent code blocks.</dd>
-  <dt>TRACE-ing fixes</dt>
-  <dd>TRACE should no longer blow up when tracing FORMAT or inside
-    the compiler.</dd>
-  <dt>Support for "partial" wildcards in CL:DIRECTORY</dt>
-  <dd>Patterns such as #p"cl-*.lisp" are now supported.</dd>
-</dl>
-
-<h2 style="text-align:center">Release notes for ABCL 0.12 and older</h2>
-
-<p>These release notes have not been created before. If someone takes
-  the effort to create them, they will be added for 0.11 and 0.12.</p>
-
 </div>
 
-<div style="float:left;width:100%">
- <hr />
- <p>Back to <a href="http://common-lisp.net/">Common-lisp.net</a>.</p>
+<div class="footer">
+ <p>ABCL is <a href="http://common-lisp.net/project/armedbear">Armed Bear Common Lisp</a>.</p>
+ <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p>
 
  <div class="check">
    <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>

Modified: public_html/release-notes-0.15.shtml
==============================================================================
--- public_html/release-notes-0.15.shtml	Thu Feb 14 06:34:28 2013	(r14393)
+++ public_html/release-notes-0.15.shtml	Sat Feb 16 04:10:59 2013	(r14394)
@@ -3,29 +3,24 @@
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
-  <title><!--#include virtual="project-name" --></title>
+  <title>Release Notes for ABCL 0.15</title>
   <link rel="stylesheet" type="text/css" href="style.css"/>
   <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
-<style type="text/css">
-dt { font-size: 105%; font-family: sans-serif; font-weight: bold }
-dd { }
-</style>
+
 </head>
 
 <body>
- <div class="header">
-   <h1><!--#include virtual="project-name" --></h1>
+ <div id="title" class="header">
+   <h1>Release Notes for ABCL 0.15</h1>
  </div>
 
 <!--#include virtual="left-menu" -->
 
-<div style="float:left;width:80ex;margin-top:1cm">
+<div class="rn">
 
 <h2 style="text-align:center">Release notes for ABCL 0.15</h2>
-<p>
-  <b style="font-family: sans-serif; font-size: 125%;">Major changes and new features</b>
-</p>
-<dl style="margin-left:3cm;width:20cm">
+
+<dl>
   <dt>Fixed special bindings un-binding in compiled code for (local)
     transfer of control using GO/RETURN-FROM</dt>
   <dd>Special bindings now will get unbound in many more cases and much
@@ -52,72 +47,17 @@
   </dd>
 </dl>
 
-<h2 style="text-align:center">Release notes for ABCL 0.14</h2>
-<p>
-  <b style="font-family: sans-serif; font-size: 125%;">Major changes and new features</b>
-</p>
-<dl style="margin-left:3cm;width:20cm">
-  <dt>Fixed special bindings un-binding in compiled code for
-   MULTIPLE-VALUE-BIND, LET, LET*, PROGV and function bodies</dt>
-   <dd>Special bindings now will get unbound even in case of (non-Lisp)
-      exceptions.
-  </dd>
-  <dt>Reduced ANSI failures in interpreted mode</dt>
-  <dd>RESTART-CASE wrongly didn't use the macro expansion environment
-    to expand subforms.
-  </dd>
-  <dt>Lisp build system changed for parity with the Ant based build</dt>
-  <dd>The Lisp build was lagging behind on adjustments made to the Ant
-    based build.  abcl.jar generated from either should now be the same.
-  </dd>
-  <dt>Several fixes to numeric calculations</dt>
-  <dd>EXPT fixed for (EXPT NUMBER BIGNUM) and (EXPT BIGNUM RATIO).
-    Also, ACOS with a complex double-float argument.
-  </dd>
-</dl>
-
-
-<h2 style="text-align:center">Release notes for ABCL 0.13</h2>
-
-<p>
-  <b style="font-family: sans-serif; font-size: 125%;">Major changes and new features</b>
-
-</p>
-<dl style="margin-left:3cm;width:20cm">
-  <dt>JSR-223: Java Scripting Plugin
-  </dt>
-  <dd>ABCL supports - when built with the <code>javax.script</code> package
-    in the CLASSPATH - the interfaces defined in <a href="http://java.sun.com/developer/technicalArticles/J2SE/Desktop/scripting/">JSR-223</a>.
-  </dd>
-  <dt>Support for inlining FLOAT results</dt>
-  <dd>When given the right DECLARE forms, ABCL is now able to inline
-    calculations and intermediate values relating to FLOAT types.  Before,
-    it used to box all FLOAT values and results, without inlining.</dd>
-  <dt>Compiler cleanups</dt>
-  <dd>Lots of code cleanup in the compiler, such as elimination of
-    nearly-equivalent code blocks.</dd>
-  <dt>TRACE-ing fixes</dt>
-  <dd>TRACE should no longer blow up when tracing FORMAT or inside
-    the compiler.</dd>
-  <dt>Support for "partial" wildcards in CL:DIRECTORY</dt>
-  <dd>Patterns such as #p"cl-*.lisp" are now supported.</dd>
-</dl>
-
-<h2 style="text-align:center">Release notes for ABCL 0.12 and older</h2>
-
-<p>These release notes have not been created before. If someone takes
-  the effort to create them, they will be added for 0.11 and 0.12.</p>
-
 </div>
 
-<div style="float:left;width:100%">
- <hr />
- <p>Back to <a href="http://common-lisp.net/">Common-lisp.net</a>.</p>
+<div class="footer">
+ <p>ABCL is <a href="http://common-lisp.net/project/armedbear">Armed Bear Common Lisp</a>.</p>
+ <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p>
 
  <div class="check">
    <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>
  </div>
 <div style="float:right;font-size:10px;font-family:monospace">$Id$</div>
 </div>
+
 </body>
 </html>

Modified: public_html/release-notes-0.16.shtml
==============================================================================
--- public_html/release-notes-0.16.shtml	Thu Feb 14 06:34:28 2013	(r14393)
+++ public_html/release-notes-0.16.shtml	Sat Feb 16 04:10:59 2013	(r14394)
@@ -3,27 +3,20 @@
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
-  <title>ABCL - Release notes v0.16</title>
+  <title>Release notes for ABCL 0.16</title>
   <link rel="stylesheet" type="text/css" href="style.css"/>
   <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
 </head>
 
 <body>
- <div class="header">
-   <h1>ABCL - Release notes for version 0.16</h1>
+ <div id="title" class="header">
+   <h1>Release notes for ABCL 0.16</h1>
  </div>
 
 <!--#include virtual="left-menu" -->
 
 <div class="rn">
 
-<h2>Most notable changes in ABCL 0.16</h2>
-
-
-<p><a href="release-notes-0.15.shtml">Release notes for older releases</a>.</p>
-
-
-
 <dl>
   <dt>Improved THE type checking</dt>
   <dd>The compiler outputs type checks for simple enough types at
@@ -50,15 +43,17 @@
 </div>
 
 
+<p><a href="release-notes.shtml">Release notes for older releases</a>.</p>
 
-<div style="float:left;width:100%">
- <hr />
- <p>Back to <a href="http://common-lisp.net/">Common-lisp.net</a>.</p>
+<div class="footer">
+ <p>ABCL is <a href="http://common-lisp.net/project/armedbear">Armed Bear Common Lisp</a>.</p>
+ <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p>
 
  <div class="check">
    <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>
  </div>
 <div style="float:right;font-size:10px;font-family:monospace">$Id$</div>
 </div>
+
 </body>
 </html>

Modified: public_html/release-notes-0.17.shtml
==============================================================================
--- public_html/release-notes-0.17.shtml	Thu Feb 14 06:34:28 2013	(r14393)
+++ public_html/release-notes-0.17.shtml	Sat Feb 16 04:10:59 2013	(r14394)
@@ -3,25 +3,20 @@
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
-  <title>ABCL - Release notes v0.17</title>
+  <title>Release Notes for ABCL 0.17</title>
   <link rel="stylesheet" type="text/css" href="style.css"/>
   <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
 </head>
 
 <body>
- <div class="header">
-   <h1>ABCL - Release notes for version 0.17</h1>
+ <div id="title" class="header">
+   <h1>Release notes for ABCL 0.17</h1>
  </div>
 
 <!--#include virtual="left-menu" -->
 
 <div class="rn">
 
-<h2>Most notable changes in ABCL 0.17</h2>
-
-
-<p><a href="release-notes-0.16.shtml">Release notes for older releases</a>.</p>
-
 
 
 <dl>
@@ -53,17 +48,17 @@
 
 </div>
 
+<p><a href="release-notes.shtml">Release notes for older releases</a>.</p>
 
-
-
-<div style="float:left;width:100%">
- <hr />
- <p>Back to <a href="http://common-lisp.net/">Common-lisp.net</a>.</p>
+<div class="footer">
+ <p>ABCL is <a href="http://common-lisp.net/project/armedbear">Armed Bear Common Lisp</a>.</p>
+ <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p>
 
  <div class="check">
    <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>
  </div>
 <div style="float:right;font-size:10px;font-family:monospace">$Id$</div>
 </div>
+
 </body>
 </html>

Modified: public_html/release-notes-0.18.shtml
==============================================================================
--- public_html/release-notes-0.18.shtml	Thu Feb 14 06:34:28 2013	(r14393)
+++ public_html/release-notes-0.18.shtml	Sat Feb 16 04:10:59 2013	(r14394)
@@ -3,27 +3,19 @@
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
-  <title>ABCL - Release notes v0.18</title>
+  <title>Release notes for ABCL 0.18</title>
   <link rel="stylesheet" type="text/css" href="style.css"/>
   <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
 </head>
 
 <body>
- <div class="header">
-   <h1>ABCL - Release notes for version 0.18</h1>
+ <div id="title" class="header">
+   <h1>Release notes for ABCL 0.18</h1>
  </div>
 
 <!--#include virtual="left-menu" -->
 
 <div class="rn">
-
-<h2>Most notable changes in ABCL 0.18</h2>
-
-
-<p><a href="release-notes-0.17.shtml">Release notes for older releases</a>.</p>
-
-
-
 <dl>
   <dt>Faster initial startup</dt>
   <dd>To achieve faster startup times - required for example by
@@ -56,10 +48,11 @@
 </div>
 
 
+<p><a href="release-notes.shtml">Release notes for older releases</a>.</p>
 
-<div style="float:left;width:100%">
- <hr />
- <p>Back to <a href="http://common-lisp.net/">Common-lisp.net</a>.</p>
+<div class="footer">
+ <p>ABCL is <a href="http://common-lisp.net/project/armedbear">Armed Bear Common Lisp</a>.</p>
+ <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p>
 
  <div class="check">
    <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>

Modified: public_html/release-notes-0.19.shtml
==============================================================================
--- public_html/release-notes-0.19.shtml	Thu Feb 14 06:34:28 2013	(r14393)
+++ public_html/release-notes-0.19.shtml	Sat Feb 16 04:10:59 2013	(r14394)
@@ -3,25 +3,20 @@
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
-  <title>ABCL - Release notes v0.19</title>
+  <title>Release Notes for ABCL 0.19.1</title>
   <link rel="stylesheet" type="text/css" href="style.css"/>
   <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
 </head>
 
 <body>
- <div class="header">
-   <h1>ABCL - Release notes for version 0.19</h1>
+ <div id="title" class="header">
+   <h1>Release Notes for ABCL 0.19.1</h1>
  </div>
 
 <!--#include virtual="left-menu" -->
 
 <div class="rn">
 
-<h2>Most notable changes in ABCL 0.19</h2>
-
-
-<p><a href="release-notes-0.18.shtml">Release notes for older releases</a>.</p>
-
 <p><em>Note: Due to issues in version 0.19.0, that specific
     version was never released.</em></p>
 
@@ -40,13 +35,13 @@
     Lisp programs to use.</dd>
 </dl>
 
-
 </div>
 
+<p><a href="release-notes.shtml">Release notes for older releases</a>.</p>
 
-<div style="float:left;width:100%">
- <hr />
- <p>Back to <a href="http://common-lisp.net/">Common-lisp.net</a>.</p>
+<div class="footer">
+ <p>ABCL is <a href="http://common-lisp.net/project/armedbear">Armed Bear Common Lisp</a>.</p>
+ <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p>
 
  <div class="check">
    <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>

Modified: public_html/release-notes-0.20.shtml
==============================================================================
--- public_html/release-notes-0.20.shtml	Thu Feb 14 06:34:28 2013	(r14393)
+++ public_html/release-notes-0.20.shtml	Sat Feb 16 04:10:59 2013	(r14394)
@@ -3,25 +3,22 @@
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
-  <title>ABCL - Release notes v0.20</title>
+  <title>Release notes for ABCL 0.20</title>
   <link rel="stylesheet" type="text/css" href="style.css"/>
   <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
 </head>
 
 <body>
- <div class="header">
-   <h1>ABCL - Release notes for version 0.20</h1>
+ <div id="title" class="header">
+   <h1>Release notes for ABCL 0.20</h1>
  </div>
 
 <!--#include virtual="left-menu" -->
 
 <div class="rn">
 
-<h2>Most notable changes in ABCL 0.20</h2>
 
 
-<p><a href="release-notes-0.19.shtml">Release notes for older releases</a>.</p>
-
 <dl>
   <dt>Support for metaclasses</dt>
   <dd>ABCL now supports user-defined CLOS metaclasses. The MOP has been improved and extended to accomodate for this new feature. This is the first funded feature added to ABCL: funds were provided to implement it and the relevant tests. As a consequence of the addition of this important feature, the JAVA-CLASS built-in metaclass has been reimplemented in Lisp and has been improved in the process.</dd>
@@ -37,16 +34,17 @@
 
 </div>
 
+<p><a href="release-notes.shtml">Release notes for older releases</a>.</p>
 
-
-<div style="float:left;width:100%">
- <hr />
- <p>Back to <a href="http://common-lisp.net/">Common-lisp.net</a>.</p>
+<div class="footer">
+ <p>ABCL is <a href="http://common-lisp.net/project/armedbear">Armed Bear Common Lisp</a>.</p>
+ <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p>
 
  <div class="check">
    <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>
  </div>
 <div style="float:right;font-size:10px;font-family:monospace">$Id$</div>
 </div>
+
 </body>
 </html>

Modified: public_html/release-notes-0.21.shtml
==============================================================================
--- public_html/release-notes-0.21.shtml	Thu Feb 14 06:34:28 2013	(r14393)
+++ public_html/release-notes-0.21.shtml	Sat Feb 16 04:10:59 2013	(r14394)
@@ -3,24 +3,20 @@
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
-  <title>ABCL - Release notes v0.21</title>
+  <title>Release notes for ABCL 0.21</title>
   <link rel="stylesheet" type="text/css" href="style.css"/>
   <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
 </head>
 
 <body>
- <div class="header">
-   <h1>ABCL - Release notes for version 0.21</h1>
+ <div id="title" class="header">
+   <h1>Release notes for ABCL 0.21</h1>
  </div>
 
 <!--#include virtual="left-menu" -->
 
 <div class="rn">
 
-<h2>Most notable changes in ABCL 0.21</h2>
-
-
-<p><a href="release-notes-0.20.shtml">Release notes for older releases</a>.</p>
 
 <dl>
   <dt>OS-independent pathname representation in FASLs</dt>
@@ -37,17 +33,18 @@
 
 </div>
 
+<p><a href="release-notes.shtml">Release notes for older releases</a>.</p>
 
-
-
-<div style="float:left;width:100%">
- <hr />
- <p>Back to <a href="http://common-lisp.net/">Common-lisp.net</a>.</p>
+<div class="footer">
+ <p>ABCL is <a href="http://common-lisp.net/project/armedbear">Armed Bear Common Lisp</a>.</p>
+ <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p>
 
  <div class="check">
    <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>
  </div>
 <div style="float:right;font-size:10px;font-family:monospace">$Id$</div>
 </div>
+
+
 </body>
 </html>

Modified: public_html/release-notes-0.22.shtml
==============================================================================
--- public_html/release-notes-0.22.shtml	Thu Feb 14 06:34:28 2013	(r14393)
+++ public_html/release-notes-0.22.shtml	Sat Feb 16 04:10:59 2013	(r14394)
@@ -3,25 +3,20 @@
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
-  <title>ABCL - Release notes v0.22</title>
+  <title>Release Notes for ABCL 0.22</title>
   <link rel="stylesheet" type="text/css" href="style.css"/>
   <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
 </head>
 
 <body>
  <div class="header">
-   <h1>ABCL - Release notes for version 0.22</h1>
+   <h1>Release notes for ABCL 0.22</h1>
  </div>
 
 <!--#include virtual="left-menu" -->
 
 <div class="rn">
 
-<h2>Most notable changes in ABCL 0.22</h2>
-
-
-<p><a href="release-notes-0.21.shtml">Release notes for older releases</a>.</p>
-
 <dl>
   <dt>Fix reading non-UTF8 characters on UTF-8 input streams.</dt>
   <dd>Some non-conformant characters on UTF-8 input streams cause java's
@@ -33,18 +28,19 @@
   <dd>The function DOCUMENTATION wasn't autoloaded on first use.</dd>
 </dl>
 
-
 </div>
 
+<p><a href="release-notes.shtml">Release notes for older releases</a>.</p>
 
-<div style="float:left;width:100%">
- <hr />
- <p>Back to <a href="http://common-lisp.net/">Common-lisp.net</a>.</p>
+<div class="footer">
+ <p>ABCL is <a href="http://common-lisp.net/project/armedbear">Armed Bear Common Lisp</a>.</p>
+ <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p>
 
  <div class="check">
    <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>
  </div>
 <div style="float:right;font-size:10px;font-family:monospace">$Id$</div>
 </div>
+
 </body>
 </html>

Modified: public_html/release-notes-0.23.shtml
==============================================================================
--- public_html/release-notes-0.23.shtml	Thu Feb 14 06:34:28 2013	(r14393)
+++ public_html/release-notes-0.23.shtml	Sat Feb 16 04:10:59 2013	(r14394)
@@ -3,25 +3,20 @@
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
-  <title>ABCL - Release notes v0.23</title>
+  <title>Release Notes for ABCL 0.23</title>
   <link rel="stylesheet" type="text/css" href="style.css"/>
   <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
 </head>
 
 <body>
- <div class="header">
-   <h1>ABCL - Release notes for version 0.23</h1>
+ <div id="title" class="header">
+   <h1>Release Notes for ABCL 0.23</h1>
  </div>
 
 <!--#include virtual="left-menu" -->
 
 <div class="rn">
 
-<h2>Most notable changes in ABCL 0.23</h2>
-
-
-<p><a href="release-notes-0.22.shtml">Release notes for older releases</a>.</p>
-
 <dl>
   <dt>No more failures in Maxima's test suite</dt>
   <dd>Working together with the developers from the Maxima program, we've been
@@ -57,15 +52,18 @@
 
 </div>
 
+<p><a href="release-notes.shtml">Release notes for older releases</a>.</p>
 
-<div style="float:left;width:100%">
- <hr />
- <p>Back to <a href="http://common-lisp.net/">Common-lisp.net</a>.</p>
+<div class="footer">
+ <p>ABCL is <a href="http://common-lisp.net/project/armedbear">Armed Bear Common Lisp</a>.</p>
+ <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p>
 
  <div class="check">
    <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>
  </div>
 <div style="float:right;font-size:10px;font-family:monospace">$Id$</div>
 </div>
+
+</div>
 </body>
 </html>

Modified: public_html/release-notes-0.24.shtml
==============================================================================
--- public_html/release-notes-0.24.shtml	Thu Feb 14 06:34:28 2013	(r14393)
+++ public_html/release-notes-0.24.shtml	Sat Feb 16 04:10:59 2013	(r14394)
@@ -3,25 +3,20 @@
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
-  <title>ABCL - Release notes v0.24</title>
+  <title>Release Notes for ABCL 0.24</title>
   <link rel="stylesheet" type="text/css" href="style.css"/>
   <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
 </head>
 
 <body>
  <div class="header">
-   <h1>ABCL - Release notes for version 0.24</h1>
+   <h1>Release Notes for ABCL 0.24</h1>
  </div>
 
 <!--#include virtual="left-menu" -->
 
 <div class="rn">
 
-<h2>Most notable changes in ABCL 0.24</h2>
-
-
-<p><a href="release-notes-0.23.shtml">Release notes for older releases</a>.</p>
-
 <dl>
   <dt>Fixed an issue causing FASLs to be able to contain only a limited
     number of functions.
@@ -51,11 +46,11 @@
 </dl>
 </div>
 
+<p><a href="release-notes.shtml">Release notes for older releases</a>.</p>
 
-
-<div style="float:left;width:100%">
- <hr />
- <p>Back to <a href="http://common-lisp.net/">Common-lisp.net</a>.</p>
+<div class="footer">
+ <p>ABCL is <a href="http://common-lisp.net/project/armedbear">Armed Bear Common Lisp</a>.</p>
+ <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p>
 
  <div class="check">
    <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>

Modified: public_html/release-notes-0.25.shtml
==============================================================================
--- public_html/release-notes-0.25.shtml	Thu Feb 14 06:34:28 2013	(r14393)
+++ public_html/release-notes-0.25.shtml	Sat Feb 16 04:10:59 2013	(r14394)
@@ -3,24 +3,19 @@
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
-  <title>ABCL - Release notes v0.25</title>
+  <title>Release Notes for ABCL 0.25</title>
   <link rel="stylesheet" type="text/css" href="style.css"/>
   <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
 </head>
 
 <body>
  <div class="header">
-   <h1>ABCL - Release notes for version 0.25</h1>
+   <h1>Release Notes for ABCL 0.25</h1>
  </div>
 
 <!--#include virtual="left-menu" -->
 
-<div class="rn">
-
-<h2>Most notable changes in ABCL 0.25</h2>
-
-
-<p><a href="release-notes-0.24.shtml">Release notes for older releases</a>.</p>
+<div id="title" class="rn">
 
 <dl>
   <dt>New :resolve-symlinks keyword argument for DIRECTORY
@@ -57,16 +52,17 @@
 </dl>
 </div>
 
+<p><a href="release-notes.shtml">Release notes for older releases</a>.</p>
 
-
-<div style="float:left;width:100%">
- <hr />
- <p>Back to <a href="http://common-lisp.net/">Common-lisp.net</a>.</p>
+<div class="footer">
+ <p>ABCL is <a href="http://common-lisp.net/project/armedbear">Armed Bear Common Lisp</a>.</p>
+ <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p>
 
  <div class="check">
    <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>
  </div>
 <div style="float:right;font-size:10px;font-family:monospace">$Id$</div>
 </div>
+
 </body>
 </html>

Modified: public_html/release-notes-0.26.shtml
==============================================================================
--- public_html/release-notes-0.26.shtml	Thu Feb 14 06:34:28 2013	(r14393)
+++ public_html/release-notes-0.26.shtml	Sat Feb 16 04:10:59 2013	(r14394)
@@ -3,25 +3,20 @@
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
-  <title>ABCL - Release notes v0.26</title>
+  <title>Release Notes for ABCL 0.26</title>
   <link rel="stylesheet" type="text/css" href="style.css"/>
   <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
 </head>
 
 <body>
- <div class="header">
-   <h1>ABCL - Release notes for version 0.26</h1>
+ <div id="title" class="header">
+   <h1>Release Notes for ABCL 0.26</h1>
  </div>
 
 <!--#include virtual="left-menu" -->
 
 <div class="rn">
 
-<h2>Most notable changes in ABCL 0.26</h2>
-
-
-<p><a href="release-notes-0.25.shtml">Release notes for older releases</a>.</p>
-
 <dl>
   <dt>Support for weak references and hash tables
   </dt>
@@ -54,11 +49,11 @@
 </dl>
 </div>
 
+<p><a href="release-notes.shtml">Release notes for older releases</a>.</p>
 
-
-<div style="float:left;width:100%">
- <hr />
- <p>Back to <a href="http://common-lisp.net/">Common-lisp.net</a>.</p>
+<div class="footer">
+ <p>ABCL is <a href="http://common-lisp.net/project/armedbear">Armed Bear Common Lisp</a>.</p>
+ <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p>
 
  <div class="check">
    <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>

Modified: public_html/release-notes-0.27.shtml
==============================================================================
--- public_html/release-notes-0.27.shtml	Thu Feb 14 06:34:28 2013	(r14393)
+++ public_html/release-notes-0.27.shtml	Sat Feb 16 04:10:59 2013	(r14394)
@@ -3,24 +3,20 @@
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
-  <title>ABCL - Release notes v0.27</title>
+  <title>Release notes for ABCL 0.27</title>
   <link rel="stylesheet" type="text/css" href="style.css"/>
   <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
 </head>
 
 <body>
- <div class="header">
-   <h1>ABCL - Release notes for version 0.27</h1>
+ <div id="title" class="header">
+   <h1>Release Notes for ABCL 0.27</h1>
  </div>
 
 <!--#include virtual="left-menu" -->
 
 <div class="rn">
 
-<h2>Most notable changes in ABCL 0.27</h2>
-
-
-<p><a href="release-notes-0.26.shtml">Release notes for older releases</a>.</p>
 
 <dl>
   <dt>Specify JVM artifacts by the ABCL-ASDF contrib
@@ -59,15 +55,17 @@
 </div>
 
 
+<p><a href="release-notes.shtml">Release notes for older releases</a>.</p>
 
-<div style="float:left;width:100%">
- <hr />
- <p>Back to <a href="http://common-lisp.net/">Common-lisp.net</a>.</p>
+<div class="footer">
+ <p>ABCL is <a href="http://common-lisp.net/project/armedbear">Armed Bear Common Lisp</a>.</p>
+ <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p>
 
  <div class="check">
    <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>
  </div>
 <div style="float:right;font-size:10px;font-family:monospace">$Id$</div>
 </div>
+
 </body>
 </html>

Modified: public_html/release-notes-1.0.0.shtml
==============================================================================
--- public_html/release-notes-1.0.0.shtml	Thu Feb 14 06:34:28 2013	(r14393)
+++ public_html/release-notes-1.0.0.shtml	Sat Feb 16 04:10:59 2013	(r14394)
@@ -3,22 +3,20 @@
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
-  <title>ABCL - Release notes v1.0.0</title>
+  <title>Release Notes for ABCL 1.0.0</title>
   <link rel="stylesheet" type="text/css" href="style.css"/>
   <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
 </head>
 
 <body>
- <div class="header">
-   <h1>ABCL - Release notes for version v1.0.0</h1>
+ <div id="title" class="header">
+   <h1>Release Notes for ABCL 1.0.0</h1>
  </div>
 
 <!--#include virtual="left-menu" -->
 
 <div class="rn">
 
-<h2>Most notable changes in ABCL 1.0.0</h2>
-
 <dl>
   <dt>ANSI Conformance</dt>
   <dd>
@@ -48,19 +46,17 @@
 
 <p><a href="release-notes.shtml">Release notes for older releases</a>.</p>
 
-
 </div>
 
-<div style="float:left;width:100%">
- <hr />
- <p>Back to <a href="http://common-lisp.net/">Common-lisp.net</a>.</p>
+<div class="footer">
+ <p>ABCL is <a href="http://common-lisp.net/project/armedbear">Armed Bear Common Lisp</a>.</p>
+ <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p>
 
  <div class="check">
    <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>
  </div>
-
 <div style="float:right;font-size:10px;font-family:monospace">$Id$</div>
-
 </div>
+
 </body>
 </html>

Modified: public_html/release-notes-1.0.1.shtml
==============================================================================
--- public_html/release-notes-1.0.1.shtml	Thu Feb 14 06:34:28 2013	(r14393)
+++ public_html/release-notes-1.0.1.shtml	Sat Feb 16 04:10:59 2013	(r14394)
@@ -3,22 +3,20 @@
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
-  <title>ABCL - Release notes v1.0.1</title>
+  <title>Release notes for ABCL 1.0.1</title>
   <link rel="stylesheet" type="text/css" href="style.css"/>
   <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
 </head>
 
 <body>
- <div class="header">
-   <h1>ABCL - Release notes for version v1.0.1</h1>
+ <div id="title" class="header">
+   <h1>Release Notes for ABCL 1.0.1</h1>
  </div>
 
 <!--#include virtual="left-menu" -->
 
 <div class="rn">
 
-<h2>Most notable changes in ABCL 1.0.1</h2>
-
 <p>
   abcl-1.0.1 is a maintenance release.
 </p>
@@ -34,7 +32,6 @@
   manual</a>a now contains more polished formating from docstring
   groveling, an index of symbols, and additional enhancements.
   </dd>
-  
 
   <dt>ABCL-CONTRIB<a href="http://trac.common-lisp.net/armedbear/ticket/181">[#181]</a></dt>
 
@@ -50,15 +47,15 @@
 
 </div>
 
-<div style="float:left;width:100%">
- <hr />
+<div class="footer">
  <p>ABCL is <a href="http://common-lisp.net/project/armedbear">Armed Bear Common Lisp</a>.</p>
- <p>Back to <a href="http://common-lisp.net/">Common-lisp.net</a>.</p>
+ <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p>
 
  <div class="check">
    <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>
  </div>
 <div style="float:right;font-size:10px;font-family:monospace">$Id$</div>
 </div>
+
 </body>
 </html>

Modified: public_html/release-notes-1.1.0.shtml
==============================================================================
--- public_html/release-notes-1.1.0.shtml	Thu Feb 14 06:34:28 2013	(r14393)
+++ public_html/release-notes-1.1.0.shtml	Sat Feb 16 04:10:59 2013	(r14394)
@@ -3,7 +3,7 @@
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
-  <title>ABCL - Release notes v1.1.0</title>
+  <title>Release Notes for ABCL 1.1.0</title>
   <link rel="stylesheet" type="text/css" href="style.css"/>
   <meta http-equiv="Content-Type" content="text/html;
                                            charset=ISO-8859-1"/>
@@ -12,16 +12,14 @@
 </head>
 
 <body>
- <div class="header">
-   <h1>ABCL - Release notes for version v1.1.0</h1>
+ <div id="title" class="header">
+   <h1>Release Notes for ABCL 1.1.0</h1>
  </div>
 
 <!--#include virtual="left-menu" -->
 
 <div class="rn">
 
-<h2>Most notable changes in ABCL 1.1.0</h2>
-
 <p>
   abcl-1.1.0 is a major release.
 </p>
@@ -38,7 +36,7 @@
   <dt>User Manual</dt>
   <dd>The <a
   href="http://code.google.com/p/abcl-dynamic-install/downloads/detail?name=abcl-20121207a.pdf">User
-  manual</a>a now contains more polished formating from docstring
+  manual</a> now contains more polished formating from docstring
   groveling, an index of symbols, and additional enhancements.
   </dd>
 
@@ -46,22 +44,22 @@
 
 </dl>
 
-<p>The distribution contains a more detailed documentation of <a href="http://svn.common-lisp.net/armedbear/tags/1.1.0/abcl/CHANGES">CHANGES</a>.</p>
-  
+<p>The distribution contains a more detailed documentation of <a
+href="http://svn.common-lisp.net/armedbear/tags/1.1.0/abcl/CHANGES">CHANGES</a>.</p>
 
 <p><a href="release-notes.shtml">Release notes for older releases of ABCL</a>.</p>
 
 </div>
 
-<div style="float:left;width:100%">
- <hr />
+<div class="footer">
  <p>ABCL is <a href="http://common-lisp.net/project/armedbear">Armed Bear Common Lisp</a>.</p>
- <p>Back to <a href="http://common-lisp.net/">Common-lisp.net</a>.</p>
+ <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p>
 
  <div class="check">
    <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>
  </div>
-<div style="float:right;font-size:10px;font-family:monospace">$Id: release-notes-1.1.0.shtml 13748 2012-01-10 18:58:49Z mevenson $</div>
+<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>
 </div>
+
 </body>
 </html>

Modified: public_html/release-notes-1.1.1.shtml
==============================================================================
--- public_html/release-notes-1.1.1.shtml	Thu Feb 14 06:34:28 2013	(r14393)
+++ public_html/release-notes-1.1.1.shtml	Sat Feb 16 04:10:59 2013	(r14394)
@@ -3,7 +3,7 @@
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
-  <title>ABCL - Release notes v1.1.0</title>
+  <title>Release Notes for ABCL 1.1.0</title>
   <link rel="stylesheet" type="text/css" href="style.css"/>
   <meta http-equiv="Content-Type" content="text/html;
                                            charset=ISO-8859-1"/>
@@ -12,16 +12,14 @@
 </head>
 
 <body>
- <div class="header">
-   <h1>ABCL - Release notes for version v1.1.1</h1>
+ <div id="title" class="header">
+   <h1>Release Notes for ABCL 1.1.1</h1>
  </div>
 
 <!--#include virtual="left-menu" -->
 
 <div class="rn">
 
-<h2>Changes in ABCL 1.1.1</h2>
-
 <p>
   abcl-1.1.1 is a maintenance release.
 </p>
@@ -57,15 +55,15 @@
 
 </div>
 
-<div style="float:left;width:100%">
- <hr />
+<div class="footer">
  <p>ABCL is <a href="http://common-lisp.net/project/armedbear">Armed Bear Common Lisp</a>.</p>
- <p>Back to <a href="http://common-lisp.net/">Common-lisp.net</a>.</p>
+ <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p>
 
  <div class="check">
    <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>
  </div>
-<div style="float:right;font-size:10px;font-family:monospace">$Id: release-notes-1.1.0.shtml 13748 2012-01-10 18:58:49Z mevenson $</div>
+<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>
 </div>
+
 </body>
 </html>

Modified: public_html/release-notes.shtml
==============================================================================
--- public_html/release-notes.shtml	Thu Feb 14 06:34:28 2013	(r14393)
+++ public_html/release-notes.shtml	Sat Feb 16 04:10:59 2013	(r14394)
@@ -3,28 +3,22 @@
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
-  <title>Index of Armed Bear Common List Release Notes</title>
+  <title>Index of Armed Bear Common Lisp (ABCL) Release Notes</title>
   <link rel="stylesheet" type="text/css" href="style.css"/>
   <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
-<style>
-dt { font-size: 110%; font-weight: bold }
-dd { }
-</style>
+
 </head>
 
 <body>
- <div class="header">
-   <h1><!--#include virtual="project-name" --></h1>
+ <div id="title" class="header">
+   <h1>Index of Armed Bear Common Lisp (ABCL) Release Notes</h1>
  </div>
 
 <!--#include virtual="left-menu" -->
 
-<div style="float:left;width:80ex;margin-top:1cm">
-
-
-<h2 style="text-align:center">Index of Armed Bear Common List Release Notes</h2>
+<div id="main">
 
-<ul style="margin-left:3cm;width:20cm">
+<ul>
   <li><a href="release-notes-0.13.shtml">abcl-0.13</a></li>
   <li><a href="release-notes-0.14.shtml">abcl-0.14</a></li>
   <li><a href="release-notes-0.15.shtml">abcl-0.15</a></li>
@@ -42,18 +36,20 @@
   <li><a href="release-notes-0.27.shtml">abcl-0.27</a></li>
   <li><a href="release-notes-1.0.0.shtml">abcl-1.0.0</a></li>
   <li><a href="release-notes-1.0.1.shtml">abcl-1.0.1</a></li>
+  <li><a href="release-notes-1.1.0.shtml">abcl-1.1.0</a></li>
+  <li><a href="release-notes-1.1.1.shtml">abcl-1.1.1</a></li>
 </ul>
 
 </div>
-
-<div style="float:left;width:100%">
- <hr />
- <p>Back to <a href="http://common-lisp.net/">Common-lisp.net</a>.</p>
+<div class="footer">
+ <p>ABCL is <a href="http://common-lisp.net/project/armedbear">Armed Bear Common Lisp</a>.</p>
+ <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p>
 
  <div class="check">
    <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>
  </div>
 <div style="float:right;font-size:10px;font-family:monospace">$Id$</div>
 </div>
+
 </body>
 </html>

Modified: public_html/style.css
==============================================================================
--- public_html/style.css	Thu Feb 14 06:34:28 2013	(r14393)
+++ public_html/style.css	Sat Feb 16 04:10:59 2013	(r14394)
@@ -11,7 +11,7 @@
 
 div#title {
     width: 80%;
-    margin-left: 10%;
+    margin-left: 12%;
 }
 
 .header {
@@ -30,8 +30,6 @@
     font-size: small;
     font-style: italic;
     text-align: right;
-    background-color:#3366ff;
-    color: #ffffff;
     border-radius: 1em;
     border-width: 2px;
     border-color:#002244;
@@ -40,7 +38,7 @@
 
 .footer a:link, .footer a:visited {
     font-weight: bold;
-    color: #ffffff;
+
     text-decoration: underline;
 }
 
@@ -88,10 +86,10 @@
 
 /* "rn" meaning release notes */
 div.rn {
-    float:        left;
-    width:        20cm;
+    max-width:        20cm;
     margin-top:    1cm;
     margin-bottom: 1cm;
+    margin-left: 15%;
 }
 div.rn dl {
     width:      20cm;
@@ -106,8 +104,8 @@
     padding-left:       1em;
     padding-top:        0.3em;
     padding-bottom:     0.3em;
-  border-top-left-radius:	1em;
-  border-bottom-right-radius:	0.5em;
+    border-top-left-radius:	1em;
+    border-bottom-right-radius:	0.5em;
 }
 div.rn dl dd {
     margin-top: 1em;
@@ -152,17 +150,24 @@
     color: white;
 }
 
+div#left-bar {
+    float: left;
+    width: 10%;
+}
 div#left-menu {
     background-color: #3366ff;
     border-radius: 1em;
     border-style: solid;
     border-color: #999999;
     float: left;
-    width: 10%;
     font-family: sans-serif;
     font-size: smaller;
 }
 
+div#oloh-button {
+    float: left;
+}
+
 ul.menu-list  {
     list-style: none;
 }




More information about the armedbear-cvs mailing list