# HG changeset patch # User John "Elwin" Edwards # Date 1390686284 28800 # Node ID afb58e16bca8b5bfdc00f8cca77e92423b919a0d # Parent 0f4163dbbafc31cdf1855d9bc1e3f26b9bd05f14 Mention stats2.py in the README. diff -r 0f4163dbbafc -r afb58e16bca8 README.txt --- 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/site-packages or the equivalent location.