Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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". | |||||
2013-10-03 | Right-align "stable release: X.Y" hint | Holger Weiss | 2 | -6/+12 | |
Show the "Stable release: X.Y" hint on the right-hand side of the breadcrumb navigation line. | |||||
2013-10-03 | git-notify: Replace "-S" with "-G" | Holger Weiss | 2 | -5/+6 | |
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. | |||||
2013-10-03 | Add cgit URLs to commit notifications | Holger Weiss | 1 | -1/+2 | |
Add links to our repository web interface to the commit notifications. | |||||
2013-10-03 | git-notify: Replace Gitweb URLs with cgit URLs | Holger Weiss | 1 | -6/+6 | |
We use cgit, not Gitweb. TODO: Make this configurable. | |||||
2013-10-03 | support.md: Add links to web IRC channels | Holger Weiss | 1 | -3/+6 | |
Add links to <http://webchat.freenode.net/?channels=$channel>. | |||||
2013-10-03 | plugins-hook: Fix non-issue | Holger Weiss | 1 | -1/+1 | |
Fix a bug that will only be triggered if the output of whoami(1) is empty. | |||||
2013-10-03 | Use a larger Twitter button | Holger Weiss | 1 | -2/+3 | |
2013-10-03 | build-snapshot: Fix building non-"master" branches | Holger Weiss | 1 | -3/+5 | |
Fix the problem that build-snapshot failed to checkout remote branches. | |||||
2013-10-03 | build-snapshot: Don't rebuild existing snapshots | Holger Weiss | 1 | -4/+7 | |
Build snapshot only once if multiple branches point(ed) to the same commit. | |||||
2013-10-03 | Add "follow us on Twitter" button | Holger Weiss | 1 | -0/+17 | |
The button is from here: https://twitter.com/about/resources/buttons | |||||
2013-10-03 | Show "Stable release: x.y" on home page | Holger Weiss | 1 | -2/+3 | |
Show a "Stable release: x.y" note in place of the breadcrumb navigation on the home page. | |||||
2013-10-03 | Use ยป instead of > for breadcrumb navigation | Holger Weiss | 1 | -1/+1 | |
2013-10-03 | CSS cosmetics: span.current -> span#current | Holger Weiss | 2 | -2/+2 | |
"current" is just one element, not a class of elements. | |||||
2013-10-03 | fixed man page links on startpage | Sven Nierlein | 1 | -6/+6 | |
2013-10-03 | Release announcement: Mention "contrib" removal | Holger Weiss | 1 | -0/+7 | |
Add a note regarding the removal of the "contrib" directory to the release announcement. | |||||
2013-10-02 | Bump release version to 1.5 | Holger Weiss | 2 | -6/+9 | |
... and reference the release announcement. | |||||
2013-10-02 | Add release notes for version 1.5 | Holger Weiss | 1 | -0/+88 | |