[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [metrics-utils/master] Move ChangeLog and Todo list to a separate file.
Author: Karsten Loesing <karsten.loesing@xxxxxxx>
Date: Wed, 22 Sep 2010 14:39:34 +0200
Subject: Move ChangeLog and Todo list to a separate file.
Commit: b7691e568fb4f139aa60bafc03d198882d8371b6
---
visitor/ChangeLog | 25 +++++++++++++++++++++++++
visitor/HOWTO | 27 ---------------------------
2 files changed, 25 insertions(+), 27 deletions(-)
create mode 100644 visitor/ChangeLog
diff --git a/visitor/ChangeLog b/visitor/ChangeLog
new file mode 100644
index 0000000..3b794b6
--- /dev/null
+++ b/visitor/ChangeLog
@@ -0,0 +1,25 @@
+VisiTor change log:
+
+Changes in version 0.0.2 - 2010-09-2?
+ - Don't break if we're given zero exit lists.
+ - If we saw zero requests on a day, write "0", not "NA". Only write "NA"
+ if we're missing a whole day of logs.
+ - Warn if we're missing exit lists and skip that part of the server log.
+ - Add fourth parameter to write out the part of the server log with Tor
+ user requests.
+
+Changes in version 0.0.1 - 2010-09-19
+ - Initial release
+
+---------------------------------------------------------------------------
+
+Todo list:
+
+ - Add a list of user-agent strings used by Torbutton and count the
+ number of requests coming from Tor _and_ using Torbutton.
+ - Identify user-agent strings used by Googlebot et al. and remove them
+ from the nottor counter, so that people learn about the actual user
+ ratio.
+ - Re-write the Java part in Python once we're happy with its
+ functionality.
+
diff --git a/visitor/HOWTO b/visitor/HOWTO
index 83ffd94..49711f8 100644
--- a/visitor/HOWTO
+++ b/visitor/HOWTO
@@ -3,33 +3,6 @@ VisiTor
---------------------------------------------------------------------------
-Change log:
-
-Changes in version 0.0.2 - 2010-09-2?
- - Don't break if we're given zero exit lists.
- - If we saw zero requests on a day, write "0", not "NA". Only write "NA"
- if we're missing a whole day of logs.
- - Warn if we're missing exit lists and skip that part of the server log.
- - Add fourth parameter to write out the part of the server log with Tor
- user requests.
-
-Changes in version 0.0.1 - 2010-09-19
- - Initial release
-
----------------------------------------------------------------------------
-
-Todo list:
-
- - Add a list of user-agent strings used by Torbutton and count the
- number of requests coming from Tor _and_ using Torbutton.
- - Identify user-agent strings used by Googlebot et al. and remove them
- from the nottor counter, so that people learn about the actual user
- ratio.
- - Re-write the Java part in Python once we're happy with its
- functionality.
-
----------------------------------------------------------------------------
-
Introduction:
Some individuals and organizations wonder how many of the people visiting
--
1.7.1