Re: Getting into Annotator

2018-04-02 Thread Vincent den Boer
Hi Gerben,

Thanks for your quick reply and for the very useful clarifications! The demos 
helped to get a more visual picture of what's going on.

As for our use case, what we're implementing right now are 1) making 
annotations to any page through a web extension, to store them locally, and 2) 
making annotations, which are stored on a server and shareable through a link 
(which we internally call Direct Linking.) When such a link is followed, our 
server fetches the page from the stored URL, injects a script into this HTML 
to apply the stored annotations, and then returns the page to the user.

In short, we need the functionality demonstrated in the demo you've sent  :)  
How can we help you to get this into a state where we can implement it? Is 
there a roadmap with important things to solve? From what you and Randall say, 
I believe we'll need to implement this before you ship the first version, so 
we'd be to contribute to get this project closer to a more stable state.

Best regards,
Vincent

On zaterdag 31 maart 2018 00:36:19 CEST Gerben wrote:
> On 30.03.2018 12:31, Vincent den Boer wrote:
> > Hi everyone,
> > 
> > We're implementing a feature requiring annotations in WorldBrain.io, so
> > I've begun looking into Apache Annotator. Scrounging the wiki and the
> > website, I've come across links to AnnotatorJS and other projects, but
> > have no idea how far Annotator has diverged from AnnotatorJS. Looking at
> > the incubator-annotator I see some packages for anchoring annotations
> > (docs anywhere?), but could anyone give me an idea how everything
> > connects? As far as I've understood from the overview, Annotator's main
> > job for now is to convert selectors into anchors, and vice-versa, right?
> > Are there any more docs? And since I see no "index" key in the
> > package.json, is it already meant to be used as a package? If so, what
> > can we expect in terms of API stability?
> > 
> > Thanks for your time!
> > 
> > Best,
> > Vince
> 
> Hi Vincent; cool you are looking at Annotator, sorry for the state it is
> currently in. ;)
> 
> As for the relation with AnnotatorJS: there is overlap in people and
> purpose, but it does not share any code. The approach this time is to
> make a library of smaller modules, rather than a framework for a whole
> annotation workflow. At least, that is my understanding so far.
> 
> As you already noticed, we started making packages for creating and
> re-anchoring Web Annotation selectors
> .
> There is a simple demo in the source to show the idea; it can also be
> played with here  (while it is
> not on the Annotator website yet).
> 
> Regarding the readiness: it is not fit for using right away since only
> the very basic cases have been implemented, but the setup is all there
> to implement missing functionality. It mainly needs some more love to
> help get it going!
> 
> Let know if you have more questions, want to share your use case, or
> have ideas to contribute.
> 
> Cheers,
> 
> Gerben





Re: Getting into Annotator

2018-04-02 Thread Gerben
I have been wondering about the next steps myself, I'm eager to get at
least the demoed functionality to a usable state soon. If you like, we
could have a call one of these days?

Randall &/| Benjamin, would you then like to join? Otherwise I'd be glad
to catch up some other time with the two of you (and perhaps other
interested people!).

- Gerben

PS for your interest, I think the term "direct linking" was inherited
from Hypothesis; via.hypothes.is  is very
similar to what you are making (as you probably already knew).


On 02.04.2018 09:40, Vincent den Boer wrote:
> Hi Gerben,
>
> Thanks for your quick reply and for the very useful clarifications! The demos 
> helped to get a more visual picture of what's going on.
>
> As for our use case, what we're implementing right now are 1) making 
> annotations to any page through a web extension, to store them locally, and 
> 2) 
> making annotations, which are stored on a server and shareable through a link 
> (which we internally call Direct Linking.) When such a link is followed, our 
> server fetches the page from the stored URL, injects a script into this HTML 
> to apply the stored annotations, and then returns the page to the user.
>
> In short, we need the functionality demonstrated in the demo you've sent  :)  
> How can we help you to get this into a state where we can implement it? Is 
> there a roadmap with important things to solve? From what you and Randall 
> say, 
> I believe we'll need to implement this before you ship the first version, so 
> we'd be to contribute to get this project closer to a more stable state.
>
> Best regards,
> Vincent
>
> On zaterdag 31 maart 2018 00:36:19 CEST Gerben wrote:
>> On 30.03.2018 12:31, Vincent den Boer wrote:
>>> Hi everyone,
>>>
>>> We're implementing a feature requiring annotations in WorldBrain.io, so
>>> I've begun looking into Apache Annotator. Scrounging the wiki and the
>>> website, I've come across links to AnnotatorJS and other projects, but
>>> have no idea how far Annotator has diverged from AnnotatorJS. Looking at
>>> the incubator-annotator I see some packages for anchoring annotations
>>> (docs anywhere?), but could anyone give me an idea how everything
>>> connects? As far as I've understood from the overview, Annotator's main
>>> job for now is to convert selectors into anchors, and vice-versa, right?
>>> Are there any more docs? And since I see no "index" key in the
>>> package.json, is it already meant to be used as a package? If so, what
>>> can we expect in terms of API stability?
>>>
>>> Thanks for your time!
>>>
>>> Best,
>>> Vince
>> Hi Vincent; cool you are looking at Annotator, sorry for the state it is
>> currently in. ;)
>>
>> As for the relation with AnnotatorJS: there is overlap in people and
>> purpose, but it does not share any code. The approach this time is to
>> make a library of smaller modules, rather than a framework for a whole
>> annotation workflow. At least, that is my understanding so far.
>>
>> As you already noticed, we started making packages for creating and
>> re-anchoring Web Annotation selectors
>> .
>> There is a simple demo in the source to show the idea; it can also be
>> played with here  (while it is
>> not on the Annotator website yet).
>>
>> Regarding the readiness: it is not fit for using right away since only
>> the very basic cases have been implemented, but the setup is all there
>> to implement missing functionality. It mainly needs some more love to
>> help get it going!
>>
>> Let know if you have more questions, want to share your use case, or
>> have ideas to contribute.
>>
>> Cheers,
>>
>> Gerben



