[PATCH] website += additional list archive

Daniel Shahaf <[email protected]> Mon, 21 Sep 2015 21:10:43 +0000
Newsgroups gmane.comp.apache.apr.serf.devel
Message-ID <20150921211043.GH1955__13069.4593805403$1443916130$gmane$org@tarsus.local2>
Index: contribute.html
===================================================================
--- contribute.html	(revision 1703976)
+++ contribute.html	(working copy)
@@ -62,9 +62,11 @@
             [email protected]</a></li>
           <li>Archives:
             <ul>
-              <li><a href="http://mail-archives.apache.org/mod_mbox/serf-dev/">
-                Apache</a></li>
-          </ul>
+              <li><a href="http://mail-archives.apache.org/mod_mbox/serf-dev/"
+                >Apache</a></li>
+              <li><a href="https://www.mail-archive.com/dev%40serf.apache.org/"
+                >mail-archive.com</a></li>
+            </ul>
         </ul>
 
         <h3>Announce Mailing List</h3>
@@ -76,9 +78,11 @@
             [email protected]</a></li>
           <li>Archives:
             <ul>
-              <li><a href="http://mail-archives.apache.org/mod_mbox/serf-announce/">
-                Apache</a></li>
-          </ul>
+              <li><a href="http://mail-archives.apache.org/mod_mbox/serf-announce/"
+                >Apache</a></li>
+              <li><a href="https://www.mail-archive.com/announce%40serf.apache.org/"
+                >mail-archive.com</a></li>
+            </ul>
         </ul>
 
         <h3>Pre-ASF Mailing List</h3>

That adds a <li/> and fixes whitespace surrounding it.

Neither of the announce@ archives is live yet, presumably because that list has
never been emailed to.

Also, the serf logo hasn't been added to the website ;).

Cheers,

Daniel