summaryrefslogtreecommitdiffstats
path: root/web/macros.py
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2013-10-11 16:33:00 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2013-10-11 16:33:00 (GMT)
commitcc385d0de440e66615d3488850d11f0eee44a9b4 (patch)
treee9db5273bb9b0ebff978f3d001e292efcfe18b14 /web/macros.py
parentb3470843ef23a45c9a0bb81813ec0212a9fa9f06 (diff)
downloadsite-cc385d0de440e66615d3488850d11f0eee44a9b4.tar.gz
Cosmetic modification of web site <description>
Diffstat (limited to 'web/macros.py')
-rw-r--r--web/macros.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/macros.py b/web/macros.py
index 27e91d5..f3b6ec6 100644
--- a/web/macros.py
+++ b/web/macros.py
@@ -5,7 +5,7 @@ import time
5plugins_release = '1.5' 5plugins_release = '1.5'
6mib_release = '1.0.1' 6mib_release = '1.0.1'
7page = { 7page = {
8 "description": "Standard plugins for Nagios and compatible monitoring solutions.", 8 "description": "Standard monitoring plugins for Nagios and compatible monitoring solutions.",
9 "keywords": "Nagios, Icinga, Shinken, Monitoring, Official, Plugins, Open, Source, Free, Software" 9 "keywords": "Nagios, Icinga, Shinken, Monitoring, Official, Plugins, Open, Source, Free, Software"
10} 10}
11release_notes = 'doc/release-notes/' + plugins_release.replace('.', '-') + '.html' 11release_notes = 'doc/release-notes/' + plugins_release.replace('.', '-') + '.html'