Log in or register to vote.

SimpleRDFServer

Serves RDF (RSS 1.0) indexes of directories over HTTP

An underwhelming overridden version of the standard SimpleHTTPServer.py file from the standard Python modules (version 2.4.2), to produce RDF representations of directory listings. Subdirectories work as expected. Security (of any kind) is not implemented here. Run the test() command found in this file, and you'll start serving RDF of the current working directory over HTTP on port 8000. See the Python documentation for SimpleHTTPServer for the general idea. Work is ongoing! Thanks for downloading!

0