Skip to content

Commit 58f46ed

Browse files
committed
Minor clean up on the downloads page
* 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)
1 parent 9387c0a commit 58f46ed

File tree

1 file changed

+7
-36
lines changed

1 file changed

+7
-36
lines changed

pages/downloads.md

+7-36
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ Be sure to [verify your downloads][VERIFY_PROCEDURES] using [these KEYS][GPG_KEY
7272
## Current Releases
7373

7474
{% assign linkVers = '3.0.0' %}
75-
### {{linkVers}} **Latest**{: .badge .bg-primary} **non-LTM**{: .badge .bg-warning}
76-
{: #latest }
75+
### Accumulo {{linkVers}} **non-LTM**{: .badge .bg-warning}
76+
{: #accumulo-nonltm }
7777

7878
The {{linkVers}} release of Apache Accumulo® is the latest bleeding edge
7979
release, containing the newest features, bug fixes, performance enhancements,
@@ -105,8 +105,8 @@ available in a future update to this site.
105105

106106

107107
{% assign linkVers = '2.1.3' %}
108-
### {{linkVers}} **Latest**{: .badge .bg-primary} **LTM**{: .badge .bg-success}
109-
{: #latest }
108+
### Accumulo {{linkVers}} **Latest**{: .badge .bg-primary} **LTM**{: .badge .bg-success}
109+
{: #accumulo-latest-ltm }
110110

111111
The {{linkVers}} release of Apache Accumulo® is the latest release on the
112112
current stable generation, containing the newest bug fixes, performance
@@ -134,38 +134,9 @@ enhancements, and more.
134134
</div>
135135

136136

137-
{% assign linkVers = '1.10.4' %}
138-
### {{linkVers}} **Legacy**{: .badge .bg-secondary} **LTM**{: .badge .bg-success}
139-
{: #legacy }
140-
141-
The most recent legacy (1.x) release of Apache Accumulo&reg; is version
142-
{{linkVers}}. This is the final release of the 1.10 series, which is now
143-
considered end-of-life. This means that code fixes that address bugs
144-
reported against this version will only be applied to future versions.
145-
146-
{% for srcbin in srcbinArray %}
147-
{% assign lnkFile = 'accumulo-' | append: linkVers | append: '-' | append: srcbin | append: '.tar.gz' %}
148-
{% assign lnkSuffix = '/accumulo/' | append: linkVers | append: '/' | append: lnkFile %}
149-
<div class="d-flex flex-wrap justify-content-start align-items-start" style="margin-left: 20px; margin-bottom: 5px;">
150-
<div class="btn-group me-2">
151-
<a {{btnDownloadStyle}} href="{{closerLink}}{{lnkSuffix}}" link-suffix="{{lnkSuffix}}">{{lnkFile}}{{glyphSave}}</a>
152-
</div>
153-
<div class="btn-group">
154-
<a {{btnSigStyle}} href="{{downloadsLink}}{{lnkSuffix}}.asc">ASC{{glyphLock}}</a>
155-
<a {{btnHashStyle}} href="{{downloadsLink}}{{lnkSuffix}}.sha512">SHA{{glyphLock}}</a>
156-
</div>
157-
</div>
158-
{% endfor %}
159-
<div class="btn-group-sm" style="margin: 20px;">
160-
<a {{btnDocStyle}} href="{{site.baseurl}}/release/accumulo-{{linkVers}}">Release Notes</a>
161-
<a {{btnDocStyle}} href="https://github.com/apache/accumulo/blob/rel/{{linkVers}}/README.md">README</a>
162-
<a {{btnDocStyle}} href="{{site.baseurl}}/1.10/accumulo_user_manual">User Manual</a>
163-
<a {{btnDocStyle}} href="{{site.baseurl}}/1.10/examples">Examples</a>
164-
<a {{btnDocStyle}} href="{{site.baseurl}}/1.10/apidocs">Java API</a>
165-
</div>
166-
167137
{% assign linkVers = '1.0.0-beta' %}
168-
### Accumulo Access {{linkVers}} **Latest**{: .badge .bg-primary}
138+
### Accumulo Access {{linkVers}}
139+
{: #accumulo-access-latest }
169140

170141
The Accumulo Access library provides the same functionality, semantics, and syntax as the
171142
Accumulo ColumnVisibility and VisibilityEvaluator classes in a standalone java library
@@ -188,7 +159,7 @@ that can be used separately from Accumulo.
188159

189160
**LTM**{: .badge .bg-success} / **non-LTM**{: .badge .bg-warning} indicates a [Long Term Maintenance][LTM] release or not
190161

191-
**Latest**{: .badge .bg-primary} / **Legacy**{: .badge .bg-secondary} indicates the latest or previous generation
162+
**Latest**{: .badge .bg-primary} / **Legacy**{: .badge .bg-secondary} indicates the latest or previous generation when two LTM releases have overlapping support
192163

193164

194165
## Older releases

0 commit comments

Comments
 (0)