Replace # for module description by """ (help auto extraction)
This commit is contained in:
@@ -23,31 +23,31 @@ import re
|
||||
from iwla import IWLA
|
||||
from iplugin import IPlugin
|
||||
|
||||
#
|
||||
# Pre analysis hook
|
||||
# Change page into hit and hit into page into statistics
|
||||
#
|
||||
# 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 =>
|
||||
# is_page
|
||||
#
|
||||
# Statistics deletion :
|
||||
# None
|
||||
#
|
||||
"""
|
||||
Pre analysis hook
|
||||
Change page into hit and hit into page into statistics
|
||||
|
||||
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 =>
|
||||
is_page
|
||||
|
||||
Statistics deletion :
|
||||
None
|
||||
"""
|
||||
|
||||
class IWLAPreAnalysisPageToHit(IPlugin):
|
||||
|
||||
|
@@ -25,32 +25,32 @@ from iplugin import IPlugin
|
||||
|
||||
import awstats_data
|
||||
|
||||
#
|
||||
# Pre analysis hook
|
||||
#
|
||||
# Filter robots
|
||||
#
|
||||
# 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
|
||||
#
|
||||
"""
|
||||
Pre analysis hook
|
||||
|
||||
Filter robots
|
||||
|
||||
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 IWLAPreAnalysisRobots(IPlugin):
|
||||
def __init__(self, iwla):
|
||||
|
Reference in New Issue
Block a user