Skip to content

Commit

Permalink
Adding Accumulo Access 1.0.0-beta to downloads page (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlmarion authored Sep 18, 2024
1 parent 56da8eb commit 9387c0a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pages/downloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,24 @@ reported against this version will only be applied to future versions.
<a {{btnDocStyle}} href="{{site.baseurl}}/1.10/apidocs">Java API</a>
</div>

{% assign linkVers = '1.0.0-beta' %}
### Accumulo Access {{linkVers}} **Latest**{: .badge .bg-primary}

The Accumulo Access library provides the same functionality, semantics, and syntax as the
Accumulo ColumnVisibility and VisibilityEvaluator classes in a standalone java library
that can be used separately from Accumulo.

{% assign lnkFile = 'accumulo-access-' | append: linkVers | append: '-' | append: 'source-release' | append: '.tar.gz' %}
{% assign lnkSuffix = '/accumulo/accumulo-access/' | append: linkVers | append: '/' | append: lnkFile %}
<div class="d-flex flex-wrap justify-content-start align-items-start" style="margin-left: 20px; margin-bottom: 5px;">
<div class="btn-group me-2">
<a {{btnDownloadStyle}} href="{{closerLink}}{{lnkSuffix}}" link-suffix="{{lnkSuffix}}">{{lnkFile}}{{glyphSave}}</a>
</div>
<div class="btn-group">
<a {{btnSigStyle}} href="{{downloadsLink}}{{lnkSuffix}}.asc">ASC{{glyphLock}}</a>
<a {{btnHashStyle}} href="{{downloadsLink}}{{lnkSuffix}}.sha512">SHA{{glyphLock}}</a>
</div>
</div>

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

0 comments on commit 9387c0a

Please sign in to comment.