- From: Andrei Sambra <andrei.sambra@gmail.com>
- Date: Sat, 3 Aug 2013 19:13:10 +0200
- To: Tim Berners-Lee <timbl@w3.org>
- Cc: public-webid <public-webid@w3.org>, "public-rww@w3.org" <public-rww@w3.org>, Joe Presbrey <presbrey@mit.edu>
- Message-ID: <CAFG79egvRSO7_g9+HiPYDqdxytDXhfduZsMYKX+Uk6HT1iOcSQ@mail.gmail.com>
Hi Tim and thanks for your comments! On Sat, Aug 3, 2013 at 5:50 PM, Tim Berners-Lee <timbl@w3.org> wrote: > Congratulations on the release! > > I just tried it out. > > I put in the domain name of timbl, it was free, and then I went to it > "go there"> It aksde me to provide a cert, which I did, using > https://webid.mit.edu/timbl# > > Questions: > > - Has it now associated that cert with the user? > The subdomain will not be truly "yours" until you first set an ACL, as it will generate a .meta file which applies to the subdomain. - Does rww.io generate webids? > Yes, it generates a minimal WebID profile and cert. > - Does it generate profiles? > See above. > - If I create anew file, profile.nt, why does it have 62 bytes in it in > the directory listing? > As a Linked Data store, all files you create are treated as RDF documents, and the following line is added by default: @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . I might remove this behavior, depending on feedback. :) > - What are the conventions for filenames? Is everything RDF whatever the > name? > Yes, all files you create are RDF by default (turtle). > - The site tends to keep need a re-selection of a cert - do you know why? > If you move from one data store to another, say from timbl.rww.io to deiu.rww.io, it will ask for the certificate as it is a different domain. Was this your question? > - Nice icons -- where are they from or did you make them? > All the artwork I used was either free (as in open) or has a Creative Commons license. > > > Talking with Joe I feel we need: > > - a public well known list of services like this. > - a way of, in any web app, allowing a user to chose one, have an iframe > opened up to try it out > - they cancel, cancel > - If they get an account, returning a pointer to it back to the originakl > app, so the app can then play with storage in it. > > I was just thinking about such an indexing service, especially since RWW.IO is intended to be used as a backend service for semantic Web apps. I will post a description of how such a system can work. By the way, RWW.IO builds on the code base of data.fm, with additional features I have come up with meanwhile. Since Joe said data.fm is not really maintained anymore, I will try to contribute to it with as much code as I can from RWW.IO. > Joe, did you develop anything along ot hose lines with data.fm ? > (The code on the client side in tabulator is currently around > signInOrSignUpBox > in > https://raw.github.com/linkeddata/tabulator/master/js/panes/paneUtils.js ) > > Tim > > > On 2013-08 -03, at 08:19, Andrei Sambra wrote: > > > Dear all! I am proud to announce the release of http://rww.io/, a > "personal cloud" service for your Linked Data. > > > > Since RWW.IO is intended to be used as a backend service for your > Linked Data applications, the UI is minimal, allowing you to edit RDF > documents and set ACL rules. Users can also upload a limited range of > images (PNG, JPG and GIF - for all your cat pictures, wee!). > > > > If you would like to run your own service, just grab the code from > https://github.com/deiu/rww.io and get started! It is a free service, > paid entirely from my personal founds and created in my free time, so > please consider supporting this project (Flattr) if you like and use it. > > > > All feedback is appreciated. Thank you! > > > > Andrei > >
Received on Saturday, 3 August 2013 17:13:58 UTC