summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2013-10-22 22:10:05 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2013-10-22 22:10:05 (GMT)
commitee99785fe568e8e63979ac67df22ff1a858c4a7a (patch)
tree5e61cce45f49e16344a0a80db6278ff368794e2c
parent42c93275012b070a7cb90535bd76529a4e693020 (diff)
downloadsite-ee99785fe568e8e63979ac67df22ff1a858c4a7a.tar.gz
Update mailing list URLs
The mailing lists were moved from SourceForge to the project server.
-rwxr-xr-xlibexec/post-receive.d/01-mail-notify2
-rw-r--r--web/input/support.md57
2 files changed, 22 insertions, 37 deletions
diff --git a/libexec/post-receive.d/01-mail-notify b/libexec/post-receive.d/01-mail-notify
index 8e3ce59..b65bdcd 100755
--- a/libexec/post-receive.d/01-mail-notify
+++ b/libexec/post-receive.d/01-mail-notify
@@ -18,7 +18,7 @@ set -u
18export PATH='/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin' 18export PATH='/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin'
19 19
20prefix=$PWD # $GIT_DIR 20prefix=$PWD # $GIT_DIR
21recipient='nagiosplug-checkins@lists.sourceforge.net' 21recipient='commits@nagios-plugins.org'
22maxcommits=25 22maxcommits=25
23maxdiffsize=$((300 * 1024)) 23maxdiffsize=$((300 * 1024))
24gitweburl='https://www.nagios-plugins.org/repositories' 24gitweburl='https://www.nagios-plugins.org/repositories'
diff --git a/web/input/support.md b/web/input/support.md
index 538f320..60a6428 100644
--- a/web/input/support.md
+++ b/web/input/support.md
@@ -15,39 +15,24 @@ might be relevant!
15 15
16## Mailing Lists 16## Mailing Lists
17 17
18<!--% 18There are four mailing lists for the Nagios Plugins:
19# There are four mailing lists for the Nagios Plugins:
20#
21# * General discussion and support: **<help@nagios-plugins.org>**
22# [Subscribe][help-sub] | [Archive][help-arch] | [Gmane][help-gmane]
23#
24# * Development-related issues: **<devel@nagios-plugins.org>**
25# [Subscribe][devel-sub] | [Archive][devel-arch] | [Gmane][devel-gmane]
26#
27# * Git commits (read-only): **<commits@nagios-plugins.org>**
28# [Subscribe][commits-sub] | [Archive][commits-arch] | [Gmane][commits-gmane]
29#
30# * Announcements (read-only): **<announce@nagios-plugins.org>**
31# [Subscribe][announce-sub] | [Archive][announce-arch] | [Gmane][announce-gmane]
32#
33# Announcements are also sent to the [help][help-sub] and [devel][devel-sub]
34# mailing lists, so the [announce][announce-sub] list is generally only useful
35# if you'd like to be notified of new releases without following any
36# discussions.
37%-->
38 19
39<!--% # OLD LISTS # %--> 20* General discussion and support: **<help@nagios-plugins.org>**
40There are three mailing lists for the Nagios Plugins:
41
42* General discussion and support: **<nagiosplug-help@lists.sourceforge.net>**
43 [Subscribe][help-sub] | [Archive][help-arch] | [Gmane][help-gmane] 21 [Subscribe][help-sub] | [Archive][help-arch] | [Gmane][help-gmane]
44 22
45* Development-related issues: **<nagiosplug-devel@lists.sourceforge.net>** 23* Development-related issues: **<devel@nagios-plugins.org>**
46 [Subscribe][devel-sub] | [Archive][devel-arch] | [Gmane][devel-gmane] 24 [Subscribe][devel-sub] | [Archive][devel-arch] | [Gmane][devel-gmane]
47 25
48* Git commits (read-only): **<nagiosplug-checkins@lists.sourceforge.net>** 26* Git commits (read-only): **<commits@nagios-plugins.org>**
49 [Subscribe][commits-sub] | [Archive][commits-arch] | [Gmane][commits-gmane] 27 [Subscribe][commits-sub] | [Archive][commits-arch] | [Gmane][commits-gmane]
50<!--% # OLD LISTS # %--> 28
29* Announcements (read-only): **<announce@nagios-plugins.org>**
30 [Subscribe][announce-sub] | [Archive][announce-arch] | [Gmane][announce-gmane]
31
32Announcements are also sent to the [help][help-sub] and [devel][devel-sub]
33mailing lists, so the [announce][announce-sub] list is generally only useful
34if you'd like to be notified of new releases without following any
35discussions.
51 36
52Be aware that these mailing lists are read by volunteers, so responses may 37Be aware that these mailing lists are read by volunteers, so responses may
53take time, if at all. 38take time, if at all.
@@ -66,17 +51,17 @@ developers also hang around in [#Nagios-Devel][nagios-devel-irc].
66[icinga-irc]: http://webchat.freenode.net/?channels=icinga 51[icinga-irc]: http://webchat.freenode.net/?channels=icinga
67[nagios-irc]: http://webchat.freenode.net/?channels=nagios 52[nagios-irc]: http://webchat.freenode.net/?channels=nagios
68[nagios-devel-irc]: http://webchat.freenode.net/?channels=nagios-devel 53[nagios-devel-irc]: http://webchat.freenode.net/?channels=nagios-devel
69[help-sub]: https://lists.sourceforge.net/lists/listinfo/nagiosplug-help 54[help-sub]: https://www.nagios-plugins.org/list/listinfo/help/
70[help-arch]: https://sourceforge.net/p/nagiosplug/mailman/nagiosplug-help 55[help-arch]: https://www.nagios-plugins.org/archive/help/
71[help-gmane]: http://dir.gmane.org/gmane.network.nagios.plugins 56[help-gmane]: http://dir.gmane.org/gmane.network.nagios.plugins
72[devel-sub]: https://lists.sourceforge.net/lists/listinfo/nagiosplug-devel 57[devel-sub]: https://www.nagios-plugins.org/list/listinfo/devel/
73[devel-arch]: https://sourceforge.net/p/nagiosplug/mailman/nagiosplug-devel 58[devel-arch]: https://www.nagios-plugins.org/archive/devel/
74[devel-gmane]: http://dir.gmane.org/gmane.network.nagios.plugins.devel 59[devel-gmane]: http://dir.gmane.org/gmane.network.nagios.plugins.devel
75[commits-sub]: https://lists.sourceforge.net/lists/listinfo/nagiosplug-checkins 60[commits-sub]: https://www.nagios-plugins.org/list/listinfo/commits/
76[commits-arch]: https://sourceforge.net/p/nagiosplug/mailman/nagiosplug-checkins 61[commits-arch]: https://www.nagios-plugins.org/archive/commits/
77[commits-gmane]: http://dir.gmane.org/gmane.network.nagios.plugins.cvs 62[commits-gmane]: http://dir.gmane.org/gmane.network.nagios.plugins.cvs
78[announce-sub]: /fixme 63[announce-sub]: https://www.nagios-plugins.org/list/listinfo/announce/
79[announce-arch]: /fixme 64[announce-arch]: https://www.nagios-plugins.org/archive/announce/
80[announce-gmane]: /fixme 65[announce-gmane]: http://dir.gmane.org/gmane.network.nagios.plugins.announce
81 66
82<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 67<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %-->