You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@abdera.apache.org by Garrett Rooney <ro...@electricjellyfish.net> on 2006/06/28 01:41:45 UTC

[PATCH] point to some useful mailing list archives...

This patch adjusts the links to the mailing list archives so they
point to the official archives on mail-archives.apache.org instead of
some directories full of mbox files.

-garrett

[[[
Fix links to mailing list archives.

* project.html: Point to mail-archives.apache.org archives.
]]]

Re: [PATCH] point to some useful mailing list archives...

Posted by James M Snell <ja...@gmail.com>.
Patched!

Garrett Rooney wrote:
> This patch adjusts the links to the mailing list archives so they
> point to the official archives on mail-archives.apache.org instead of
> some directories full of mbox files.
> 
> -garrett
> 
> [[[
> Fix links to mailing list archives.
> 
> * project.html: Point to mail-archives.apache.org archives.
> ]]]
> 
> 
> ------------------------------------------------------------------------
> 
> Index: project.html
> ===================================================================
> --- project.html	(revision 417623)
> +++ project.html	(working copy)
> @@ -57,19 +57,19 @@
>        <td>Abdera Developer List</td>
>        <td><a href="mailto:abdera-dev-subscribe@incubator.apache.org">Subscribe</a></td>
>        <td><a href="mailto:abdera-dev-unsubscribe@incubator.apache.org">Unsubscribe</a></td>
> -      <td><a href="http://incubator.apache.org/mail/abdera-dev/" class="externalLink" title="External Link">Archive</a></td>
> +      <td><a href="http://mail-archives.apache.org/mod_mbox/incubator-abdera-dev/" class="externalLink" title="External Link">Archive</a></td>
>      </tr>
>      <tr class="b">
>        <td>Abdera User List</td>
>        <td><a href="mailto:abdera-user-subscribe@incubator.apache.org">Subscribe</a></td>
>        <td><a href="mailto:abdera-user-unsubscribe@incubator.apache.org">Unsubscribe</a></td>
> -      <td><a href="http://incubator.apache.org/mail/abdera-user/" class="externalLink" title="External Link">Archive</a></td>
> +      <td><a href="http://mail-archives.apache.org/mod_mbox/incubator-abdera-user/" class="externalLink" title="External Link">Archive</a></td>
>      </tr>
>      <tr class="a">
>        <td>Abdera Source Control List</td>
>        <td><a href="mailto:abdera-commits-subscribe@incubator.apache.org">Subscribe</a></td>
>        <td><a href="mailto:abdera-commits-unsubscribe@incubator.apache.org">Unsubscribe</a></td>
> -      <td><a href="http://incubator.apache.org/mail/abdera-commits/" class="externalLink" title="External Link">Archive</a></td>
> +      <td><a href="http://mail-archives.apache.org/mod_mbox/incubator-abdera-commits/" class="externalLink" title="External Link">Archive</a></td>
>      </tr>
>      </table>
>      
> @@ -102,4 +102,4 @@
>  
>  </body>
>  
> -</html>
> \ No newline at end of file
> +</html>