Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-10-09 | web/macros.py: Fix RSS <item>s | Holger Weiss | 1 | -1/+1 | |
The <guid> and <pubDate> contents were swapped. | |||||
2013-10-07 | Turn release-notes/1-5.md into news article | Holger Weiss | 1 | -0/+2 | |
2013-10-07 | Add support for news articles and RSS feed | Holger Weiss | 1 | -5/+64 | |
Add infrastructure for creating lists of news articles and for distributing them via RSS 2.0. | |||||
2013-10-06 | Rename /media directory to /resources | Holger Weiss | 4 | -3/+3 | |
This is just cosmetics. | |||||
2013-10-05 | release-notes/1-5.md: Fix typo | Holger Weiss | 1 | -1/+1 | |
Thanks to Frank Bulk. | |||||
2013-10-04 | Add test instance of the web site | Holger Weiss | 17 | -0/+0 | |
Serve https://www.nagios-plugins.org:444/ from the "test" branch of this repository. | |||||
2013-10-03 | index.md: s/Monitoring Plugin/Nagios Plugin/ | Holger Weiss | 1 | -1/+1 | |
The correct name is "Nagios Plugin Development Guidelines". | |||||
2013-10-03 | Right-align "stable release: X.Y" hint | Holger Weiss | 2 | -6/+12 | |
Show the "Stable release: X.Y" hint on the right-hand side of the breadcrumb navigation line. | |||||
2013-10-03 | support.md: Add links to web IRC channels | Holger Weiss | 1 | -3/+6 | |
Add links to <http://webchat.freenode.net/?channels=$channel>. | |||||
2013-10-03 | Use a larger Twitter button | Holger Weiss | 1 | -2/+3 | |
2013-10-03 | Add "follow us on Twitter" button | Holger Weiss | 1 | -0/+17 | |
The button is from here: https://twitter.com/about/resources/buttons | |||||
2013-10-03 | Show "Stable release: x.y" on home page | Holger Weiss | 1 | -2/+3 | |
Show a "Stable release: x.y" note in place of the breadcrumb navigation on the home page. | |||||
2013-10-03 | Use ยป instead of > for breadcrumb navigation | Holger Weiss | 1 | -1/+1 | |
2013-10-03 | CSS cosmetics: span.current -> span#current | Holger Weiss | 2 | -2/+2 | |
"current" is just one element, not a class of elements. | |||||
2013-10-03 | fixed man page links on startpage | Sven Nierlein | 1 | -6/+6 | |
2013-10-03 | Release announcement: Mention "contrib" removal | Holger Weiss | 1 | -0/+7 | |
Add a note regarding the removal of the "contrib" directory to the release announcement. | |||||
2013-10-02 | Bump release version to 1.5 | Holger Weiss | 2 | -6/+9 | |
... and reference the release announcement. | |||||
2013-10-02 | Add release notes for version 1.5 | Holger Weiss | 1 | -0/+88 | |
2013-10-02 | tests.md: Switch to HTTPS, and adjust the size | Holger Weiss | 1 | -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-01 | web: Add README file | Holger Weiss | 1 | -0/+22 | |
Add a few notes regarding our poor man's web design. | |||||
2013-10-01 | Add test-results.md | Holger Weiss | 2 | -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-01 | plugins.css: Set "white-space: pre" | Holger Weiss | 1 | -1/+1 | |
Markdown uses <pre><code> for code blocks, not just <pre>. Therefore, we cannot set "white-space: nowrap" for <code>. | |||||
2013-09-30 | impressum.md: Replace multiple with   | Holger Weiss | 1 | -3/+3 | |
2013-09-30 | team.md: Jeremy Bouse -> Jeremy T. Bouse | Holger Weiss | 1 | -1/+1 | |
Jeremy is usually known as "Jeremy T. Bouse". | |||||
2013-09-30 | Add Jan Wagner to list of team members | Holger Weiss | 1 | -0/+1 | |
2013-09-30 | Add Eric Stanley to list of previous team members | Holger Weiss | 1 | -0/+1 | |
2013-09-29 | Add extra-opts documentation | Holger Weiss | 1 | -0/+72 | |
Import the --extra-opts documentation from our old site. The --help output of plugins refers to <http://nagiosplugins.org/extra-opts>. | |||||
2013-09-29 | plugins.css: Don't wrap <code> | Holger Weiss | 1 | -0/+1 | |
Command lines etc. should usually not be wrapped. | |||||
2013-09-29 | Import Nagios Plugins site | Holger Weiss | 627 | -0/+81295 | |
Import the Nagios Plugins web site, Cronjobs, infrastructure scripts, and configuration files. |