summaryrefslogtreecommitdiffstats
path: root/web/input
AgeCommit message (Collapse)AuthorFilesLines
2013-10-23doc/index.md: Add title for "advanced" docsHolger Weiss1-6/+10
Seperate the documents that cover "advanced" topics more clearly from the basic documentation.
2013-10-23support.md: Don't send users to #IcingaHolger Weiss1-4/+3
None of the Nagios Plugins developers are currently in #Icinga, and I'm not sure the Icinga guys are keen on providing support for the Plugins.
2013-10-23doc/index.md: Mention Extra-Opts and GuidelinesHolger Weiss1-0/+10
Add links to the Nagios Plugin Develepment Guidelines and to the Extra-Opts documentation.
2013-10-23support.md: Change the wording a bitHolger Weiss1-2/+2
Testing the current snapshot is purely optional, searching the issue tracker less so.
2013-10-22support.md: Remove a commentHolger Weiss1-5/+0
Not sure whether we'll actually send announcements to all lists in the future.
2013-10-22Update mailing list URLsHolger Weiss1-36/+21
The mailing lists were moved from SourceForge to the project server.
2013-10-21tests.md: Tiny cosmetic changeHolger Weiss1-1/+1
2013-10-21tests.md: Minor fixHolger Weiss1-1/+1
The text between <object> and </object> is not interpreted as Markdown.
2013-10-20plugins.css: Remove superfluous propertyHolger Weiss1-1/+0
The foreground color is black by default.
2013-10-20Fix commentHolger Weiss1-2/+1
We don't have the "RSS and Twitter box" (which had a gray background) anymore.
2013-10-17Import a few news articles from old web siteHolger Weiss3-0/+105
2013-10-15Import 1.4.16 release notes from old web siteHolger Weiss1-0/+45
2013-10-15New feed iconsHolger Weiss2-0/+0
Use RSS and Twitter icons from <http://www.designdeck.co.uk/a/1239>.
2013-10-15Move feed icons into the menu barHolger Weiss1-25/+9
Move the RSS and Twitter buttons into the (right edge of the) menu bar.
2013-10-15Make sure IE draws no border around GitHub ribbonHolger Weiss1-1/+1
Apply the CSS settings for the GitHub ribbon to the <img> tag, not to the sorrounding <div>.
2013-10-15Clean up web site CSS fileHolger Weiss1-26/+20
This commit just move the CSS directives around, it doesn't change them.
2013-10-14Use smaller RSS and Twitter iconsHolger Weiss3-7/+5
... and make sure the images are positioned properly.
2013-10-14Add a "Follow us!" box with RSS and Twitter iconsHolger Weiss3-3/+41
Replace the Twitter button at the bottom of our web pages with a "Follow us!" box on the right side. The icons were downloaded from: http://vervex.deviantart.com/art/Somacro-40-300DPI-Social-Media-Icons-267955425
2013-10-14Cosmetics: s/abstract/teaser/Holger Weiss1-1/+1
2013-10-14Tiny cosmeticsHolger Weiss1-3/+1
2013-10-13Add an actual News pageHolger Weiss7-12/+14
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.
2013-10-07Turn release-notes/1-5.md into news articleHolger Weiss1-0/+2
2013-10-06Rename /media directory to /resourcesHolger Weiss3-0/+0
This is just cosmetics.
2013-10-05release-notes/1-5.md: Fix typoHolger Weiss1-1/+1
Thanks to Frank Bulk.
2013-10-04Add test instance of the web siteHolger Weiss17-0/+716
Serve https://www.nagios-plugins.org:444/ from the "test" branch of this repository.