Replace # for module description by """ (help auto extraction)
This commit is contained in:
@@ -22,31 +22,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 :
|
||||
# max_hits_displayed*
|
||||
# create_all_hits_page*
|
||||
#
|
||||
# Output files :
|
||||
# OUTPUT_ROOT/year/month/top_hits.html
|
||||
# OUTPUT_ROOT/year/month/index.html
|
||||
#
|
||||
# Statistics creation :
|
||||
# None
|
||||
#
|
||||
# Statistics update :
|
||||
# None
|
||||
#
|
||||
# Statistics deletion :
|
||||
# None
|
||||
#
|
||||
"""
|
||||
Display hook
|
||||
|
||||
Create TOP hits page
|
||||
|
||||
Plugin requirements :
|
||||
post_analysis/top_hits
|
||||
|
||||
Conf values needed :
|
||||
max_hits_displayed*
|
||||
create_all_hits_page*
|
||||
|
||||
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):
|
||||
|
||||
Reference in New Issue
Block a user