diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-01-14 21:58:44 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-01-14 21:58:44 (GMT) |
commit | 0f0a943d5429cf8db0f7f6cc9bc2679ed9329901 (patch) | |
tree | cad8ae57e93fcfbfc5bc65ed7afb6c6b50bce62a /web/page.html | |
parent | 3be1e22a0077eb714be9c9e1e3793ad080d93e3f (diff) | |
download | site-0f0a943d5429cf8db0f7f6cc9bc2679ed9329901.tar.gz |
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.
Diffstat (limited to 'web/page.html')
-rw-r--r-- | web/page.html | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/web/page.html b/web/page.html index e9f92d6..989dd4c 100644 --- a/web/page.html +++ b/web/page.html | |||
@@ -5,11 +5,11 @@ | |||
5 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | 5 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
6 | 6 | ||
7 | <head> | 7 | <head> |
8 | <title>Nagios Plugins - {{ hx(page.title) }}</title> | 8 | <title>Monitoring Plugins - {{ hx(page.title) }}</title> |
9 | <meta http-equiv="Content-Type" content="text/html; charset={{ __encoding__ }}" /> | 9 | <meta http-equiv="Content-Type" content="text/html; charset={{ __encoding__ }}" /> |
10 | <meta name="description" content="{{ hx(page.description) }}" /> | 10 | <meta name="description" content="{{ hx(page.description) }}" /> |
11 | <meta name="keywords" content="{{ hx(page.keywords) }}" /> | 11 | <meta name="keywords" content="{{ hx(page.keywords) }}" /> |
12 | <link href="rss.xml" rel="alternate" type="application/rss+xml" title="Nagios Plugins News" /> | 12 | <link href="rss.xml" rel="alternate" type="application/rss+xml" title="Monitoring Plugins News" /> |
13 | <link href="resources/plugins.css" rel="stylesheet" type="text/css" /> | 13 | <link href="resources/plugins.css" rel="stylesheet" type="text/css" /> |
14 | <link href="resources/favicon.ico" rel="shortcut icon" type="image/x-icon" /> | 14 | <link href="resources/favicon.ico" rel="shortcut icon" type="image/x-icon" /> |
15 | </head> | 15 | </head> |
@@ -17,7 +17,7 @@ | |||
17 | <body> | 17 | <body> |
18 | <div id="github-ribbon"> | 18 | <div id="github-ribbon"> |
19 | <a | 19 | <a |
20 | href="https://github.com/nagios-plugins" | 20 | href="https://github.com/monitoring-plugins" |
21 | title="GitHub Repositories"><img | 21 | title="GitHub Repositories"><img |
22 | src="resources/github.png" | 22 | src="resources/github.png" |
23 | alt="GitHub" | 23 | alt="GitHub" |
@@ -45,10 +45,8 @@ | |||
45 | <div id="breadcrumb">{{ breadcrumb() }}</div> | 45 | <div id="breadcrumb">{{ breadcrumb() }}</div> |
46 | <div id="content">{{ __content__ }}</div> | 46 | <div id="content">{{ __content__ }}</div> |
47 | <div id="footer">Copyright © {{ copyright_years(since=2008) }} | 47 | <div id="footer">Copyright © {{ copyright_years(since=2008) }} |
48 | <a href="team.html">Nagios Plugins Development Team</a> | | 48 | <a href="team.html">Monitoring Plugins Development Team</a> | |
49 | <a href="impressum.html">Impressum</a><br /> | 49 | <a href="impressum.html">Impressum</a> |
50 | Nagios is a registered trademark of | ||
51 | <a href="http://www.nagios.com/about/company">Nagios Enterprises, LLC</a>. | ||
52 | </div> | 50 | </div> |
53 | </div> | 51 | </div> |
54 | </body> | 52 | </body> |