From 0f0a943d5429cf8db0f7f6cc9bc2679ed9329901 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Tue, 14 Jan 2014 22:58:44 +0100 Subject: Rename Nagios Plugins to Monitoring Plugins This is a first step of replacing the name "Nagios Plugins" with "Monitoring Plugins" where appriopriate. Some news items and FAQ entries are also created or updated. More to come. --- web/macros.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'web/macros.py') diff --git a/web/macros.py b/web/macros.py index c950a04..5381ce9 100644 --- a/web/macros.py +++ b/web/macros.py @@ -5,7 +5,7 @@ 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/' +site_url = 'https://www.monitoring-plugins.org/' feeds = """These project news articles are also available as an [RSS feed][rss]{: rel="alternate" type="application/rss+xml" }. Additional stuff is posted to [Twitter][twitter], so you might want to [follow us][follow] @@ -32,7 +32,7 @@ _RSS = """ %s %s en-us - webmaster@nagios-plugins.org + webmaster@monitoring-plugins.org %s %s Poole @@ -63,9 +63,9 @@ def hook_postconvert_rss(): date = email.utils.formatdate(date) items.append(_RSS_ITEM % (p.title, link, desc, link, date)) items = ''.join(items) - title = 'Nagios Plugins' + title = 'Monitoring Plugins' link = '%s/news/' % site_url.rstrip('/') - desc = 'Announcements published by the Nagios Plugins Development Team.' + desc = 'Announcements published by the Monitoring Plugins Development Team.' date = email.utils.formatdate() rss = _RSS % (title, link, desc, date, date, items) fp = open(os.path.join(output, 'rss.xml'), 'w') -- cgit v1.2.3-74-g34f1