From 3cb966c53733d9c3e0ab65b9cb4e604a9ea9874d Mon Sep 17 00:00:00 2001 From: "Robert P. Goldman" <rpgoldman@gmail.com> Date: Tue, 9 Jul 2013 14:49:13 -0500 Subject: [PATCH] Updates to web page. The mailman links to the mailing lists no longer work. Fare is no longer maintainer. --- doc/index.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/doc/index.html b/doc/index.html index 5ead5481..414c12df 100644 --- a/doc/index.html +++ b/doc/index.html @@ -300,17 +300,20 @@ Peter Graves <gnooth@gmail.com> <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>: + <li><b>asdf-devel</b><!-- <a href="http://lists.common-lisp.net/mailman/listinfo/asdf-devel">asdf-devel</a> -->: 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>: + <li><b>asdf-announce</b><!-- <a href="http://lists.common-lisp.net/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> + <p>To subscribe to these mailing lists, send an email to, e.g., + asdf-devel+subscribe at common-lisp.net. For more information about + mailing lists at common-lisp.net, see <a href="http://common-lisp.net/listinfo.html">here</a>.</p> <h3>Contributing</h3> <p>Join our mailing list, check the code out from git, @@ -320,6 +323,10 @@ Peter Graves <gnooth@gmail.com> <a id="news"></a> <h3>What is happening</h3> <dl> + <dt>Summer 2013</dt> + <dd>François-René Rideau has resigned as maintainer. + Robert P. Goldman is interim maintainer until someone more gifted, + charming, dedicated, and better-looking can be secured to fill the role.</dd> <dt>In February 2013</dt> <dd> ASDF 3 now includes both the traditional <tt>asdf/defsystem</tt> -- GitLab