Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
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.
|
|
The <guid> and <pubDate> contents were swapped.
|
|
Fix the issue that the build-snapshot script failed to checkout existing
branches.
|
|
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.
|
|
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
|
|
|
|
|
|
Add infrastructure for creating lists of news articles and for
distributing them via RSS 2.0.
|
|
Put the code for creating the test instance into a separate hook file in
order to make the other files less convoluted.
|
|
This is just cosmetics.
|
|
Thanks to Frank Bulk.
|
|
Let the build-web-site script grab only the actual Poole source into the
temporary directory.
|
|
Serve https://www.nagios-plugins.org:444/ from the "test" branch of this
repository.
|
|
... just to be on the safe side.
|
|
If multiple snapshot branches were updates, build snapshots from _all_
of them.
|
|
Use better variables names.
|
|
The correct name is "Nagios Plugin Development Guidelines".
|
|
Show the "Stable release: X.Y" hint on the right-hand side of the
breadcrumb navigation line.
|
|
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.
|
|
Add links to our repository web interface to the commit notifications.
|