First, it has a very useful tip on .htaccess which you can use to teach Apache about MIME types, even when you do not have root access. So, I added this .htaccess file to blueobelisk.sourceforge.net/people/egonw/:
AddType application/rdf+xml;charset=utf-8 .xrdfNow, you can also access my FOAF file with the MIME type set to application/rdf+xml. And, my bibliography too. Now, the latter becomes interesting when you have Tabulator installed in your Firefox. Instead of applying the XSLT, Firefox will now show it like this:
And, in the under the hood mode it looks like:
Now, my FOAF file does not seem to work well. Not sure what goes wrong there, but given the fact that Tabulator seems to be able to recurse into referenced RDF files, I think it nicely complements what we already have.Wow, it seems Web3.0/WebNG is really going to happen this year!