- From: carmen <_@whats-your.name>
- Date: Sun, 19 Oct 2014 12:36:07 +0000
- To: public-rww@w3.org
> 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 12:36:00 UTC