From e306daa4b1e0b49d8c27acee8c69838b0ad8d6e4 Mon Sep 17 00:00:00 2001 From: "Robert P. Goldman" <rpgoldman@gmail.com> Date: Wed, 6 Aug 2014 09:08:01 -0500 Subject: [PATCH] Fixed bug in mailman links. Didn't realize these were commented out! D'oh! --- doc/index.html | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/doc/index.html b/doc/index.html index 1ac2b6c8..dbd416d9 100644 --- a/doc/index.html +++ b/doc/index.html @@ -396,16 +396,23 @@ XCL (Peter Graves) <gnooth@gmail.com> <a id="mailing-lists"></a> <h3>Mailing Lists</h3> <ul> - <li><b>asdf-devel</b><!-- <a href="http://mailman.common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel">asdf-devel</a> -->: + <li><b>asdf-devel</b> A list for questions, suggestions, bug reports, patches, and so on. It's for everyone and everything. Please join the conversation! + <a + href="http://mailman.common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel">asdf-devel + mailman site to subscribe</a> </li> - <li><b>asdf-announce</b><!-- <a href="http://mailman.common-lisp.net/cgi-bin/mailman/listinfo/asdf-announce">asdf-announce</a> -->: + <li><b>asdf-announce</b> 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. + but are otherwise not interested in day to day design and + development. + <a + href="http://mailman.common-lisp.net/cgi-bin/mailman/listinfo/asdf-announce">asdf-announce + mailman site to subscribe</a> </li></ul> <h3>Contributing</h3> -- GitLab