Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 706 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 706 Bytes

DVCS Web UI

A Freenet plugin providing a web interface for distributed version control. Currently only Infocalypse supports it.

Prerequisites

Requires freenet and freenet-ext. As these are not currently available in Maven repositories, after downloading them, install them:

mvn install:install-file -Dfile=freenet.jar -DgroupId=org.freenetproject -DartifactId=fred -Dversion=0.7.5.1451 -Dpackaging=jar
mvn install:install-file -Dfile=freenet-ext.jar -DgroupId=org.freenetproject -DartifactId=freenet-ext -Dversion=29 -Dpackaging=jar

Building

mvn package