From a78262ed60cb135a952b16e165b86197a18997ee Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Mon, 14 Oct 2013 11:10:36 +0200 Subject: Tiny cosmetics 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 The Nagios Plugins Development Team is proud to announce version 1.5 of the Nagios Plugins! This release comes with the new `check_dbi` plugin written by Sebastian Harl, and includes lots of enhancements and fixes provided by more -than forty contributors. Many thanks to all of you! - - +than forty contributors. Many thanks to all of you! Special kudos go to Sven Nierlein for fixing numerous bugs, reviewing many 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 plugins_release = '1.5' mib_release = '1.0.1' +release_notes = 'news/release-%s.html' % plugins_release.replace('.', '-') +site_url = 'https://www.nagios-plugins.org/' page = { "description": "Standard monitoring plugins for Nagios and compatible monitoring solutions.", "keywords": "Nagios, Icinga, Shinken, Monitoring, Official, Plugins, Open, Source, Free, Software" } -release_notes = 'news/release-%s.html' % plugins_release.replace('.', '-') -site_url = 'https://www.nagios-plugins.org/' # # RSS Feed -- cgit v0.10-9-g596f