You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@annotator.apache.org by ge...@apache.org on 2020/04/16 14:49:42 UTC

[incubator-annotator] branch master updated (d86fe58 -> 4d356e5)

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

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


    from d86fe58  Merge pull request #71 from apache/remove-fragment-identifier
     new 045de9c  ah yes, computers start counting at zero..
     new 4d356e5  update yarn.lock

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:
 web/demo/index.html | 8 ++++----
 yarn.lock           | 5 -----
 2 files changed, 4 insertions(+), 9 deletions(-)


[incubator-annotator] 01/02: ah yes, computers start counting at zero..

Posted by ge...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

gerben pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git

commit 045de9c0ea20dd5770f9a17e00c1c10894ea2d3c
Author: Gerben <ge...@treora.com>
AuthorDate: Thu Apr 16 16:48:36 2020 +0200

    ah yes, computers start counting at zero..
---
 web/demo/index.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/web/demo/index.html b/web/demo/index.html
index 2c2a2e7..a74d369 100644
--- a/web/demo/index.html
+++ b/web/demo/index.html
@@ -84,14 +84,14 @@ under the License.
     </div>
     <p>Here are other selectors you can anchor in the text above:</p>
     <ul>
-      <li><a href="#" data-run-example="1">An ambiguous selector (i.e. with multiple matches)</a>
+      <li><a href="#" data-run-example="0">An ambiguous selector (i.e. with multiple matches)</a>
       <li>
-        <a href="#" data-run-example="2">RangeSelector</a>
+        <a href="#" data-run-example="1">RangeSelector</a>
         (<a href="https://www.w3.org/TR/2017/REC-annotation-model-20170223/#range-selector" target="_blank">spec</a>)
       <li>
-        <a href="#" data-run-example="3">Refining a selector using another selector</a>
+        <a href="#" data-run-example="2">Refining a selector using another selector</a>
         (<a href="https://www.w3.org/TR/2017/REC-annotation-model-20170223/#refinement-of-selection" target="blank">spec</a>)
-      <li><a href="#" data-run-example="4">Any deeper nesting of the above</a>
+      <li><a href="#" data-run-example="3">Any deeper nesting of the above</a>
     </ul>
   </main>
 </body>


[incubator-annotator] 02/02: update yarn.lock

Posted by ge...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

gerben pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git

commit 4d356e533008f767cb3b698ff6b284f598d84aee
Author: Gerben <ge...@treora.com>
AuthorDate: Thu Apr 16 16:49:18 2020 +0200

    update yarn.lock
---
 yarn.lock | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/yarn.lock b/yarn.lock
index df9a3ee..1d7ce46 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -7817,11 +7817,6 @@ pbkdf2@^3.0.3:
     safe-buffer "^5.0.1"
     sha.js "^2.4.8"
 
-pegjs@^0.11.0-dev.273:
-  version "0.11.0-master.f69239d"
-  resolved "https://registry.yarnpkg.com/pegjs/-/pegjs-0.11.0-master.f69239d.tgz#4f6e445231cc369f9860a0999a685a79cec520ab"
-  integrity sha512-8PXSaXnLh9hw0R/SfOL1b8JSgiPv1KSl8B1h+sP0uwngmx3Vk+QdB2cuBAT1lXPbP5necVZ2Dl2t4DfR3KKbZg==
-
 performance-now@^2.1.0:
   version "2.1.0"
   resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"