Age | Commit message (Collapse) | Author | Files | Lines |
|
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/.
|
|
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.
|
|
|
|
Use <https://www.nagios-plugins.org/support.html> as the mailing lists
overview page.
|
|
Let Nginx listen on 130.133.8.40 instead of 0.0.0.0, and allow for serving
additional SSL domains.
|
|
Let Nginx use exact "location" matches whenever possible.
|
|
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.
|
|
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
|
|
This is just cosmetics.
|
|
Serve https://www.nagios-plugins.org:444/ from the "test" branch of this
repository.
|
|
E.g., <http://www.nagios.org/download/plugins> currently has a reference
to /snapshot/nagios-plugins-HEAD.tar.gz ...
|
|
Match only "^/guidelines$", not "^/guidelines.*".
|
|
Import the --extra-opts documentation from our old site. The --help
output of plugins refers to <http://nagiosplugins.org/extra-opts>.
|
|
Import the Nagios Plugins web site, Cronjobs, infrastructure scripts,
and configuration files.
|