From 927e7c01f7a975dbbf681a2b44c46f64c0d080d3 Mon Sep 17 00:00:00 2001
From: Francois-Rene Rideau <tunes@google.com>
Date: Tue, 21 Jul 2015 17:32:20 -0400
Subject: [PATCH] More tweaks to index.html

---
 doc/index.html | 36 +++++++++++++++++++++---------------
 1 file changed, 21 insertions(+), 15 deletions(-)

diff --git a/doc/index.html b/doc/index.html
index 9911b9131..b1357ba57 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -37,7 +37,7 @@
           extensibility, configurability, internal consistency,
           and the ability to deliver standalone executables.
           Its notable versions include pre-release 2.27 on February 1st 2013,
-          first release 3.0.0 on May 15th 2013,
+          first stable release 3.0.1 on May 16th 2013,
           major release 3.1.2 on May 6th 2014,
           and latest release 3.1.5 on July 21st 2015.
         </p>
@@ -88,7 +88,7 @@
               and the documentation as extracted from its docstrings by
               <a href="http://bimib.disco.unimib.it/people/Marco.Antoniotti/Projects/CL/HELAMBDAP/tests/asdf-uiop/docs/html/dictionary/dictionary.html">HEΛP</a>
               (beware: you can, though it's not obvious, scroll the list of packages
-              with a scroll the right of the top-left pane, and then click on the one
+              with a scrollbar on the right of the top-left pane, and then click on the package
               you're interested in to browse its symbols).
             </p>
             <p><tt>uiop</tt> is distributed as part of the <tt>ASDF</tt>,
@@ -312,6 +312,10 @@ Corman Common Lisp <admin@cormanlisp.com>
         <h3>Extensions</h3>
         <p>Known extensions to ASDF include:</p>
         <ul>
+          <li>
+            <a href="https://gitlab.common-lisp.net/xcvb/asdf-dependency-grovel">
+            <tt>asdf-dependency-grovel</tt></a>,
+            to compute the actual dependencies in a big ASDF system.</li>
           <li><a href="https://gitlab.common-lisp.net/asdf/asdf-encodings"
                  ><tt>asdf-encodings</tt></a>,
             to compile Lisp source files with character encodings other than UTF-8.</li>
@@ -319,20 +323,22 @@ Corman Common Lisp <admin@cormanlisp.com>
                  ><tt>asdf-finalizers</tt></a>,
             to allow macros to include code to be evaluated
             at the end of a file being compiled.</li>
-          <li>
-            <a href="https://gitlab.common-lisp.net/xcvb/asdf-dependency-grovel">
-            <tt>asdf-dependency-grovel</tt></a>,
-            to compute the actual dependencies in a big ASDF system.</li>
-          <li><a href="https://common-lisp.net/project/qitab/"
-                 ><tt>poiu</tt></a>,
-            to compile a system in parallel on a multiprocessor machine.</li>
+          <li><a href="http://www.lrde.epita.fr/~didier/software/lisp/misc.php#asdf-flv"
+                 ><tt>asdf-flv</tt></a>,
+            to bind file-local variables around the compilation of some files.</li>
           <li><a href="https://common-lisp.net/project/asdf-system-connections/"
                  ><tt>asdf-system-connections</tt></a>,
             lets you specify systems that are automatically loaded when
             two other systems are loaded, to connect them.</li>
-          <li><a href="http://www.lrde.epita.fr/~didier/software/lisp/misc.php#asdf-flv"
-                 ><tt>asdf-flv</tt></a>,
-            to bind file-local variables around the compilation of some files.</li>
+          <li><a href="https://common-lisp.net/project/cffi/"
+                 ><tt>cffi</tt></a>,
+            lets you interface between with functions and datastructures written in C
+            and functions written in Lisp,
+            including support for automatically detecting constants from C macros,
+            linking to dynamic libraries, and writing your own wrapper code in C.</li>
+          <li><a href="https://common-lisp.net/project/qitab/"
+                 ><tt>poiu</tt></a>,
+            to compile a system in parallel on a multiprocessor machine.</li>
         </ul>
         <p>Former extensions, now superseded, include:</p>
         <ul>
@@ -436,8 +442,8 @@ Corman Common Lisp <admin@cormanlisp.com>
         support for older variants is now officially dropped.</dd>
           <dt>October 2014</dt>
           <dd>More bug fixing leads to release of 3.1.4 on 10 October 2014.
-          There should be no incompatibilities. See the <a
-          href="changelog">Changelog</a> for more details.</dd>
+          There should be no incompatibilities.
+          See the <a href="changelog">Changelog</a> for more details.</dd>
           <dt>August 2014</dt>
           <dd>The ASDF mailing lists have been reestablished, in particular
         asdf-announce, which should allow CL implementers better access to only
@@ -512,7 +518,7 @@ Corman Common Lisp <admin@cormanlisp.com>
         <a class="nav" href="http://common-lisp.net/" title="Common-Lisp.net"> <img src="http://common-lisp.net/project/cl-containers/shared/buttons/lisp-lizard.png" width="80" height="15" title="Common-Lisp.net" alt="Common-Lisp.net button" /></a>
         <p><span class="copyright"Copyright &copy; 2001-2015 Daniel Barlow and contributors</span></p>
         <p>ASDF has an <a href="http://www.opensource.org/licenses/mit-license.php">MIT style</a> license</p>
-        <div id="timestamp">Last updated 2015-05-05</div>
+        <div id="timestamp">Last updated 2015-07-21</div>
     </div>
   </body>
 </html>
-- 
GitLab