Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Accumulo Access 1.0.0-beta to downloads page #443

Merged
merged 1 commit into from
Sep 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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