[or-cvs] r20625: {projects} some updates for the examples to avoid line wrapping issues, (projects/archives/trunk/exonerator)
sebastian at seul.org
sebastian at seul.org
Mon Sep 21 14:25:29 UTC 2009
Author: sebastian
Date: 2009-09-21 10:25:29 -0400 (Mon, 21 Sep 2009)
New Revision: 20625
Modified:
projects/archives/trunk/exonerator/ExoneraTor.java
projects/archives/trunk/exonerator/HOWTO
Log:
some updates for the examples to avoid line wrapping issues, and a small whitespace fix
Modified: projects/archives/trunk/exonerator/ExoneraTor.java
===================================================================
--- projects/archives/trunk/exonerator/ExoneraTor.java 2009-09-21 11:09:08 UTC (rev 20624)
+++ projects/archives/trunk/exonerator/ExoneraTor.java 2009-09-21 14:25:29 UTC (rev 20625)
@@ -103,7 +103,7 @@
if (allConsensuses.isEmpty()) {
System.out.println(" None found!\n\n" + DELIMITER + "\n\nResult is "
+ "INDECISIVE!\n\nWe cannot make any statement about IP address "
- + relayIP + "being a relay at " + timestampStr + " or not! We "
+ + relayIP + " being a relay at " + timestampStr + " or not! We "
+ "did not find any relevant consensuses preceding the given "
+ "time. This either means that you did not download and "
+ "extract the consensus archives preceding the hours before "
Modified: projects/archives/trunk/exonerator/HOWTO
===================================================================
--- projects/archives/trunk/exonerator/HOWTO 2009-09-21 11:09:08 UTC (rev 20624)
+++ projects/archives/trunk/exonerator/HOWTO 2009-09-21 14:25:29 UTC (rev 20625)
@@ -70,9 +70,9 @@
and not in your local timezone! Otherwise, results will very likely be
wrong.
- A sample invocation might be (without line break):
+ A sample invocation might be:
- $ java -cp .:bcprov-jdk16-143.jar ExoneraTor data/ 209.17.171.104
+ $ java -cp .:bcprov-jdk16-143.jar ExoneraTor data/ 209.17.171.104 \
2009-08-15 16:05:00 209.85.129.104:80
---------------------------------------------------------------------------
@@ -85,26 +85,26 @@
- Positive result of echelon1+2 being a relay:
- $ java -cp .:bcprov-jdk16-143.jar ExoneraTor data/ 209.17.171.104
+ $ java -cp .:bcprov-jdk16-143.jar ExoneraTor data/ 209.17.171.104 \
2009-08-15 16:05:00
- Positive result of echelon1+2 exiting to google.com on any port
- $ java -cp .:bcprov-jdk16-143.jar ExoneraTor data/ 209.17.171.104
+ $ java -cp .:bcprov-jdk16-143.jar ExoneraTor data/ 209.17.171.104 \
2009-08-15 16:05:00 209.85.129.104
- Positive result of echelon1+2 exiting to google.com on port 80
- $ java -cp .:bcprov-jdk16-143.jar ExoneraTor data/ 209.17.171.104
+ $ java -cp .:bcprov-jdk16-143.jar ExoneraTor data/ 209.17.171.104 \
2009-08-15 16:05:00 209.85.129.104:80
- Negative result of echelon1+2 exiting to google.com, but not on port 25
- $ java -cp .:bcprov-jdk16-143.jar ExoneraTor data/ 209.17.171.104
+ $ java -cp .:bcprov-jdk16-143.jar ExoneraTor data/ 209.17.171.104 \
2009-08-15 16:05:00 209.85.129.104:25
- Negative result with IP address of echelon1+2 changed in the last octet
- $ java -cp .:bcprov-jdk16-143.jar ExoneraTor data/ 209.17.171.50
+ $ java -cp .:bcprov-jdk16-143.jar ExoneraTor data/ 209.17.171.50 \
2009-08-15 16:05:00
More information about the tor-commits
mailing list