Hi,
the mailing lists page lacks unsubscribe links & instructions.
I do think it should be easy to derive the unsubscribe procedure from
the subscribe instructions, but ...
As this is my first patch submission, please bear with me if I got the
attachment setting of mail mail/new-client wrong.
--
Lorenz
Index: mailing-lists.html
===================================================================
--- mailing-lists.html (revision 924660)
+++ mailing-lists.html (working copy)
@@ -5,7 +5,7 @@
<title>Subversion Mailing Lists</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<style type="text/css">
- @import url("/style/site.css");
+ @import url("style/site.css");
</style>
</head>
@@ -51,8 +51,8 @@
<th>List</th>
<th>Description</th>
<th>Archives</th>
- <th>Subscribe</th>
- </tr>
+ <th>Un-/Subscribe</th>
+ </tr>
</thead>
<tbody>
<tr style="vertical-align: top;">
@@ -68,7 +68,10 @@
>archive</a></td>
<td><a href="mailto:[email protected]"
title="[email protected]"
- >subscribe</a></td>
+ >subscribe</a><br>
+ <a href="mailto:[email protected]"
+ title="[email protected]"
+ >unsubscribe</a></td>
</tr>
<tr style="vertical-align: top;">
<td><a href="mailto:[email protected]"
@@ -81,7 +84,10 @@
>archive</a></td>
<td><a href="mailto:[email protected]"
title="[email protected]"
- >subscribe</a></td>
+ >subscribe</a><br>
+ <a href="mailto:[email protected]"
+ title="[email protected]"
+ >unsubscribe</a></td>
</tr>
<tr style="vertical-align: top;">
<td><a href="mailto:[email protected]"
@@ -93,7 +99,10 @@
>archive</a></td>
<td><a href="mailto:[email protected]"
title="[email protected]"
- >subscribe</a></td>
+ >subscribe</a><br>
+ <a href="mailto:[email protected]"
+ title="[email protected]"
+ >unsubscribe</a></td>
</tr>
<tr style="vertical-align: top;">
<td><a href="mailto:[email protected]"
@@ -107,13 +116,16 @@
>archive</a></td>
<td><a href="mailto:[email protected]"
title="[email protected]"
- >subscribe</a></td>
+ >subscribe</a><br>
+ <a href="mailto:[email protected]"
+ title="[email protected]"
+ >unsubscribe</a></td>
</tr>
</tbody>
</table> <!-- #list-list -->
<div class="h2" id="subscribing">
-<h2>Subscribing
+<h2>Un-/Subscribing
<a class="sectionlink" href="#subscribing"
title="Link to this section">¶</a>
</h2>
@@ -122,7 +134,7 @@
to <em>LISTNAME</em>[email protected]
(where <em>LISTNAME</em> is the name of the list: "dev", "users",
etc.) from the email address you wish to be subscribed.</p>
-
+<p>For unsubscribing use <em>LISTNAME</em>[email protected].
</div> <!-- #subscribing -->