Skip to content

Thynix/plugin-DVCS-WebUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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