Re: Very early alpha state pure JavaScript implementation of the RDFa API draft spec released

Hi all,

As a follow-up action to the RDFa Creative Commons Laser Highlighter
extension announced in my prior email, I'm happy to release yet
another Chrome / Chromium extension around the RDFa API spec draft:
the RDFa Triples Lister [1] (less fun, more triples). The magic in
this extension consists of:

===
var store = new LinkedData.API.data.Store();
var parser = new LinkedData.API.data.Parser(store);
parser.parse();
===

Mark, I'm of course aware of techniques to deal with potential native
implementations, I simply wanted to make sure that people don't rely
on the library as of yet in a sense of expecting 100% correct results,
which people did if calls were on the document.* level.

Thanks for the positive feedback on the first extension. The current
extension as well is very much a 0.0.1 alpha release along the lines
"release early, release often". Nathan agreed to chat about my
experiences with the spec so far. Looking forward to talking to you.

Ivan, this extension features your homepage [2] as a sample screenshot
to demonstrate its features. Please ping me if this is not OK with
you, in which case I beg for pardon and promise to replace the
screenshot by a different one as soon as you reach out to me.

Cheers,
Tom

[1] https://chrome.google.com/extensions/detail/lmojbfnaigeibgkhacnebnpbhddpnoam/preview?hl=en-US
[2] http://homepages.cwi.nl/~ivan/

-- 
Thomas Steiner, Research Scientist, Google Inc.
http://blog.tomayac.com, http://twitter.com/tomayac

Received on Tuesday, 12 October 2010 14:06:11 UTC