summaryrefslogtreecommitdiffstats
path: root/web/macros.py
AgeCommit message (Collapse)AuthorFilesLines
2023-10-18Update to latest release versionHEADmasterJan Wagner1-1/+1
2023-10-17Releasing 2.3.4Jan Wagner1-1/+1
2023-02-01Doing 2.3.3 releseJan Wagner1-1/+1
2022-10-21macros.py: Address encoding issueHolger Weiss1-1/+1
2022-10-20add 2.3.2 release notesSven Nierlein1-1/+1
2021-04-11Update version to 2.3.1Jan Wagner1-1/+1
2020-12-10Update version to 2.3Jan Wagner1-1/+1
2016-11-29Publish the 2.2 releaseHolger Weiss1-1/+1
2015-10-16Publish the 2.1.2 releaseHolger Weiss1-1/+1
2015-09-15News pages: Fix link to page 1 in footerHolger Weiss1-0/+2
2014-12-01Publish the 2.1.1 releaseHolger Weiss1-1/+1
2014-10-15Publish the 2.1 releaseHolger Weiss1-1/+1
2014-07-11Publish the 2.0 release of the Monitoring PluginsHolger Weiss1-1/+1
2014-01-18Mentioning SensuJan Wagner1-1/+1
2014-01-14Rename Nagios Plugins to Monitoring PluginsHolger Weiss1-4/+4
This is a first step of replacing the name "Nagios Plugins" with "Monitoring Plugins" where appriopriate. Some news items and FAQ entries are also created or updated. More to come.
2013-11-13Now we have also Naemon as nagios forkJan Wagner1-1/+1
2013-10-28web/macros.py: Add attributes to feed linksHolger Weiss1-7/+8
Add appropriate attributes to the RSS and Twitter links on our News page(s).
2013-10-27Mention news article authorsHolger Weiss1-3/+4
Mention the names of news articles authors, as we did on the old web site.
2013-10-15web/macros.py: Fix RSS <item>s (again)Holger Weiss1-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-15web/macros.py: Strip whitespace from news teaserHolger Weiss1-1/+1
Strip trailing whitespace from news teasers to make sure the "Read more" link doesn't go onto a new paragraph.
2013-10-14web/macros.py: Small cosmetic changeHolger Weiss1-1/+1
Turn only "follow us" into a link, not "follow us there".
2013-10-14web/macros.py: Omit "index.html" from URLHolger Weiss1-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-14web/macros.py: Handle multiple articles correctlyHolger Weiss1-5/+9
Don't concatenate multiple news articles.
2013-10-14Mention RSS and Twitter feedsHolger Weiss1-1/+7
Mention our RSS and Twitter feeds on the first News page.
2013-10-14Cosmetics: s/abstract/teaser/Holger Weiss1-7/+7
2013-10-14web/macros.py: Hide navigation on single News pageHolger Weiss1-0/+2
Hide the News archive navigation as long as there's only a single News page.
2013-10-14web/macros.py: Modify "Read more" links a bitHolger Weiss1-1/+1
2013-10-14Tiny cosmeticsHolger Weiss1-2/+2
2013-10-13Add an actual News pageHolger Weiss1-17/+90
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-11Cosmetic modification of web site <description>Holger Weiss1-1/+1
2013-10-09web/macros.py: Use full URLs in RSS fileHolger Weiss1-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-09web/macros.py: Fix RSS <item>sHolger Weiss1-1/+1
The <guid> and <pubDate> contents were swapped.
2013-10-07Add support for news articles and RSS feedHolger Weiss1-5/+64
Add infrastructure for creating lists of news articles and for distributing them via RSS 2.0.
2013-10-03Right-align "stable release: X.Y" hintHolger Weiss1-6/+7
Show the "Stable release: X.Y" hint on the right-hand side of the breadcrumb navigation line.
2013-10-03Show "Stable release: x.y" on home pageHolger Weiss1-2/+3
Show a "Stable release: x.y" note in place of the breadcrumb navigation on the home page.
2013-10-03Use ยป instead of > for breadcrumb navigationHolger Weiss1-1/+1
2013-10-03CSS cosmetics: span.current -> span#currentHolger Weiss1-1/+1
"current" is just one element, not a class of elements.
2013-10-02Bump release version to 1.5Holger Weiss1-1/+2
... and reference the release announcement.
2013-09-29Import Nagios Plugins siteHolger Weiss1-0/+43
Import the Nagios Plugins web site, Cronjobs, infrastructure scripts, and configuration files.