Start big comments (post analysis / referers)

This commit is contained in:
Grégory Soutadé
2014-12-09 16:54:02 +01:00
parent 43e5e97c5a
commit 751a9b3fae
6 changed files with 168 additions and 4 deletions

View File

@@ -6,6 +6,32 @@ from iplugin import IPlugin
import awstats_data
#
# Post analysis hook
#
# Extract referers and key phrases from requests
#
# Plugin requirements : None
#
# Conf values needed :
# page_to_hit_conf*
# hit_to_page_conf*
#
# Output files :
# None
#
# Statistics creation :
# None
#
# Statistics update :
# visits :
# remote_addr =>
# robot
#
# Statistics deletion :
# None
#
class IWLAPostAnalysisReferers(IPlugin):
def __init__(self, iwla):
super(IWLAPostAnalysisReferers, self).__init__(iwla)