This is a project to add functionality to an XDI2 server to integrate with a local filesystem, using the XDI2 contributor mechanism. The directories and information about files are mapping to an XDI graph structure, using content-based identifiers. The file contents are not mapped to XDI, but through a servlet filter access to files can be governed by XDI link contracts.
First, you need to build the main XDI2 project.
After that, just run
mvn clean install
To build all components.
mvn jetty:run
Then access the web interface at
http://localhost:9130/
Or access the server's status page at
http://localhost:9130/xdi
Or use an XDI client to send XDI messages to
http://localhost:9130/xdi/graph
Run
mvn clean install package -P xdi2-plugin
Google Group: http://groups.google.com/group/xdi2
IRC: irc://irc.freenode.net:6667/xdi