From ad45e42d46b56c0b36d9d977c1262facb77d292f Mon Sep 17 00:00:00 2001
From: Francois-Rene Rideau <fare@tunes.org>
Date: Sat, 19 Mar 2011 20:51:27 -0400
Subject: [PATCH] web page update

---
 doc/index.html | 18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)

diff --git a/doc/index.html b/doc/index.html
index 5501b6d5..4a4f6cbf 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -20,7 +20,7 @@
         <li><a href="#documentation">Documentation</a></li>
         <li><a href="#downloads">Getting it</a></li>
         <li><a href="#bugs">Reporting Bugs</a></li>
-        <li><a href="#mailing-list">Mailing List</a></li>
+        <li><a href="#mailing-lists">Mailing Lists</a></li>
         <li><a href="http://common-lisp.net/gitweb?p=projects/asdf/asdf.git;a=log"
                >Changelog</a></li>
       </ul>
@@ -94,11 +94,19 @@
           you can send email to the project mailing-list below.
         </p>
 
-        <a id="mailing-list"></a>
-        <h3>Mailing List</h3>
+        <a id="mailing-lists"></a>
+        <h3>Mailing Lists</h3>
         <ul>
           <li><a href="http://common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel">asdf-devel</a>:
-            A list for questions, patches, bug reports, and so on; It's for everything.
+            A list for questions, suggestions, bug reports, patches, and so on.
+	    It's for everyone and everything. Please join the conversation!
+	  </li>
+          <li><a href="http://common-lisp.net/cgi-bin/mailman/listinfo/asdf-announce">asdf-announce</a>:
+            A low-volume mailing-list for announcements only, mostly regarding new releases.
+	    Posting is restricted to project administrators and to important notices.
+	    Please subscribe to it if you're a Lisp implementation or distribution vendor,
+	    who needs to know when to upgrade the ASDF you distribute,
+	    but are otherwise not interested in day to day design and development.
         </li></ul>
 
         <h3>Contributing</h3>
@@ -144,7 +152,7 @@
         <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-2010 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 2010-10-06</div>
+        <div id="timestamp">Last updated 2011-03-19</div>
     </div>
   </body>
 </html>
-- 
GitLab