changeset 46:afb58e16bca8

Mention stats2.py in the README.
author John "Elwin" Edwards
date Sat, 25 Jan 2014 13:44:44 -0800
parents 0f4163dbbafc
children 1951f59156e4
files README.txt
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/README.txt	Thu Jan 16 16:25:09 2014 -0800
+++ b/README.txt	Sat Jan 25 13:44:44 2014 -0800
@@ -12,6 +12,9 @@
 py/recorder.py processes the log files and stores the data in a PostgreSQL
 database.  It should be run periodically by cron.
 
+py/stats2.py does some statistical calculations and creates SVG charts which 
+are included in the Web pages.  It should be run from cron, daily or so.
+
 py/rlgall.py is a module which recorder.py requires.  It should be installed
 in /lib/python<x.y>/site-packages or the equivalent location.