Finalize comments

This commit is contained in:
2014-12-10 21:15:56 +01:00
parent 2d1e363883
commit 6d62f21373
8 changed files with 176 additions and 1 deletions

View File

@@ -4,6 +4,31 @@ from iwla import IWLA
from iplugin import IPlugin
from display import *
#
# Display hook
#
# Create TOP hits page
#
# Plugin requirements :
# post_analysis/top_hits
#
# Conf values needed :
# None
#
# Output files :
# OUTPUT_ROOT/year/month/top_hits.html
# OUTPUT_ROOT/year/month/index.html
#
# Statistics creation :
# None
#
# Statistics update :
# None
#
# Statistics deletion :
# None
#
class IWLADisplayTopHits(IPlugin):
def __init__(self, iwla):
super(IWLADisplayTopHits, self).__init__(iwla)