Repository: nifi-site Updated Branches: refs/heads/master 92100561b -> 2c7caf029
Restore Pony Mail archive entries. Project: http://git-wip-us.apache.org/repos/asf/nifi-site/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-site/commit/2c7caf02 Tree: http://git-wip-us.apache.org/repos/asf/nifi-site/tree/2c7caf02 Diff: http://git-wip-us.apache.org/repos/asf/nifi-site/diff/2c7caf02 Branch: refs/heads/master Commit: 2c7caf0297ccb4eaa69ae96feb2f232ecb67cf01 Parents: 9210056 Author: Joe Skora <[email protected]> Authored: Thu Oct 27 13:12:51 2016 +0000 Committer: Joe Skora <[email protected]> Committed: Thu Oct 27 13:12:51 2016 +0000 ---------------------------------------------------------------------- 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/2c7caf02/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>
