You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@annotator.apache.org by ra...@apache.org on 2020/07/12 06:34:39 UTC

[incubator-annotator-website] branch asf-site updated (53448e3 -> 5134b91)

This is an automated email from the ASF dual-hosted git repository.

randall pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-annotator-website.git.


    from 53448e3  Fix YAML keys for issue template
     new a71ffcb  Point NPM reference at apache-annotator package
     new 5134b91  Add version 0.1.0 release

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 content/index.html | 49 ++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 48 insertions(+), 1 deletion(-)


[incubator-annotator-website] 02/02: Add version 0.1.0 release

Posted by ra...@apache.org.
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 <ra...@bleeds.info>
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">


[incubator-annotator-website] 01/02: Point NPM reference at apache-annotator package

Posted by ra...@apache.org.
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 a71ffcbb07a27390ec9a0066cebfd66d70e22fea
Author: Randall Leeds <ra...@bleeds.info>
AuthorDate: Sat Jul 11 22:39:03 2020 -0700

    Point NPM reference at apache-annotator package
    
    The project has not consulted the Incubator about releasing individual
    packages in the @annotator scope yet. As such, the first release exists
    as apache-annotator, with the individual packages bundled within. This
    configuration may change in the future.
---
 content/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/index.html b/content/index.html
index fff278e..ed04255 100644
--- a/content/index.html
+++ b/content/index.html
@@ -26,7 +26,7 @@
 
         <div class="right menu">
           <a class="item" href="demo"><span class="ui positive button">Demo!</span></a>
-          <a class="item" rel="external" href="https://www.npmjs.com/org/annotator">NPM</a>
+          <a class="item" rel="external" href="https://www.npmjs.com/package/apache-annotator">NPM</a>
           <a class="item" rel="external" href="https://github.com/apache?q=annotator#org-repositories">Code</a>
           <a class="item" rel="external" href="https://github.com/apache/incubator-annotator/issues">Issues</a>
           <a class="item" rel="external" href="https://github.com/apache/incubator-annotator/wiki">Wiki</a>