summaryrefslogtreecommitdiffstats
path: root/web
AgeCommit message (Collapse)AuthorFilesLines
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 Weiss2-4/+2
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-15web/macros.py: Fix RSS <item>s (again)Holger Weiss1-1/+1
The <guid> and <pubDate> contents were swapped again. (The same bug had been fixed in an earlier commit and was then reintroduced by accident.)
2013-10-15web/macros.py: Strip whitespace from news teaserHolger Weiss1-1/+1
Strip trailing whitespace from news teasers to make sure the "Read more" link doesn't go onto a new paragraph.
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 Weiss2-44/+26
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-14web/macros.py: Small cosmetic changeHolger Weiss1-1/+1
Turn only "follow us" into a link, not "follow us there".
2013-10-14Use smaller RSS and Twitter iconsHolger Weiss4-14/+14
... and make sure the images are positioned properly.
2013-10-14Add a "Follow us!" box with RSS and Twitter iconsHolger Weiss5-34/+76
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-14web/macros.py: Omit "index.html" from URLHolger Weiss1-1/+1
Let the RSS feed reference <https://www.nagios-plugins.org/news/> instead of <https://www.nagios-plugins.org/news/index.html>.
2013-10-14web/macros.py: Handle multiple articles correctlyHolger Weiss1-5/+9
Don't concatenate multiple news articles.
2013-10-14Mention RSS and Twitter feedsHolger Weiss1-1/+7
Mention our RSS and Twitter feeds on the first News page.
2013-10-14Cosmetics: s/abstract/teaser/Holger Weiss2-8/+8
2013-10-14web/macros.py: Hide navigation on single News pageHolger Weiss1-0/+2
Hide the News archive navigation as long as there's only a single News page.
2013-10-14web/macros.py: Modify "Read more" links a bitHolger Weiss1-1/+1
2013-10-14Tiny cosmeticsHolger Weiss2-5/+3
2013-10-13Add an actual News pageHolger Weiss8-29/+104
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-11Cosmetic modification of web site <description>Holger Weiss1-1/+1
2013-10-09web/macros.py: Use full URLs in RSS fileHolger Weiss1-2/+3
Make sure to specify URLs such as https://www.nagios-plugins.org/foo.html instead of /foo.html in the RSS file.
2013-10-09web/macros.py: Fix RSS <item>sHolger Weiss1-1/+1
The <guid> and <pubDate> contents were swapped.
2013-10-07Turn release-notes/1-5.md into news articleHolger Weiss1-0/+2
2013-10-07Add support for news articles and RSS feedHolger Weiss1-5/+64
Add infrastructure for creating lists of news articles and for distributing them via RSS 2.0.
2013-10-06Rename /media directory to /resourcesHolger Weiss4-3/+3
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/+0
Serve https://www.nagios-plugins.org:444/ from the "test" branch of this repository.
2013-10-03index.md: s/Monitoring Plugin/Nagios Plugin/Holger Weiss1-1/+1
The correct name is "Nagios Plugin Development Guidelines".
2013-10-03Right-align "stable release: X.Y" hintHolger Weiss2-6/+12
Show the "Stable release: X.Y" hint on the right-hand side of the breadcrumb navigation line.
2013-10-03support.md: Add links to web IRC channelsHolger Weiss1-3/+6
Add links to <http://webchat.freenode.net/?channels=$channel>.
2013-10-03Use a larger Twitter buttonHolger Weiss1-2/+3
2013-10-03Add "follow us on Twitter" buttonHolger Weiss1-0/+17
The button is from here: https://twitter.com/about/resources/buttons
2013-10-03Show "Stable release: x.y" on home pageHolger Weiss1-2/+3
Show a "Stable release: x.y" note in place of the breadcrumb navigation on the home page.
2013-10-03Use ยป instead of > for breadcrumb navigationHolger Weiss1-1/+1
2013-10-03CSS cosmetics: span.current -> span#currentHolger Weiss2-2/+2
"current" is just one element, not a class of elements.
2013-10-03fixed man page links on startpageSven Nierlein1-6/+6
2013-10-03Release announcement: Mention "contrib" removalHolger Weiss1-0/+7
Add a note regarding the removal of the "contrib" directory to the release announcement.
2013-10-02Bump release version to 1.5Holger Weiss2-6/+9
... and reference the release announcement.
2013-10-02Add release notes for version 1.5Holger Weiss1-0/+88
2013-10-02tests.md: Switch to HTTPS, and adjust the sizeHolger Weiss1-1/+1
Some browsers refused to mix HTTP and HTTPS content. Also, the object is now hopefully wide enough that most browsers won't insert additional word-wrapping.
2013-10-01web: Add README fileHolger Weiss1-0/+22
Add a few notes regarding our poor man's web design.
2013-10-01Add test-results.mdHolger Weiss2-0/+38
Mention our test suite on the "Development" page and show the test results from <http://labs.consol.de/nagios-plugins/logs/>.
2013-10-01plugins.css: Set "white-space: pre"Holger Weiss1-1/+1
Markdown uses <pre><code> for code blocks, not just <pre>. Therefore, we cannot set "white-space: nowrap" for <code>.
2013-09-30impressum.md: Replace multiple &nbsp; with &emsp;Holger Weiss1-3/+3