Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
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.
|
|
Apply the CSS settings for the GitHub ribbon to the <img> tag, not to
the sorrounding <div>.
|
|
This commit just move the CSS directives around, it doesn't change them.
|
|
Turn only "follow us" into a link, not "follow us there".
|
|
... and make sure the images are positioned properly.
|
|
Replace the Twitter button at the bottom of our web pages with a "Follow
us!" box on the right side. The icons were downloaded from:
http://vervex.deviantart.com/art/Somacro-40-300DPI-Social-Media-Icons-267955425
|
|
s/fourty/forty/
|
|
Let the RSS feed reference <https://www.nagios-plugins.org/news/>
instead of <https://www.nagios-plugins.org/news/index.html>.
|
|
Don't concatenate multiple news articles.
|
|
Mention our RSS and Twitter feeds on the first News page.
|
|
|
|
Hide the News archive navigation as long as there's only a single News
page.
|
|
|
|
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.
|
|
|
|
Make sure to specify URLs such as
https://www.nagios-plugins.org/foo.html
instead of
/foo.html
in the RSS file.
|