Re: Getting into Annotator

2018-04-02 Thread Randall Leeds
I would be very comfortable tagging a 0.1 and voting for release in the
very near future. Would be good to get used to doing it often.

On Mon, Apr 2, 2018, 12:59 Gerben  wrote:

> I have been wondering about the next steps myself, I'm eager to get at
> least the demoed functionality to a usable state soon. If you like, we
> could have a call one of these days?
>
> Randall &/| Benjamin, would you then like to join? Otherwise I'd be glad
> to catch up some other time with the two of you (and perhaps other
> interested people!).
>
> - Gerben
>
> PS for your interest, I think the term "direct linking" was inherited from
> Hypothesis; via.hypothes.is is very similar to what you are making (as
> you probably already knew).
>
> On 02.04.2018 09:40, Vincent den Boer wrote:
>
> Hi Gerben,
>
> Thanks for your quick reply and for the very useful clarifications! The demos
> helped to get a more visual picture of what's going on.
>
> As for our use case, what we're implementing right now are 1) making
> annotations to any page through a web extension, to store them locally, and 2)
> making annotations, which are stored on a server and shareable through a link
> (which we internally call Direct Linking.) When such a link is followed, our
> server fetches the page from the stored URL, injects a script into this HTML
> to apply the stored annotations, and then returns the page to the user.
>
> In short, we need the functionality demonstrated in the demo you've sent  :)
> How can we help you to get this into a state where we can implement it? Is
> there a roadmap with important things to solve? From what you and Randall say,
> I believe we'll need to implement this before you ship the first version, so
> we'd be to contribute to get this project closer to a more stable state.
>
> Best regards,
> Vincent
>
> On zaterdag 31 maart 2018 00:36:19 CEST Gerben wrote:
>
> On 30.03.2018 12:31, Vincent den Boer wrote:
>
> Hi everyone,
>
> We're implementing a feature requiring annotations in WorldBrain.io, so
> I've begun looking into Apache Annotator. Scrounging the wiki and the
> website, I've come across links to AnnotatorJS and other projects, but
> have no idea how far Annotator has diverged from AnnotatorJS. Looking at
> the incubator-annotator I see some packages for anchoring annotations
> (docs anywhere?), but could anyone give me an idea how everything
> connects? As far as I've understood from the overview, Annotator's main
> job for now is to convert selectors into anchors, and vice-versa, right?
> Are there any more docs? And since I see no "index" key in the
> package.json, is it already meant to be used as a package? If so, what
> can we expect in terms of API stability?
>
> Thanks for your time!
>
> Best,
> Vince
>
> Hi Vincent; cool you are looking at Annotator, sorry for the state it is
> currently in. ;)
>
> As for the relation with AnnotatorJS: there is overlap in people and
> purpose, but it does not share any code. The approach this time is to
> make a library of smaller modules, rather than a framework for a whole
> annotation workflow. At least, that is my understanding so far.
>
> As you already noticed, we started making packages for creating and
> re-anchoring Web Annotation 
> selectors
>  .
> There is a simple demo in the source to show the idea; it can also be
> played with here  
>  (while it is
> not on the Annotator website yet).
>
> Regarding the readiness: it is not fit for using right away since only
> the very basic cases have been implemented, but the setup is all there
> to implement missing functionality. It mainly needs some more love to
> help get it going!
>
> Let know if you have more questions, want to share your use case, or
> have ideas to contribute.
>
> Cheers,
>
> Gerben
>
>
>


Podling Report Reminder - April 2018

2018-04-02 Thread johndament
Dear podling,

This email was sent by an automated system on behalf of the Apache
Incubator PMC. It is an initial reminder to give you plenty of time to
prepare your quarterly board report.

The board meeting is scheduled for Wed, 18 April 2018, 10:30 am PDT.
The report for your podling will form a part of the Incubator PMC
report. The Incubator PMC requires your report to be submitted 2 weeks
before the board meeting, to allow sufficient time for review and
submission (Wed, April 04).

Please submit your report with sufficient time to allow the Incubator
PMC, and subsequently board members to review and digest. Again, the
very latest you should submit your report is 2 weeks prior to the board
meeting.

Thanks,

The Apache Incubator PMC

Submitting your Report

--

Your report should contain the following:

*   Your project name
*   A brief description of your project, which assumes no knowledge of
the project or necessarily of its field
*   A list of the three most important issues to address in the move
towards graduation.
*   Any issues that the Incubator PMC or ASF Board might wish/need to be
aware of
*   How has the community developed since the last report
*   How has the project developed since the last report.
*   How does the podling rate their own maturity.

This should be appended to the Incubator Wiki page at:

https://wiki.apache.org/incubator/April2018

Note: This is manually populated. You may need to wait a little before
this page is created from a template.

Mentors
---

Mentors should review reports for their project(s) and sign them off on
the Incubator wiki page. Signing off reports shows that you are
following the project - projects that are not signed may raise alarms
for the Incubator PMC.

Incubator PMC