summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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-14etc/nginx/site.conf: Use exact matches if possibleHolger Weiss1-6/+6
Let Nginx use exact "location" matches whenever possible.
2013-10-14Tiny cosmeticsHolger Weiss2-5/+3
2013-10-13Add an actual News pageHolger Weiss9-29/+107
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-08build-snapshot: Don't forget to checkout branchHolger Weiss1-2/+6
Fix the issue that the build-snapshot script failed to checkout existing branches.
2013-10-08build-snapshot: Remove only unreferenced old filesHolger Weiss1-2/+24
Make sure that no symlink points to an old snapshot before cleaning it up. Also, don't check for dangling symlinks, as they should not occur anymore.
2013-10-08Redirect /taxonomy/term/2Holger Weiss1-0/+3
Redirect /taxonomy/term/2 to /doc/presentation.html. The old URI is referenced e.g. here: http://exchange.nagios.org/directory/Tutorials/Nagios-Core-Tutorials/How-to-Write-Great-Nagios-Plugins-in-Perl--2D-FOSDEM-2007/details
2013-10-08git-mirror: Apply minor cosmeticsHolger Weiss1-1/+1
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-06Move test site hooks into separate fileHolger Weiss3-55/+64
Put the code for creating the test instance into a separate hook file in order to make the other files less convoluted.
2013-10-06Rename /media directory to /resourcesHolger Weiss5-5/+5
This is just cosmetics.
2013-10-05release-notes/1-5.md: Fix typoHolger Weiss1-1/+1
Thanks to Frank Bulk.
2013-10-05build-web-site: Don't copy web/attachments aroundHolger Weiss1-6/+11
Let the build-web-site script grab only the actual Poole source into the temporary directory.
2013-10-04Add test instance of the web siteHolger Weiss22-35/+110
Serve https://www.nagios-plugins.org:444/ from the "test" branch of this repository.
2013-10-04Set PATH for all individual Git hook snippetsHolger Weiss5-1/+10
... just to be on the safe side.
2013-10-0402-build-snapshots: Handle multiple branch updatesHolger Weiss1-1/+1
If multiple snapshot branches were updates, build snapshots from _all_ of them.
2013-10-0402-build-snapshots: Cosmetic changesHolger Weiss1-4/+4
Use better variables names.
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-03git-notify: Replace "-S" with "-G"Holger Weiss2-5/+6
Before: -S Enable compatibility with SourceForge's gitweb URLs After: -G Don't append .git extension to repository names in gitweb URLs The new option behaves like the old one, this change should just clarify that this is not specific to SourceForge.
2013-10-03Add cgit URLs to commit notificationsHolger Weiss1-1/+2
Add links to our repository web interface to the commit notifications.
2013-10-03git-notify: Replace Gitweb URLs with cgit URLsHolger Weiss1-6/+6
We use cgit, not Gitweb. TODO: Make this configurable.
2013-10-03support.md: Add links to web IRC channelsHolger Weiss1-3/+6
Add links to <http://webchat.freenode.net/?channels=$channel>.
2013-10-03plugins-hook: Fix non-issueHolger Weiss1-1/+1
Fix a bug that will only be triggered if the output of whoami(1) is empty.
2013-10-03Use a larger Twitter buttonHolger Weiss1-2/+3
2013-10-03build-snapshot: Fix building non-"master" branchesHolger Weiss1-3/+5
Fix the problem that build-snapshot failed to checkout remote branches.
2013-10-03build-snapshot: Don't rebuild existing snapshotsHolger Weiss1-4/+7
Build snapshot only once if multiple branches point(ed) to the same commit.
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-02Run Git hooks as "plugins" userHolger Weiss1-1/+3
Our Git hooks modify files in the home directory of the "plugins" user.
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
2013-09-30team.md: Jeremy Bouse -> Jeremy T. BouseHolger Weiss1-1/+1
Jeremy is usually known as "Jeremy T. Bouse".
2013-09-30Add Jan Wagner to list of team membersHolger Weiss1-0/+1
2013-09-30Add Eric Stanley to list of previous team membersHolger Weiss1-0/+1
2013-09-30Redirect requests for nagios-plugins-HEAD.tar.gzHolger Weiss1-0/+3
E.g., <http://www.nagios.org/download/plugins> currently has a reference to /snapshot/nagios-plugins-HEAD.tar.gz ...