diff options
| -rw-r--r-- | web/content/download.md | 12 | ||||
| -rw-r--r-- | web/macros.py | 3 |
2 files changed, 9 insertions, 6 deletions
diff --git a/web/content/download.md b/web/content/download.md index 6f8a0fc..4d46cf5 100644 --- a/web/content/download.md +++ b/web/content/download.md | |||
| @@ -9,14 +9,15 @@ menu-position: 2 | |||
| 9 | 9 | ||
| 10 | ### Stable Release | 10 | ### Stable Release |
| 11 | 11 | ||
| 12 | The current stable Nagios Plugins release is <!--{plugins_release}-->. You | 12 | The current stable Nagios Plugins release is <!--{plugins_release}-->, see the |
| 13 | can grab the source tarball from here: | 13 | [release announcement][announcement]. You can grab the source tarball from |
| 14 | here: | ||
| 14 | 15 | ||
| 15 | * [nagios-plugins-<!--{plugins_release}-->.tar.gz][tar1] ([sum][sum1]) | 16 | * [nagios-plugins-<!--{plugins_release}-->.tar.gz][tar1] ([sum][sum1]) |
| 16 | 17 | ||
| 17 | See the [release history][news] for a summary of changes between versions. | 18 | See the [release history][news] for an overview of changes between earlier |
| 18 | Old releases can be found in the [download area][download]. There's also an | 19 | versions. Old releases can be found in the [download area][download]. |
| 19 | [FTP mirror][mirror] available. | 20 | There's also an [FTP mirror][mirror] available. |
| 20 | 21 | ||
| 21 | ### Development Snapshot | 22 | ### Development Snapshot |
| 22 | 23 | ||
| @@ -43,6 +44,7 @@ The current NagiosMIB tarball is available from here: | |||
| 43 | 44 | ||
| 44 | Old versions can be found in the [download area][download]. | 45 | Old versions can be found in the [download area][download]. |
| 45 | 46 | ||
| 47 | [announcement]: {{release_notes}} "Release Announcement" | ||
| 46 | [mirror]: ftp://ftp.fu-berlin.de/unix/network/nagios-plugins/ "FTP Mirror" | 48 | [mirror]: ftp://ftp.fu-berlin.de/unix/network/nagios-plugins/ "FTP Mirror" |
| 47 | [repository]: https://github.com/nagios-plugins/nagios-plugins "Nagios Plugins Git Repository" | 49 | [repository]: https://github.com/nagios-plugins/nagios-plugins "Nagios Plugins Git Repository" |
| 48 | [news]: doc/news.txt "NEWS" | 50 | [news]: doc/news.txt "NEWS" |
diff --git a/web/macros.py b/web/macros.py index a4566fe..43a46e0 100644 --- a/web/macros.py +++ b/web/macros.py | |||
| @@ -1,11 +1,12 @@ | |||
| 1 | import time | 1 | import time |
| 2 | 2 | ||
| 3 | plugins_release = '1.4.16' | 3 | plugins_release = '1.5' |
| 4 | mib_release = '1.0.1' | 4 | mib_release = '1.0.1' |
| 5 | page = { | 5 | page = { |
| 6 | "description": "Standard plugins for Nagios and compatible monitoring solutions.", | 6 | "description": "Standard plugins for Nagios and compatible monitoring solutions.", |
| 7 | "keywords": "Nagios, Icinga, Shinken, Monitoring, Official, Plugins, Open, Source, Free, Software" | 7 | "keywords": "Nagios, Icinga, Shinken, Monitoring, Official, Plugins, Open, Source, Free, Software" |
| 8 | } | 8 | } |
| 9 | release_notes = 'doc/release-notes/' + plugins_release.replace('.', '-') + '.html' | ||
| 9 | 10 | ||
| 10 | def menu(): | 11 | def menu(): |
| 11 | menu_pages = [p for p in pages if 'menu-position' in p] | 12 | menu_pages = [p for p in pages if 'menu-position' in p] |
