- From: Melvin Carvalho <melvincarvalho@gmail.com>
- Date: Sun, 19 Oct 2014 16:01:34 +0200
- To: Andrei Sambra <andrei@w3.org>
- Cc: public-rww <public-rww@w3.org>
Received on Sunday, 19 October 2014 14:02:02 UTC
On 19 October 2014 14:41, Andrei Sambra <andrei@w3.org> wrote:
> That's awesome. It looks very minimal and functional. Have you released
> the code somewhere (with a public license)?
>
http://src.whats-your.name/pw/UNLICENSE.html
>
> -- Andrei
>
> On 10/19/2014 02:36 PM, carmen wrote:
> >> the backend
> > is just another HTTP daemon?
> >
> > a file is returned if a direct match, or
> > suffix is stripped off but kept around as a content-type hint
> >
> > generic base is globs to *.{nt,n3,ttl,md,rdf,txt}
> > a directory implies its children in the result set with a
> trailing-slash (rsync style) (DANGERZONE - nonRDF just got included!)
> >
> > an ETag is generated from all the mtimes
> > if needed, the fs-pointers expand to an RDF graph, and a representation
> is serialized
> >
> > all pretty similar to Gold, or Apache w/ the right content-negotiation
> rewrite-rules. entire GET function at
> http://src.whats-your.name/pw/ruby/GET.rb.html
> >
> > non-RDF MIMEs being transcoded automagically is the main additional
> feature
> >
>
>
Received on Sunday, 19 October 2014 14:02:02 UTC