Author: dsahlberg
Date: Sat Jan 13 18:39:01 2024
New Revision: 1915225
URL: http://svn.apache.org/viewvc?rev=1915225&view=rev
Log:
In site/staging:
Add instructions how to download mbox files
Suggested by: danielsh
Update link to (retired) mail-search.a.o to lists.a.o
* mailing-lists.html
(#list-list): Change link
(#downloading): New section
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=1915225&r1=1915224&r2=1915225&view=diff
==============================================================================
--- subversion/site/staging/mailing-lists.html (original)
+++ subversion/site/staging/mailing-lists.html Sat Jan 13 18:39:01 2024
@@ -380,8 +380,11 @@ delay for your post to appear (see below
</tr>
<tr>
<td><strong>Archives:</strong></td>
- <td>Not public.<br/>
- Only <a
href="https://mail-search.apache.org/pmc/private-arch/subversion-private/">full
committers</a> and <a
href="https://mail-search.apache.org/pmc/private-arch/subversion-private/">ASF
Members</a> have access.</td>
+ <td><ul class="nobullet">
+ <li><a
href="https://lists.apache.org/[email protected]"
+ >lists.apache.org</a> (searchable, not public)</li>
+ </ul>
+ Only full committers and ASF Members have access.</td>
</tr>
</tbody>
</table>
@@ -469,6 +472,27 @@ delay for your post to appear (see below
</div> <!-- #archives -->
+<div class="h2" id="downloading">
+<h2>Downloading mbox files
+ <a class="sectionlink" href="#downloading"
+ title="Link to this section">¶</a>
+</h2>
+
+<p>If you want to download the archives as mbox files, you can do this
+ from <a href="https://lists.apache.org">lists.apache.org</a> (use
+ the download link in the upper right).</p>
+
+<p>If you want to download the mbox files regularly, you can use the
+ following url:
+
+<pre>https://lists.apache.org/api/mbox.lua?list=dev&domain=subversion.apache.org&d=2022-12</pre>
+
+ Replace the list argument with the name of the list in the table above
+ and change the year/date.</p>
+
+</div> <!-- #downloading -->
+
+
<div class="h2" id="announcements">
<h2>Announcements
<a class="sectionlink" href="#announcements"