Age | Commit message (Collapse) | Author | Files | Lines |
|
Make sure that curl(1) won't hang forever.
|
|
Mention the new FTP mirrors on download.md, and reference that from
doc/presentation.md.
|
|
Add a comment with contact addresses and other information for each of
our mirrors.
|
|
Our download area is now mirrored to:
{http,ftp,rsync}://mirrors.ustc.edu.cn/nagios-plugins/
|
|
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.)
|
|
Add a daily job that updates a timestamp file in our download area and
checks whether the FTP mirrors fetched the one from yesterday.
|
|
Install any changes made to our crontab(5) automatically.
|
|
|
|
... to improve readability a little bit.
|
|
|
|
|
|
Add a link to the /download/mib directory.
|
|
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 ]
|
|
Match against /download/ before matching against /attachments/.
|
|
Compared to the Plugins tarballs, the NagiosMIB tarballs aren't all that
popular, so let's hide them away in a subdirectory.
|
|
|
|
|
|
|
|
Some of the contents were imported from our old web site, and that was
launched in 2008.
|
|
|
|
Fix a few small typos and apply various cosmetic changes.
|
|
On narrow displays, replace the menu bar with a simple list of items,
and omit the GitHub ribbon.
|
|
Add appropriate attributes to the RSS and Twitter links on our News
page(s).
|
|
Add a <link> tag that mentions our RSS feed.
|
|
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.
|
|
Version 1.4.16 was released in 2012, not in 2013.
|
|
Mention the names of news articles authors, as we did on the old web
site.
|
|
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.
|
|
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.
|
|
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).
|
|
Seperate the documents that cover "advanced" topics more clearly from
the basic documentation.
|
|
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.
|
|
Add links to the Nagios Plugin Develepment Guidelines and to the
Extra-Opts documentation.
|
|
Testing the current snapshot is purely optional, searching the issue
tracker less so.
|
|
Not sure whether we'll actually send announcements to all lists in the
future.
|
|
The mailing lists were moved from SourceForge to the project server.
|
|
|
|
|
|
The text between <object> and </object> is not interpreted as Markdown.
|
|
Use <https://www.nagios-plugins.org/support.html> as the mailing lists
overview page.
|
|
The foreground color is black by default.
|
|
We don't have the "RSS and Twitter box" (which had a gray background)
anymore.
|
|
Let Nginx listen on 130.133.8.40 instead of 0.0.0.0, and allow for serving
additional SSL domains.
|
|
|
|
The <guid> and <pubDate> contents were swapped again. (The same bug had
been fixed in an earlier commit and was then reintroduced by accident.)
|
|
Strip trailing whitespace from news teasers to make sure the "Read more"
link doesn't go onto a new paragraph.
|
|
|
|
Also build the documentation for "negate" and "urlize".
|
|
Use RSS and Twitter icons from <http://www.designdeck.co.uk/a/1239>.
|
|
Move the RSS and Twitter buttons into the (right edge of the) menu bar.
|