Merge branch 'dev' of soutade.fr:iwla into dev

This commit is contained in:
Gregory Soutade 2016-04-13 17:57:18 +02:00
commit 4e257c7154
2 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,4 @@
v0.3 (06/02/2016)
v0.3 (12/04/2016)
** User **
Add referers_diff display plugin
Add year statistics in month details
@ -23,11 +23,12 @@ v0.3 (06/02/2016)
Sort documentation output
Add debug traces in robots plugin
Update awstats data
Remove doule // at the end of URL
Remove double slashes at the end of URL
Remove final slashes for referrers
Add alt attribute for all img tag
** Bugs **
Forgot <body> tag
Bad UTC time computation
Hits/pages in the same second where not analyzed
Hits/pages in the same second were not analyzed
Last day of month was skipped

View File

@ -131,7 +131,7 @@ class IWLA(object):
ANALYSIS_CLASS = 'HTTP'
API_VERSION = 1
IWLA_VERSION = '0.3-dev'
IWLA_VERSION = '0.4-dev'
def __init__(self, logLevel):
self.meta_infos = {}