summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-12-28Hide the /download/timestamp fileHolger Weiss1-0/+1
The timestamp file is used for checking mirrors and should be hidden from the user. (By the way: The Fancy Index module would hide dot files automatically, but some FTP servers don't serve them.)
2013-12-28Let Cron check our FTP mirrorsHolger Weiss2-0/+48
Add a daily job that updates a timestamp file in our download area and checks whether the FTP mirrors fetched the one from yesterday.
2013-12-28Run "crontab ~/etc/crontab" via Git hookHolger Weiss1-0/+34
Install any changes made to our crontab(5) automatically.
2013-12-27tests: made frame a little largerSven Nierlein1-1/+1
2013-12-19index.md: Split up a sentenceHolger Weiss1-2/+2
... to improve readability a little bit.
2013-12-06presentation.md: New headingHolger Weiss1-1/+1
2013-12-06plugins.css: Don't underline /download/ linksHolger Weiss1-10/+19
2013-11-29download.md: Add link to /download/mibHolger Weiss1-1/+2
Add a link to the /download/mib directory.
2013-11-29Nginx: Sort /download/ files by modification timeHolger Weiss1-0/+4
Append "?C=M&O=D" to /download/ URLs: /* * Determine the sorting criteria. URL arguments look like: * * C=x[&O=y] * * Where x={M,S,N} and y={A,D} */ [ https://github.com/aperezdc/ngx-fancyindex/blob/master/ngx_http_fancyindex_module.c ]
2013-11-29Nginx: Cosmetic changeHolger Weiss1-3/+3
Match against /download/ before matching against /attachments/.
2013-11-29Move NagiosMIB tarballs into a subdirectoryHolger Weiss1-2/+2
Compared to the Plugins tarballs, the NagiosMIB tarballs aren't all that popular, so let's hide them away in a subdirectory.
2013-11-13Now we have also Naemon as nagios forkJan Wagner2-6/+8
2013-11-02adjusted test results height due to new machinesSven Nierlein1-1/+1
2013-10-29doc/extra-opts.md: Change wording a bitHolger Weiss1-5/+7
2013-10-29Update copyright years on web siteHolger Weiss1-1/+1
Some of the contents were imported from our old web site, and that was launched in 2008.
2013-10-29doc/index.md: Cosmetic change of wordingHolger Weiss1-1/+1
2013-10-28new-threshold-syntax.md: Various cosmetic changesHolger Weiss1-85/+86
Fix a few small typos and apply various cosmetic changes.
2013-10-28Show a usable menu on handheld devicesHolger Weiss1-0/+33
On narrow displays, replace the menu bar with a simple list of items, and omit the GitHub ribbon.
2013-10-28web/macros.py: Add attributes to feed linksHolger Weiss1-7/+8
Add appropriate attributes to the RSS and Twitter links on our News page(s).
2013-10-28web/page.html: Add RSS feed <link>Holger Weiss1-0/+1
Add a <link> tag that mentions our RSS feed.
2013-10-28build-snapshot: Don't remove current snapshotsHolger Weiss1-1/+1
Fix a bug that resulted in the deletion of current snapshots: While comparing the snapshot tarball filenames with the list of symbolic link targets, we failed to strip the directory components from the snapshot pathname.
2013-10-28release-1-4-16.md: Fix the publication dateHolger Weiss1-1/+1
Version 1.4.16 was released in 2012, not in 2013.
2013-10-27Mention news article authorsHolger Weiss6-3/+9
Mention the names of news articles authors, as we did on the old web site.
2013-10-27Import New Threshold Syntax proposalHolger Weiss2-0/+259
Many sites have links to our New Threshold Syntax proposal, so lets put it back online. However, as we decided not to implement the New Threshold Syntax anytime soon, we currently don't add a link to the proposal on our own web site.
2013-10-27Don't tell browsers to hyphenate textHolger Weiss1-5/+0
The hyphenation support in current browser versions isn't all that good. As the text lines on our web site are long (actually too long), there's no need for hyphenation anyway.
2013-10-27Work around a Chrome glitchHolger Weiss1-3/+3
When setting "padding: 0.6em" for the menu elements, certain versions of Chrome and WebKitGTK+ render the light blue menu item a tad larger than the rest of the menu bar. (This only happened when the site was accessed for the first time. Reloading the current page or following a link to another document on the Nagios Plugins site fixed the issue.) Using 0.625em works around this problem. Note that the issue is not related to using the "em" unit: It also shows up when specifying 9.6px (and is fixed by specifying 10px).
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 Weiss2-37/+22
The mailing lists were moved from SourceForge to the project server.
2013-10-22Ngnix: Point /archive/ to Pipermail archivesHolger Weiss1-0/+3
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-21Let Nginx hide Mailman's "listinfo" index pageHolger Weiss1-2/+2
Use <https://www.nagios-plugins.org/support.html> as the mailing lists overview page.
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-19Let Nginx listen on specific IP addressHolger Weiss2-12/+12
Let Nginx listen on 130.133.8.40 instead of 0.0.0.0, and allow for serving additional SSL domains.
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-15bin/build-docs: Build "negate.md" and "urlize.md"Holger Weiss1-12/+15
Also build the documentation for "negate" and "urlize".
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.