From 0ebd92cc6608da4329f70ed024d862cb382993b9 Mon Sep 17 00:00:00 2001 From: Christopher Tubbs Date: Wed, 18 Sep 2024 21:01:44 -0400 Subject: [PATCH] Minor clean up on the downloads page (#444) * Add "Accumulo" before the raw version numbers, to distinguish from other libraries/subprojects also listed on the page * Clarify use of "Latest" and "Legacy" badges to indicate current and previous generation of LTM releases when they overlap * Use unique anchors for specific sections of the page * Drop the links to the 1.10 LTM version whose maintenance window has elapsed (will archive the corresponding artifacts in SVN) --- pages/downloads.md | 43 +++++++------------------------------------ 1 file changed, 7 insertions(+), 36 deletions(-) diff --git a/pages/downloads.md b/pages/downloads.md index b8accdf53..1c90822e2 100644 --- a/pages/downloads.md +++ b/pages/downloads.md @@ -72,8 +72,8 @@ Be sure to [verify your downloads][VERIFY_PROCEDURES] using [these KEYS][GPG_KEY ## Current Releases {% assign linkVers = '3.0.0' %} -### {{linkVers}} **Latest**{: .badge .bg-primary} **non-LTM**{: .badge .bg-warning} -{: #latest } +### Accumulo {{linkVers}} **non-LTM**{: .badge .bg-warning} +{: #accumulo-nonltm } The {{linkVers}} release of Apache Accumulo® is the latest bleeding edge release, containing the newest features, bug fixes, performance enhancements, @@ -105,8 +105,8 @@ available in a future update to this site. {% assign linkVers = '2.1.3' %} -### {{linkVers}} **Latest**{: .badge .bg-primary} **LTM**{: .badge .bg-success} -{: #latest } +### Accumulo {{linkVers}} **Latest**{: .badge .bg-primary} **LTM**{: .badge .bg-success} +{: #accumulo-latest-ltm } The {{linkVers}} release of Apache Accumulo® is the latest release on the current stable generation, containing the newest bug fixes, performance @@ -134,38 +134,9 @@ enhancements, and more. -{% assign linkVers = '1.10.4' %} -### {{linkVers}} **Legacy**{: .badge .bg-secondary} **LTM**{: .badge .bg-success} -{: #legacy } - -The most recent legacy (1.x) release of Apache Accumulo® is version -{{linkVers}}. This is the final release of the 1.10 series, which is now -considered end-of-life. This means that code fixes that address bugs -reported against this version will only be applied to future versions. - -{% for srcbin in srcbinArray %} -{% assign lnkFile = 'accumulo-' | append: linkVers | append: '-' | append: srcbin | append: '.tar.gz' %} -{% assign lnkSuffix = '/accumulo/' | append: linkVers | append: '/' | append: lnkFile %} -
- - -
-{% endfor %} -
- Release Notes - README - User Manual - Examples - Java API -
- {% assign linkVers = '1.0.0-beta' %} -### Accumulo Access {{linkVers}} **Latest**{: .badge .bg-primary} +### Accumulo Access {{linkVers}} +{: #accumulo-access } The Accumulo Access library provides the same functionality, semantics, and syntax as the Accumulo ColumnVisibility and VisibilityEvaluator classes in a standalone java library @@ -188,7 +159,7 @@ that can be used separately from Accumulo. **LTM**{: .badge .bg-success} / **non-LTM**{: .badge .bg-warning} indicates a [Long Term Maintenance][LTM] release or not -**Latest**{: .badge .bg-primary} / **Legacy**{: .badge .bg-secondary} indicates the latest or previous generation +**Latest**{: .badge .bg-primary} / **Legacy**{: .badge .bg-secondary} indicates the latest or previous generation when two LTM releases are being concurrently maintained ## Older releases