This is an automated email from the ASF dual-hosted git repository. randall pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-annotator-website.git
commit 5134b91012a786dec42555ab9763f7429ec9b5ab Author: Randall Leeds <[email protected]> AuthorDate: Sat Jul 11 23:34:13 2020 -0700 Add version 0.1.0 release --- content/index.html | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/content/index.html b/content/index.html index ed04255..520ab8b 100644 --- a/content/index.html +++ b/content/index.html @@ -107,6 +107,53 @@ </div> </div> </div> + + <div class="ui divider"></div> + + <h3 class="ui header" id="download"><i class="download icon"></i> Download</h3> + <div class="ui divided items"> + <div class="item"> + <div class="content"> + <div class="header"> + <a href="https://www.apache.org/dyn/closer.lua?path=/incubator/annotator/source/0.1.0/apache-annotator-0.1.0.tar.gz"> + <i class="archive icon"></i> Source + </a> + </div> + <div class="meta"> + <span>Version 0.1.0</span> + </div> + <div class="description"> + Release archive. + </div> + <div class="extra"> + <div class="ui horizontal link list"> + <a class="item" href="https://www.apache.org/dist/incubator/annotator/source/0.1.0/apache-annotator-0.1.0.tar.gz.asc">PGP Signature</a> + <a class="item" href="https://www.apache.org/dist/incubator/annotator/source/0.1.0/apache-annotator-0.1.0.tar.gz.sha256">SHA256</a> + <a class="item" href="https://www.apache.org/dist/incubator/annotator/source/0.1.0/apache-annotator-0.1.0.tar.gz.sha512">SHA512</a> + </div> + <div class="ui horizontal link list"> + <a class="item" href="https://github.com/apache/incubator-annotator/wiki/Testing-a-Source-Release">Instructions for verifying downloads.</a> + <a class="item" href="https:/www.apache.org/dist/incubator/annotator/KEYS">KEYS file for validating signatures.</a> + </div> + </div> + </div> + </div> + <div class="item"> + <div class="content"> + <div class="header"> + <a href="https://www.npmjs.com/package/apache-annotator"> + <i class="npm icon"></i> Package + </a> + </div> + <div class="meta"> + <span>Version 0.1.0</span> + </div> + <div class="description"> + <span>Convenience package built from the release archive.</span> + </div> + </div> + </div> + </div> </div> <div class="six wide column">
