Repository: nifi-site Updated Branches: refs/heads/master 8fe1b039c -> 3a78493b6
NIFI-2910 - Added Pony Mail archive links to mailing lists page. This closes: #6 Signed-off-by: Andre F de Miranda <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/nifi-site/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-site/commit/3a78493b Tree: http://git-wip-us.apache.org/repos/asf/nifi-site/tree/3a78493b Diff: http://git-wip-us.apache.org/repos/asf/nifi-site/diff/3a78493b Branch: refs/heads/master Commit: 3a78493b6a4c4d1729bcabd3d133bd8fe9d6f501 Parents: 8fe1b03 Author: Joe Skora <[email protected]> Authored: Mon Oct 17 21:14:45 2016 -0400 Committer: Andre F de Miranda <[email protected]> Committed: Sat Oct 22 21:27:39 2016 +1100 ---------------------------------------------------------------------- src/pages/html/mailing_lists.hbs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi-site/blob/3a78493b/src/pages/html/mailing_lists.hbs ---------------------------------------------------------------------- diff --git a/src/pages/html/mailing_lists.hbs b/src/pages/html/mailing_lists.hbs index d437f26..833c7b7 100644 --- a/src/pages/html/mailing_lists.hbs +++ b/src/pages/html/mailing_lists.hbs @@ -27,7 +27,8 @@ title: Apache NiFi Mailing Lists <th>Subscribe</th> <th>Unsubscribe</th> <th>Post</th> - <th>Archive</th> + <th>Pony Mail Archive</th> + <th>Legacy Archive</th> <th>Purpose</th> </tr> <tr> @@ -35,6 +36,7 @@ title: Apache NiFi Mailing Lists <td><a class="externalLink" href="mailto:[email protected]">Subscribe</a></td> <td><a class="externalLink" href="mailto:[email protected]">Unsubscribe</a></td> <td><a class="externalLink" href="mailto:[email protected]">Post</a></td> + <td><a class="externalLink" href="http://lists.apache.org/[email protected]">[email protected]</a></td> <td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/nifi-users/">mail-archives.apache.org</a></td> <td>For nifi users to get help, ask questions, report bugs</td> </tr> @@ -43,6 +45,7 @@ title: Apache NiFi Mailing Lists <td><a class="externalLink" href="mailto:[email protected]">Subscribe</a></td> <td><a class="externalLink" href="mailto:[email protected]">Unsubscribe</a></td> <td><a class="externalLink" href="mailto:[email protected]">Post</a></td> + <td><a class="externalLink" href="http://lists.apache.org/[email protected]">[email protected]</a></td> <td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/nifi-dev/">mail-archives.apache.org</a></td> <td>For developers to discuss features, bugs, share ideas</td> </tr> @@ -51,6 +54,7 @@ title: Apache NiFi Mailing Lists <td><a class="externalLink" href="mailto:[email protected]">Subscribe</a></td> <td><a class="externalLink" href="mailto:[email protected]">Unsubscribe</a></td> <td><a class="externalLink" href="mailto:[email protected]">Post</a></td> + <td><a class="externalLink" href="http://lists.apache.org/[email protected]">[email protected]</a></td> <td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/nifi-commits/">mail-archives.apache.org</a></td> <td>Automated e-mails each time code commits occur</td> </tr> @@ -59,6 +63,7 @@ title: Apache NiFi Mailing Lists <td><a class="externalLink" href="mailto:[email protected]">Subscribe</a></td> <td><a class="externalLink" href="mailto:[email protected]">Unsubscribe</a></td> <td><a class="externalLink" href="mailto:[email protected]">Post</a></td> + <td><a class="externalLink" href="http://lists.apache.org/[email protected]">[email protected]</a></td> <td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/nifi-issues/">mail-archives.apache.org</a></td> <td>Automated e-mails each time comments are made in JIRA or Github</td> </tr>
