openwayback icon indicating copy to clipboard operation
openwayback copied to clipboard

Annotation of archived pages

Open egh opened this issue 11 years ago • 7 comments

Share how we're doing it.

egh avatar Jan 07 '14 22:01 egh

Would something like http://okfnlabs.org/annotator/ be suitable, rather than Wayback per se?

PsypherPunk avatar Jan 08 '14 10:01 PsypherPunk

I've spent some time looking at generic JavaScript annotation frameworks. They seem to offer a nice separation of concerns, allowing the annotation backend to be kept apart from Wayback/whatever. Unfortunately, every single one I've looked at so far provides no way of doing page/resource-level annotations. i.e. you can annotate a sentence, or even part of an image, but you can't annotate the whole page.

anjackson avatar Jan 08 '14 12:01 anjackson

Adding interested parties from spreadsheet. @kris-sigur

egh avatar Jan 08 '14 19:01 egh

Robert Sanderson (@azaroth42) has been working on annotations. http://www.openannotation.org/index.html As a co-creator of the memento spec, perhaps he would be interested in getting somebody to implement this in wayback?

egh avatar Jan 09 '14 22:01 egh

I would definitely be interested to promote it as a feature in Wayback :) We're working with the Annotator folks to improve their implementation, especially via http://hypothes.is/ If there are features that are missing, I strongly encourage you to request them on the [email protected] list, and I'll happily chime in to support them.

azaroth42 avatar Jan 09 '14 22:01 azaroth42

Thanks, Robert! This hasn't been my thing but I assume some of the other wayback team members have opinions about annotator.

egh avatar Jan 09 '14 22:01 egh

@anjackson I think most javascript enabled annotation systems (including okfn/annotator) rely on a highlight actio to trigger annotation creation. If this is a deal breaker I suspect it could be possible to write a plugin for okfn/annotator to allow for resource level annotations by injecting some kind of button/icon into the page?

edsu avatar Jan 09 '14 23:01 edsu