Gentoo Archives: gentoo-commits

From: Alex Legler <a3li@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] sites/www:master commit in: get-involved/mailing-lists/, _includes/partials/
Date: Fri, 14 Oct 2016 11:45:45
Message-Id: 1476445321.d0f5ca4efd187924f85b6042a3be02bd9b07e6cb.a3li@gentoo
1 commit: d0f5ca4efd187924f85b6042a3be02bd9b07e6cb
2 Author: Alex Legler <alex <AT> a3li <DOT> li>
3 AuthorDate: Fri Oct 14 11:42:01 2016 +0000
4 Commit: Alex Legler <a3li <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 14 11:42:01 2016 +0000
6 URL: https://gitweb.gentoo.org/sites/www.git/commit/?id=d0f5ca4e
7
8 Remove GMANE, urlencode + for weird clients
9
10 _includes/partials/mailinglist.html | 2 +-
11 get-involved/mailing-lists/index.html | 9 ++++-----
12 get-involved/mailing-lists/instructions.md | 2 +-
13 3 files changed, 6 insertions(+), 7 deletions(-)
14
15 diff --git a/_includes/partials/mailinglist.html b/_includes/partials/mailinglist.html
16 index 98959f1..ac9fef0 100644
17 --- a/_includes/partials/mailinglist.html
18 +++ b/_includes/partials/mailinglist.html
19 @@ -15,7 +15,7 @@
20 {% if list.private != true %}
21 <div class="btn-group btn-group-xs" role="group" aria-label="Mailing list actions for {{ list.name }}@lists.gentoo.org">
22 <a href="mailto:{{ list.name }}@lists.gentoo.org" title="Post to this list" class="btn btn-default"><span class="fa fa-fw fa-send"></span></a>
23 - <a href="mailto:{{ list.name }}+subscribe@l.g.o" title="Subscribe to this list" class="btn btn-default"><span class="fa fa-fw fa-plus-square"></span></a>
24 + <a href="mailto:{{ list.name }}%2Bsubscribe@l.g.o" title="Subscribe to this list" class="btn btn-default"><span class="fa fa-fw fa-plus-square"></span></a>
25 <a href="http://archives.gentoo.org/{{ list.name }}/" title="Archives of this list" class="btn btn-default"><span class="fa fa-fw fa-archive"></span></a>
26 </div>
27 {% endif %}
28
29 diff --git a/get-involved/mailing-lists/index.html b/get-involved/mailing-lists/index.html
30 index 7ce1976..3795340 100644
31 --- a/get-involved/mailing-lists/index.html
32 +++ b/get-involved/mailing-lists/index.html
33 @@ -32,7 +32,7 @@ title: 'Mailing Lists'
34 </p>
35 <p>
36 <a href="mailto:gentoo-user@l.g.o" title="Post to this list" class="btn btn-primary"><span class="fa fa-fw fa-send"></span> Post to gentoo-user</a>
37 - <a href="mailto:gentoo-user+subscribe@l.g.o" title="Subscribe to this list" class="btn btn-default"><span class="fa fa-fw fa-plus-square"></span> Subscribe to gentoo-user</a>
38 + <a href="mailto:gentoo-user%2Bsubscribe@l.g.o" title="Subscribe to this list" class="btn btn-default"><span class="fa fa-fw fa-plus-square"></span> Subscribe to gentoo-user</a>
39 <a href="http://archives.gentoo.org/gentoo-user/" title="Archives of this list" class="btn btn-default"><span class="fa fa-fw fa-archive"></span> Browse Archives</a>
40 </p>
41 <hr>
42 @@ -43,7 +43,7 @@ title: 'Mailing Lists'
43 </p>
44 <p>
45 <a href="mailto:gentoo-dev@l.g.o" title="Post to this list" class="btn btn-primary"><span class="fa fa-fw fa-send"></span> Post to gentoo-dev</a>
46 - <a href="mailto:gentoo-dev+subscribe@l.g.o" title="Subscribe to this list" class="btn btn-default"><span class="fa fa-fw fa-plus-square"></span> Subscribe to gentoo-dev</a>
47 + <a href="mailto:gentoo-dev%2Bsubscribe@l.g.o" title="Subscribe to this list" class="btn btn-default"><span class="fa fa-fw fa-plus-square"></span> Subscribe to gentoo-dev</a>
48 <a href="http://archives.gentoo.org/gentoo-dev/" title="Archives of this list" class="btn btn-default"><span class="fa fa-fw fa-archive"></span> Browse Archives</a>
49 </p>
50 <hr>
51 @@ -53,7 +53,7 @@ title: 'Mailing Lists'
52 General Gentoo announcements list (new releases, security fixes)
53 </p>
54 <p>
55 - <a href="mailto:gentoo-announce+subscribe@l.g.o" title="Subscribe to this list" class="btn btn-primary"><span class="fa fa-fw fa-plus-square"></span> Subscribe to gentoo-announce</a>
56 + <a href="mailto:gentoo-announce%2Bsubscribe@l.g.o" title="Subscribe to this list" class="btn btn-primary"><span class="fa fa-fw fa-plus-square"></span> Subscribe to gentoo-announce</a>
57 <a href="http://archives.gentoo.org/gentoo-announce/" title="Archives of this list" class="btn btn-default"><span class="fa fa-fw fa-archive"></span> Browse Archives</a>
58 </p>
59 <hr>
60 @@ -70,7 +70,6 @@ title: 'Mailing Lists'
61 <p>
62 The following sites also host archives of the mailing lists:
63 <br>
64 - <a href="http://news.gmane.org/search.php?match=gentoo" class="btn btn-default btn-sm"><span class="fa fa-fw fa-archive"></span> Gmane</a>
65 <a href="https://marc.info/?w=2&r=1&s=gentoo&q=l" class="btn btn-default btn-sm"><span class="fa fa-fw fa-archive"></span> MARC: Mailing list ARChives</a>
66 <a href="http://www.mail-archive.com/search?l=all&q=gentoo&e=listname" class="btn btn-default btn-sm"><span class="fa fa-fw fa-archive"></span> Mail-Archive</a>
67 -</p>
68 \ No newline at end of file
69 +</p>
70
71 diff --git a/get-involved/mailing-lists/instructions.md b/get-involved/mailing-lists/instructions.md
72 index 95703ff..13d8833 100644
73 --- a/get-involved/mailing-lists/instructions.md
74 +++ b/get-involved/mailing-lists/instructions.md
75 @@ -152,4 +152,4 @@ Of particular note is the fact that spammers, viruses, worms etc have been known
76 Gentoo maintains the mailing lists in good faith and will take steps to curb all noticed abuse and maintain uninterrupted normal service.
77 At the same time, Gentoo is not responsible for all mailing list posts or anything that may happen in relation to them.
78
79 -These policies are based on the [policies of the Debian mailing lists](http://www.debian.org/MailingLists/disclaimer).
80 \ No newline at end of file
81 +These policies are based on the [policies of the Debian mailing lists](http://www.debian.org/MailingLists/disclaimer).