You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@serf.apache.org by Daniel Shahaf <d....@daniel.shahaf.name> on 2015/09/21 23:10:43 UTC

[PATCH] website += additional list archive

Index: contribute.html
===================================================================
--- contribute.html	(revision 1703976)
+++ contribute.html	(working copy)
@@ -62,9 +62,11 @@
             dev-unsubscribe@serf.apache.org</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 @@
             announce-unsubscribe@serf.apache.org</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

Re: [PATCH] website += additional list archive

Posted by Greg Stein <gs...@gmail.com>.
Thanks for the update, Daniel!

On Tue, Sep 22, 2015 at 3:14 AM, Bert Huijben <be...@qqmail.nl> wrote:

>
>
> > -----Original Message-----
> > From: Daniel Shahaf [mailto:d.s@daniel.shahaf.name]
> > Sent: maandag 21 september 2015 23:11
> > To: dev@serf.apache.org
> > Subject: [PATCH] website += additional list archive
> >
> > Index: contribute.html
> <snip>
> > 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
>
> +1
>
> Serf has universal commit. Perhaps it is good to add a Subversion like
> 'Authorized by'.
>
>
> (re: other mail) Thanks for mailing gmane again.
>
>
> Re: Serf logo.
> We have no real logo image yet... Just ideas on how to create one from
> older
> images.
>
> (binary) patches welcome ;-)
>
>
>         Bert
>
>

RE: [PATCH] website += additional list archive

Posted by Bert Huijben <be...@qqmail.nl>.

> -----Original Message-----
> From: Daniel Shahaf [mailto:d.s@daniel.shahaf.name]
> Sent: maandag 21 september 2015 23:11
> To: dev@serf.apache.org
> Subject: [PATCH] website += additional list archive
> 
> Index: contribute.html
<snip>
> 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

+1

Serf has universal commit. Perhaps it is good to add a Subversion like
'Authorized by'.


(re: other mail) Thanks for mailing gmane again.


Re: Serf logo.
We have no real logo image yet... Just ideas on how to create one from older
images.

(binary) patches welcome ;-)


	Bert