[or-cvs] r19427: {torctl} Prevent old documentation from leading unsuspecting new deve (in torctl/trunk: . doc python)
mikeperry at seul.org
mikeperry at seul.org
Mon May 4 13:05:44 UTC 2009
Author: mikeperry
Date: 2009-05-04 09:05:44 -0400 (Mon, 04 May 2009)
New Revision: 19427
Modified:
torctl/trunk/README
torctl/trunk/doc/howto.txt
torctl/trunk/python/README
Log:
Prevent old documentation from leading unsuspecting new
developers to their doom.
Modified: torctl/trunk/README
===================================================================
--- torctl/trunk/README 2009-05-04 12:44:12 UTC (rev 19426)
+++ torctl/trunk/README 2009-05-04 13:05:44 UTC (rev 19427)
@@ -2,4 +2,4 @@
This packages has libraries to help you write Tor controllers, written in
Python and Java. It is intended for developers.
-For more information, read the how-to document in doc/howto.txt .
+See README-Java.txt and python/README for more information.
Modified: torctl/trunk/doc/howto.txt
===================================================================
--- torctl/trunk/doc/howto.txt 2009-05-04 12:44:12 UTC (rev 19426)
+++ torctl/trunk/doc/howto.txt 2009-05-04 13:05:44 UTC (rev 19427)
@@ -3,6 +3,17 @@
Interfacing with Tor: Clients and Controllers
Copyright 2005 Nick Mathewson -- see LICENSE for licensing information
+
+
+ WARNING THIS DOCUMENT WILL LEAD YOU ASTRAY.
+ IT IS OLD AND CURSED WITH BITROT AND EVIL SPIRITS.
+ It is preserved for historical interest only.
+
+
+ See instead ../README-Java.txt and ../python/README
+
+
+
0. About this document
This document has instructions for writing programs to interface with
Modified: torctl/trunk/python/README
===================================================================
--- torctl/trunk/python/README 2009-05-04 12:44:12 UTC (rev 19426)
+++ torctl/trunk/python/README 2009-05-04 13:05:44 UTC (rev 19427)
@@ -36,9 +36,7 @@
and TorCtl.EventHandler in TorExample.py in this directory.
For more extensive examples of the PathSupport and StatsSupport
-interfaces, see the TorFlow project at svn urls:
+interfaces, see the TorFlow project at svn url:
https://tor-svn.freehaven.net/svn/torflow/trunk
-or
-https://tor-svn.freehaven.net/svn/torflow/branches/gsoc2008
More information about the tor-commits
mailing list