summaryrefslogtreecommitdiffstats
path: root/web/macros.py
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2013-10-14 09:10:36 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2013-10-14 09:10:36 (GMT)
commita78262ed60cb135a952b16e165b86197a18997ee (patch)
treedd2f1368d378c5a762c2dc65564c768209f258a0 /web/macros.py
parentecd1edf23b263e5a88107179489b433742fb17c9 (diff)
downloadsite-a78262ed60cb135a952b16e165b86197a18997ee.tar.gz
Tiny cosmetics
Diffstat (limited to 'web/macros.py')
-rw-r--r--web/macros.py4
1 files changed, 2 insertions, 2 deletions
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
5plugins_release = '1.5' 5plugins_release = '1.5'
6mib_release = '1.0.1' 6mib_release = '1.0.1'
7release_notes = 'news/release-%s.html' % plugins_release.replace('.', '-')
8site_url = 'https://www.nagios-plugins.org/'
7page = { 9page = {
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}
11release_notes = 'news/release-%s.html' % plugins_release.replace('.', '-')
12site_url = 'https://www.nagios-plugins.org/'
13 13
14# 14#
15# RSS Feed 15# RSS Feed