Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-10-23 | support.md: Change the wording a bit | Holger Weiss | 1 | -2/+2 | |
Testing the current snapshot is purely optional, searching the issue tracker less so. | |||||
2013-10-22 | support.md: Remove a comment | Holger Weiss | 1 | -5/+0 | |
Not sure whether we'll actually send announcements to all lists in the future. | |||||
2013-10-22 | Update mailing list URLs | Holger Weiss | 2 | -37/+22 | |
The mailing lists were moved from SourceForge to the project server. | |||||
2013-10-22 | Ngnix: Point /archive/ to Pipermail archives | Holger Weiss | 1 | -0/+3 | |
2013-10-21 | tests.md: Tiny cosmetic change | Holger Weiss | 1 | -1/+1 | |
2013-10-21 | tests.md: Minor fix | Holger Weiss | 1 | -1/+1 | |
The text between <object> and </object> is not interpreted as Markdown. | |||||
2013-10-21 | Let Nginx hide Mailman's "listinfo" index page | Holger Weiss | 1 | -2/+2 | |
Use <https://www.nagios-plugins.org/support.html> as the mailing lists overview page. | |||||
2013-10-20 | plugins.css: Remove superfluous property | Holger Weiss | 1 | -1/+0 | |
The foreground color is black by default. | |||||
2013-10-20 | Fix comment | Holger Weiss | 2 | -4/+2 | |
We don't have the "RSS and Twitter box" (which had a gray background) anymore. | |||||
2013-10-19 | Let Nginx listen on specific IP address | Holger Weiss | 2 | -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-17 | Import a few news articles from old web site | Holger Weiss | 3 | -0/+105 | |
2013-10-15 | web/macros.py: Fix RSS <item>s (again) | Holger Weiss | 1 | -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-15 | web/macros.py: Strip whitespace from news teaser | Holger Weiss | 1 | -1/+1 | |
Strip trailing whitespace from news teasers to make sure the "Read more" link doesn't go onto a new paragraph. | |||||
2013-10-15 | Import 1.4.16 release notes from old web site | Holger Weiss | 1 | -0/+45 | |
2013-10-15 | bin/build-docs: Build "negate.md" and "urlize.md" | Holger Weiss | 1 | -12/+15 | |
Also build the documentation for "negate" and "urlize". | |||||
2013-10-15 | New feed icons | Holger Weiss | 2 | -0/+0 | |
Use RSS and Twitter icons from <http://www.designdeck.co.uk/a/1239>. | |||||
2013-10-15 | Move feed icons into the menu bar | Holger Weiss | 2 | -44/+26 | |
Move the RSS and Twitter buttons into the (right edge of the) menu bar. | |||||
2013-10-15 | Make sure IE draws no border around GitHub ribbon | Holger Weiss | 1 | -1/+1 | |
Apply the CSS settings for the GitHub ribbon to the <img> tag, not to the sorrounding <div>. | |||||
2013-10-15 | Clean up web site CSS file | Holger Weiss | 1 | -26/+20 | |
This commit just move the CSS directives around, it doesn't change them. | |||||
2013-10-14 | web/macros.py: Small cosmetic change | Holger Weiss | 1 | -1/+1 | |
Turn only "follow us" into a link, not "follow us there". | |||||
2013-10-14 | Use smaller RSS and Twitter icons | Holger Weiss | 4 | -14/+14 | |
... and make sure the images are positioned properly. | |||||
2013-10-14 | Add a "Follow us!" box with RSS and Twitter icons | Holger Weiss | 5 | -34/+76 | |
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 | |||||
2013-10-14 | git-mirror: Fix typo in variable name | Holger Weiss | 1 | -2/+2 | |
s/fourty/forty/ | |||||
2013-10-14 | web/macros.py: Omit "index.html" from URL | Holger Weiss | 1 | -1/+1 | |
Let the RSS feed reference <https://www.nagios-plugins.org/news/> instead of <https://www.nagios-plugins.org/news/index.html>. | |||||
2013-10-14 | web/macros.py: Handle multiple articles correctly | Holger Weiss | 1 | -5/+9 | |
Don't concatenate multiple news articles. | |||||
2013-10-14 | Mention RSS and Twitter feeds | Holger Weiss | 1 | -1/+7 | |
Mention our RSS and Twitter feeds on the first News page. | |||||
2013-10-14 | Cosmetics: s/abstract/teaser/ | Holger Weiss | 2 | -8/+8 | |
2013-10-14 | web/macros.py: Hide navigation on single News page | Holger Weiss | 1 | -0/+2 | |
Hide the News archive navigation as long as there's only a single News page. | |||||
2013-10-14 | web/macros.py: Modify "Read more" links a bit | Holger Weiss | 1 | -1/+1 | |
2013-10-14 | etc/nginx/site.conf: Use exact matches if possible | Holger Weiss | 1 | -6/+6 | |
Let Nginx use exact "location" matches whenever possible. | |||||
2013-10-14 | Tiny cosmetics | Holger Weiss | 2 | -5/+3 | |
2013-10-13 | Add an actual News page | Holger Weiss | 9 | -29/+107 | |
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. | |||||
2013-10-11 | Cosmetic modification of web site <description> | Holger Weiss | 1 | -1/+1 | |
2013-10-09 | web/macros.py: Use full URLs in RSS file | Holger Weiss | 1 | -2/+3 | |
Make sure to specify URLs such as https://www.nagios-plugins.org/foo.html instead of /foo.html in the RSS file. | |||||
2013-10-09 | web/macros.py: Fix RSS <item>s | Holger Weiss | 1 | -1/+1 | |
The <guid> and <pubDate> contents were swapped. | |||||
2013-10-08 | build-snapshot: Don't forget to checkout branch | Holger Weiss | 1 | -2/+6 | |
Fix the issue that the build-snapshot script failed to checkout existing branches. | |||||
2013-10-08 | build-snapshot: Remove only unreferenced old files | Holger Weiss | 1 | -2/+24 | |
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. | |||||
2013-10-08 | Redirect /taxonomy/term/2 | Holger Weiss | 1 | -0/+3 | |
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 | |||||
2013-10-08 | git-mirror: Apply minor cosmetics | Holger Weiss | 1 | -1/+1 | |
2013-10-07 | Turn release-notes/1-5.md into news article | Holger Weiss | 1 | -0/+2 | |
2013-10-07 | Add support for news articles and RSS feed | Holger Weiss | 1 | -5/+64 | |
Add infrastructure for creating lists of news articles and for distributing them via RSS 2.0. | |||||
2013-10-06 | Move test site hooks into separate file | Holger Weiss | 3 | -55/+64 | |
Put the code for creating the test instance into a separate hook file in order to make the other files less convoluted. | |||||
2013-10-06 | Rename /media directory to /resources | Holger Weiss | 5 | -5/+5 | |
This is just cosmetics. | |||||
2013-10-05 | release-notes/1-5.md: Fix typo | Holger Weiss | 1 | -1/+1 | |
Thanks to Frank Bulk. | |||||
2013-10-05 | build-web-site: Don't copy web/attachments around | Holger Weiss | 1 | -6/+11 | |
Let the build-web-site script grab only the actual Poole source into the temporary directory. | |||||
2013-10-04 | Add test instance of the web site | Holger Weiss | 22 | -35/+110 | |
Serve https://www.nagios-plugins.org:444/ from the "test" branch of this repository. | |||||
2013-10-04 | Set PATH for all individual Git hook snippets | Holger Weiss | 5 | -1/+10 | |
... just to be on the safe side. | |||||
2013-10-04 | 02-build-snapshots: Handle multiple branch updates | Holger Weiss | 1 | -1/+1 | |
If multiple snapshot branches were updates, build snapshots from _all_ of them. | |||||
2013-10-04 | 02-build-snapshots: Cosmetic changes | Holger Weiss | 1 | -4/+4 | |
Use better variables names. | |||||
2013-10-03 | index.md: s/Monitoring Plugin/Nagios Plugin/ | Holger Weiss | 1 | -1/+1 | |
The correct name is "Nagios Plugin Development Guidelines". |