diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/input/news/release-1-5.md | 4 | ||||
-rw-r--r-- | web/macros.py | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/web/input/news/release-1-5.md b/web/input/news/release-1-5.md index 58d0822..f2d130e 100644 --- a/web/input/news/release-1-5.md +++ b/web/input/news/release-1-5.md | |||
@@ -5,9 +5,7 @@ date: 2013-10-02 | |||
5 | The Nagios Plugins Development Team is proud to announce version 1.5 of the | 5 | The Nagios Plugins Development Team is proud to announce version 1.5 of the |
6 | Nagios Plugins! This release comes with the new `check_dbi` plugin written by | 6 | Nagios Plugins! This release comes with the new `check_dbi` plugin written by |
7 | Sebastian Harl, and includes lots of enhancements and fixes provided by more | 7 | Sebastian Harl, and includes lots of enhancements and fixes provided by more |
8 | than forty contributors. Many thanks to all of you! | 8 | than forty contributors. Many thanks to all of you! <end-of-abstract> |
9 | |||
10 | <end-of-abstract> | ||
11 | 9 | ||
12 | Special kudos go to Sven Nierlein for fixing numerous bugs, reviewing many | 10 | Special kudos go to Sven Nierlein for fixing numerous bugs, reviewing many |
13 | pull requests, bringing our test suite back into shape, and setting up | 11 | pull requests, bringing our test suite back into shape, and setting up |
diff --git a/web/macros.py b/web/macros.py index 5918195..9df603f 100644 --- a/web/macros.py +++ b/web/macros.py | |||
@@ -4,12 +4,12 @@ import time | |||
4 | 4 | ||
5 | plugins_release = '1.5' | 5 | plugins_release = '1.5' |
6 | mib_release = '1.0.1' | 6 | mib_release = '1.0.1' |
7 | release_notes = 'news/release-%s.html' % plugins_release.replace('.', '-') | ||
8 | site_url = 'https://www.nagios-plugins.org/' | ||
7 | page = { | 9 | page = { |
8 | "description": "Standard monitoring plugins for Nagios and compatible monitoring solutions.", | 10 | "description": "Standard monitoring plugins for Nagios and compatible monitoring solutions.", |
9 | "keywords": "Nagios, Icinga, Shinken, Monitoring, Official, Plugins, Open, Source, Free, Software" | 11 | "keywords": "Nagios, Icinga, Shinken, Monitoring, Official, Plugins, Open, Source, Free, Software" |
10 | } | 12 | } |
11 | release_notes = 'news/release-%s.html' % plugins_release.replace('.', '-') | ||
12 | site_url = 'https://www.nagios-plugins.org/' | ||
13 | 13 | ||
14 | # | 14 | # |
15 | # RSS Feed | 15 | # RSS Feed |