Skip to content

Commit 9387c0a

Browse files
authored
Adding Accumulo Access 1.0.0-beta to downloads page (#443)
1 parent 56da8eb commit 9387c0a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

pages/downloads.md

+18
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,24 @@ reported against this version will only be applied to future versions.
164164
<a {{btnDocStyle}} href="{{site.baseurl}}/1.10/apidocs">Java API</a>
165165
</div>
166166

167+
{% assign linkVers = '1.0.0-beta' %}
168+
### Accumulo Access {{linkVers}} **Latest**{: .badge .bg-primary}
169+
170+
The Accumulo Access library provides the same functionality, semantics, and syntax as the
171+
Accumulo ColumnVisibility and VisibilityEvaluator classes in a standalone java library
172+
that can be used separately from Accumulo.
173+
174+
{% assign lnkFile = 'accumulo-access-' | append: linkVers | append: '-' | append: 'source-release' | append: '.tar.gz' %}
175+
{% assign lnkSuffix = '/accumulo/accumulo-access/' | append: linkVers | append: '/' | append: lnkFile %}
176+
<div class="d-flex flex-wrap justify-content-start align-items-start" style="margin-left: 20px; margin-bottom: 5px;">
177+
<div class="btn-group me-2">
178+
<a {{btnDownloadStyle}} href="{{closerLink}}{{lnkSuffix}}" link-suffix="{{lnkSuffix}}">{{lnkFile}}{{glyphSave}}</a>
179+
</div>
180+
<div class="btn-group">
181+
<a {{btnSigStyle}} href="{{downloadsLink}}{{lnkSuffix}}.asc">ASC{{glyphLock}}</a>
182+
<a {{btnHashStyle}} href="{{downloadsLink}}{{lnkSuffix}}.sha512">SHA{{glyphLock}}</a>
183+
</div>
184+
</div>
167185

168186
## <small><span class="fa-solid fa-circle-info" aria-hidden="true"></span></small> Legend
169187
{: #legend }

0 commit comments

Comments
 (0)