On Sat, Jan 1, 2022 at 10:18 PM <[email protected]> wrote:
>
> Author: hartmannathan
> Date: Sun Jan 2 03:18:55 2022
> New Revision: 1896611
>
> URL: http://svn.apache.org/viewvc?rev=1896611&view=rev
> Log:
> * staging/mailing-lists.html:
> (#list-list): Remove links to mail-archives.apache.org. This service is
> shut down as of 31 Dec 2021 in favor of lists.apache.org.
>
> Modified:
> subversion/site/staging/mailing-lists.html
>
> Modified: subversion/site/staging/mailing-lists.html
> URL:
> http://svn.apache.org/viewvc/subversion/site/staging/mailing-lists.html?rev=1896611&r1=1896610&r2=1896611&view=diff
> ==============================================================================
> --- subversion/site/staging/mailing-lists.html (original)
> +++ subversion/site/staging/mailing-lists.html Sun Jan 2 03:18:55 2022
> @@ -156,8 +156,6 @@ delay for your post to appear (see below
> <tr>
> <td><strong>Archives:</strong></td>
> <td><ul class="nobullet">
> - <li><a
> href="https://mail-archives.apache.org/mod_mbox/subversion-users/"
> - >mail-archives.apache.org</a></li>
> <li><a
> href="https://lists.apache.org/[email protected]"
> >lists.apache.org</a> (searchable)</li>
> <li><a href="https://svn.haxx.se/users/"
> @@ -220,8 +218,6 @@ delay for your post to appear (see below
> <tr>
> <td><strong>Archives:</strong></td>
> <td><ul class="nobullet">
> - <li><a
> href="https://mail-archives.apache.org/mod_mbox/subversion-dev/"
> - >mail-archives.apache.org</a></li>
> <li><a
> href="https://lists.apache.org/[email protected]"
> >lists.apache.org</a> (searchable)</li>
> <li><a href="https://svn.haxx.se/dev/"
> @@ -264,8 +260,6 @@ delay for your post to appear (see below
> <tr>
> <td><strong>Archives:</strong></td>
> <td><ul class="nobullet">
> - <li><a
> href="https://mail-archives.apache.org/mod_mbox/subversion-commits/"
> - >mail-archives.apache.org</a></li>
> <li><a
> href="https://lists.apache.org/[email protected]"
> >lists.apache.org</a> (searchable)</li>
> <li><a
> href="https://www.mail-archive.com/[email protected]/"
> @@ -306,8 +300,6 @@ delay for your post to appear (see below
> <tr>
> <td><strong>Archives:</strong></td>
> <td><ul class="nobullet">
> - <li><a
> href="https://mail-archives.apache.org/mod_mbox/subversion-announce/"
> - >mail-archives.apache.org</a></li>
> <li><a
> href="https://lists.apache.org/[email protected]"
> >lists.apache.org</a> (searchable)</li>
> <li><a
> href="https://www.mail-archive.com/[email protected]/"
> @@ -357,8 +349,6 @@ delay for your post to appear (see below
> <tr>
> <td><strong>Archives:</strong></td>
> <td><ul class="nobullet">
> - <li><a
> href="https://mail-archives.apache.org/mod_mbox/subversion-notifications/"
> - >mail-archives.apache.org</a></li>
> <li><a
> href="https://lists.apache.org/[email protected]"
> >lists.apache.org</a> (searchable)</li>
> <li><a
> href="https://www.mail-archive.com/[email protected]/"
ASF shut down the oldie but goodie mail-archives.apache.org in favor
of lists.apache.org today.
This commit updates the staging site. It will need a follow-up, but I
don't (yet) know what that follow-up should be:
Currently on our mailing lists page, we have the Google SiteSearch box
for user convenience to search the archives. This searches in the
mail-archives.apache.org domain and uses inurl:subversion as explained
in the comment there to search only in Subversion's list archives.
With the retirement of mail-archives.apache.org, clearly this will not
work anymore.
Maybe it'll work if I just substitute the URLs, but I'm a bit
skeptical because of the query string; i.e., whereas mail-archives
URLs looked like this:
https://mail-archives.apache.org/mod_mbox/subversion-users/
lists.apache.org URLs look like this:
https://lists.apache.org/[email protected]
Thoughts?
Nathan