Update documentation
This commit is contained in:
parent
68b02d2732
commit
0e66e1d384
|
@ -108,6 +108,7 @@ Optional configuration values ends with *.
|
|||
* plugins/display/operating_systems.py
|
||||
* plugins/display/referers_diff.py
|
||||
* plugins/display/referers.py
|
||||
* plugins/display/robot_bandwidth.py
|
||||
* plugins/display/top_downloads_diff.py
|
||||
* plugins/display/top_downloads.py
|
||||
* plugins/display/top_hits.py
|
||||
|
@ -461,6 +462,34 @@ plugins.display.referers
|
|||
None
|
||||
|
||||
|
||||
plugins.display.robot_bandwidth
|
||||
-------------------------------
|
||||
|
||||
Display hook
|
||||
|
||||
Display top 10 robot bandwidth use
|
||||
|
||||
Plugin requirements :
|
||||
None
|
||||
|
||||
Conf values needed :
|
||||
display_visitor_ip*
|
||||
create_all_robot_bandwidth_page*
|
||||
|
||||
Output files :
|
||||
OUTPUT_ROOT/year/month/top_robots_bandwidth.html
|
||||
OUTPUT_ROOT/year/month/index.html
|
||||
|
||||
Statistics creation :
|
||||
None
|
||||
|
||||
Statistics update :
|
||||
None
|
||||
|
||||
Statistics deletion :
|
||||
None
|
||||
|
||||
|
||||
plugins.display.top_downloads_diff
|
||||
----------------------------------
|
||||
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
* plugins/display/operating_systems.py
|
||||
* plugins/display/referers_diff.py
|
||||
* plugins/display/referers.py
|
||||
* plugins/display/robot_bandwidth.py
|
||||
* plugins/display/top_downloads_diff.py
|
||||
* plugins/display/top_downloads.py
|
||||
* plugins/display/top_hits.py
|
||||
|
@ -361,6 +362,34 @@ plugins.display.referers
|
|||
None
|
||||
|
||||
|
||||
plugins.display.robot_bandwidth
|
||||
-------------------------------
|
||||
|
||||
Display hook
|
||||
|
||||
Display top 10 robot bandwidth use
|
||||
|
||||
Plugin requirements :
|
||||
None
|
||||
|
||||
Conf values needed :
|
||||
display_visitor_ip*
|
||||
create_all_robot_bandwidth_page*
|
||||
|
||||
Output files :
|
||||
OUTPUT_ROOT/year/month/top_robots_bandwidth.html
|
||||
OUTPUT_ROOT/year/month/index.html
|
||||
|
||||
Statistics creation :
|
||||
None
|
||||
|
||||
Statistics update :
|
||||
None
|
||||
|
||||
Statistics deletion :
|
||||
None
|
||||
|
||||
|
||||
plugins.display.top_downloads_diff
|
||||
----------------------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user