[Pyfreenet] r22114 - trunk/apps/pyFreenetHg

Top Page
Delete this message
Reply to this message
Author: saces
Date:  
To: pyfreenet
Subject: [Pyfreenet] r22114 - trunk/apps/pyFreenetHg
Author: saces
Date: 2008-08-23 12:09:39 +0000 (Sat, 23 Aug 2008)
New Revision: 22114

Removed:
trunk/apps/pyFreenetHg/INSTALL
Log:
get rid of redundant doc

Deleted: trunk/apps/pyFreenetHg/INSTALL
===================================================================
--- trunk/apps/pyFreenetHg/INSTALL    2008-08-23 12:04:44 UTC (rev 22113)
+++ trunk/apps/pyFreenetHg/INSTALL    2008-08-23 12:09:39 UTC (rev 22114)
@@ -1,38 +0,0 @@
-INSTALL file for PyFreenetHg
-
-System requirements:
-
- This package requires:
-
- - Python2.3 or later
- - pyFCP (http://downloads.freenetproject.org/alpha/pyFreenet/pyFreenet-latest.tbz)
- - access to a freenet FCP port, on same or other machine
-
-Installation:
-
-download FreenetHg.py and put it somethere.
-
-add the following to your ~/.hgrc:
-
-[extensions]
-freenethg=/path/to/FreenetHg.py
-
-now run "hg help", it should show you new fcp-* commands.
-
-type "hg help commandname" for further details
-
-more about plugin install: http://www.selenic.com/mercurial/wiki/index.cgi/UsingExtensions
-
-
-Hook configuration:
-
-add the following to your <projectdir>/.hg/hgrc:
-
-[hooks]
-commit = python:freenethg.updatestatic_hook
-
-[freenethg]
-inserturi = USK@inserturi/Name/1
-fcphost = 127.0.0.1
-fcpport = 9481
-