diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-10-11 16:33:00 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-10-11 16:33:00 (GMT) |
commit | cc385d0de440e66615d3488850d11f0eee44a9b4 (patch) | |
tree | e9db5273bb9b0ebff978f3d001e292efcfe18b14 | |
parent | b3470843ef23a45c9a0bb81813ec0212a9fa9f06 (diff) | |
download | site-cc385d0de440e66615d3488850d11f0eee44a9b4.tar.gz |
Cosmetic modification of web site <description>
-rw-r--r-- | web/macros.py | 2 |
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 | |||
5 | plugins_release = '1.5' | 5 | plugins_release = '1.5' |
6 | mib_release = '1.0.1' | 6 | mib_release = '1.0.1' |
7 | page = { | 7 | page = { |
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 | } |
11 | release_notes = 'doc/release-notes/' + plugins_release.replace('.', '-') + '.html' | 11 | release_notes = 'doc/release-notes/' + plugins_release.replace('.', '-') + '.html' |