From 83227cfad27ea36437666e830a6edc0fc4ba7900 Mon Sep 17 00:00:00 2001 From: Gregory Soutade Date: Thu, 25 May 2017 21:09:02 +0200 Subject: [PATCH] Update documentation and ChangeLog --- ChangeLog | 10 ++++++++++ docs/main.md | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3ff70f1..f162a12 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +v0.5 (25/05/2017) +** User ** + Add --dry-run (-D) argument +** Dev ** + Use cPickle instead of pickle + Don't save all robots requests (only first pass is kept) which allow to save a large amount of memory/disk space + Add one more rule to robot detection : more than ten 404 pages viewed +** Bugs ** + + v0.4 (29/01/2017) ** User ** Remove crawlers from feed parsers diff --git a/docs/main.md b/docs/main.md index 3816694..af2d30d 100644 --- a/docs/main.md +++ b/docs/main.md @@ -11,7 +11,7 @@ Nevertheless, iwla is only focused on HTTP logs. It uses data (robots definition Usage ----- - ./iwla [-c|--clean-output] [-i|--stdin] [-f FILE|--file FILE] [-d LOGLEVEL|--log-level LOGLEVEL] [-r|--reset year/month] [-z|--dont-compress] [-p] + ./iwla [-c|--clean-output] [-i|--stdin] [-f FILE|--file FILE] [-d LOGLEVEL|--log-level LOGLEVEL] [-r|--reset year/month] [-z|--dont-compress] [-p] [-D|--dry-run] -c : Clean output (database and HTML) before starting -i : Read data from stdin instead of conf.analyzed_filename @@ -20,6 +20,7 @@ Usage -r : Reset analysis to a specific date (month/year) -z : Don't compress databases (bigger but faster, not compatible with compressed databases) -p : Only generate display + -d : Dry run (don't write/update files to disk) Basic usage -----------