Annotation of webpage using Annotator

Hi,

I came across this, which looks like a well designed (open-source) JavaScript library for annotating webpage:
Annotator
http://okfnlabs.org/annotator/

Maybe this is a good alternative to zotero's webpage annotation system, which I think has been discontinued. A simple integration should be pretty easy. It just requires the Annotator library together with jQuery and one line of code:
$('#content').annotator();
Sign In or Register to comment.