summaryrefslogtreecommitdiffstats
path: root/web/input
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2013-10-13 23:46:55 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2013-10-13 23:46:55 (GMT)
commitecd1edf23b263e5a88107179489b433742fb17c9 (patch)
tree6dedda8b5a155ec95be8db72e53b72e0ba48a9e8 /web/input
parentcc385d0de440e66615d3488850d11f0eee44a9b4 (diff)
downloadsite-ecd1edf23b263e5a88107179489b433742fb17c9.tar.gz
Add an actual News page
Initial support for News pages had been committed already, this commit completes that support and adds an actual News page. News pages (with up to ten articles) are auto-created from any pages that have the "date" attribute set.
Diffstat (limited to 'web/input')
-rw-r--r--web/input/development.md2
-rw-r--r--web/input/doc/index.md2
-rw-r--r--web/input/download.md2
-rw-r--r--web/input/index.md2
-rw-r--r--web/input/news/release-1-5.md (renamed from web/input/doc/release-notes/1-5.md)10
-rw-r--r--web/input/resources/plugins.css6
-rw-r--r--web/input/support.md2
7 files changed, 14 insertions, 12 deletions
diff --git a/web/input/development.md b/web/input/development.md
index ddff634..9a1a72f 100644
--- a/web/input/development.md
+++ b/web/input/development.md
@@ -1,6 +1,6 @@
1title: Development 1title: Development
2parent: Home 2parent: Home
3menu-position: 5 3menu: 6
4--- 4---
5 5
6# Development 6# Development
diff --git a/web/input/doc/index.md b/web/input/doc/index.md
index 7b2d098..8f22011 100644
--- a/web/input/doc/index.md
+++ b/web/input/doc/index.md
@@ -1,6 +1,6 @@
1title: Documentation 1title: Documentation
2parent: Home 2parent: Home
3menu-position: 3 3menu: 4
4--- 4---
5 5
6# Documentation 6# Documentation
diff --git a/web/input/download.md b/web/input/download.md
index 4d46cf5..9c3d65b 100644
--- a/web/input/download.md
+++ b/web/input/download.md
@@ -1,6 +1,6 @@
1title: Download 1title: Download
2parent: Home 2parent: Home
3menu-position: 2 3menu: 3
4--- 4---
5 5
6# Download 6# Download
diff --git a/web/input/index.md b/web/input/index.md
index 8ab186c..b860177 100644
--- a/web/input/index.md
+++ b/web/input/index.md
@@ -1,5 +1,5 @@
1title: Home 1title: Home
2menu-position: 1 2menu: 1
3--- 3---
4 4
5# The Nagios Plugins Project 5# The Nagios Plugins Project
diff --git a/web/input/doc/release-notes/1-5.md b/web/input/news/release-1-5.md
index f68222f..58d0822 100644
--- a/web/input/doc/release-notes/1-5.md
+++ b/web/input/news/release-1-5.md
@@ -1,18 +1,14 @@
1title: Version 1.5 1title: Version 1.5 Released
2parent: Download
3post: Version 1.5 Released
4date: 2013-10-02 2date: 2013-10-02
5--- 3---
6 4
7# Version 1.5 Released
8
9*Wednesday, October 2, 2013*
10
11The Nagios Plugins Development Team is proud to announce version 1.5 of the 5The Nagios Plugins Development Team is proud to announce version 1.5 of the
12Nagios Plugins! This release comes with the new `check_dbi` plugin written by 6Nagios Plugins! This release comes with the new `check_dbi` plugin written by
13Sebastian Harl, and includes lots of enhancements and fixes provided by more 7Sebastian Harl, and includes lots of enhancements and fixes provided by more
14than forty contributors. Many thanks to all of you! 8than forty contributors. Many thanks to all of you!
15 9
10<end-of-abstract>
11
16Special kudos go to Sven Nierlein for fixing numerous bugs, reviewing many 12Special kudos go to Sven Nierlein for fixing numerous bugs, reviewing many
17pull requests, bringing our test suite back into shape, and setting up 13pull requests, bringing our test suite back into shape, and setting up
18automated tests on a variety of platforms. This helped us spotting lots of 14automated tests on a variety of platforms. This helped us spotting lots of
diff --git a/web/input/resources/plugins.css b/web/input/resources/plugins.css
index 552284f..7b44e7a 100644
--- a/web/input/resources/plugins.css
+++ b/web/input/resources/plugins.css
@@ -132,3 +132,9 @@ div#breadcrumb a:hover,
132div#footer a:hover { 132div#footer a:hover {
133 border-bottom: 1px solid #696969; 133 border-bottom: 1px solid #696969;
134} 134}
135
136p#news-footer {
137 color: #696969;
138 text-align: center;
139 font-size: small;
140}
diff --git a/web/input/support.md b/web/input/support.md
index c6d8b3d..538f320 100644
--- a/web/input/support.md
+++ b/web/input/support.md
@@ -1,6 +1,6 @@
1title: Support 1title: Support
2parent: Home 2parent: Home
3menu-position: 4 3menu: 5
4--- 4---
5 5
6# Support 6# Support