- From: Melvin Carvalho <melvincarvalho@gmail.com>
- Date: Thu, 17 Nov 2011 15:18:26 +0100
- To: Toby Inkster <tai@g5n.co.uk>
- Cc: public-rww@w3.org, dev@lists.perlrdf.org
On 17 November 2011 15:08, Toby Inkster <tai@g5n.co.uk> wrote: > Version 0.000_02 now available... > >> http://buzzword.org.uk/2011/rww/www-datawiki/WWW-DataWiki-0.000_02.tar.gz >> DEMO - http://ontologi.es:2902/ > > Main changes: > > * Improvements to HTTP headers, including CORS enabling. > * POSTing an RDF payload to containers (URIs ending in "/") creates a > new graph as an item in the container. > * Containers accept HTTP OPTIONS requests. > * More rational behaviour when requesting a page version that does not > exist (e.g. a version stamp in the future). > > I've also released an update to my RDF::QueryX::Lazy module > <https://metacpan.org/release/RDF-QueryX-Lazy> - this is what allows you > to type in queries like: > > SELECT * { ?thing rdfs:label ?label } > > without defining the PREFIX "rdfs". This should somewhat improve the > query experience in WWW::DataWiki. Awesome! I can get json vis jquery XHR now $.getJSON( http://ontologi.es:2902/welcome.json , fn ); works fine! > > -- > Toby A Inkster > <mailto:mail@tobyinkster.co.uk> > <http://tobyinkster.co.uk> > > >
Received on Thursday, 17 November 2011 14:18:55 UTC