Update doc & locales
This commit is contained in:
@@ -95,6 +95,7 @@ Optional configuration values ends with *.
|
||||
* plugins/display/all_visits.py
|
||||
* plugins/display/top_hits.py
|
||||
* plugins/display/track_users.py
|
||||
* plugins/display/feeds.py
|
||||
* plugins/display/browsers.py
|
||||
* plugins/display/referers.py
|
||||
* plugins/display/operating_systems.py
|
||||
@@ -103,6 +104,7 @@ Optional configuration values ends with *.
|
||||
* plugins/display/top_pages.py
|
||||
* plugins/post_analysis/top_downloads.py
|
||||
* plugins/post_analysis/top_hits.py
|
||||
* plugins/post_analysis/feeds.py
|
||||
* plugins/post_analysis/browsers.py
|
||||
* plugins/post_analysis/referers.py
|
||||
* plugins/post_analysis/operating_systems.py
|
||||
@@ -309,6 +311,33 @@ plugins.display.track_users
|
||||
None
|
||||
|
||||
|
||||
plugins.display.feeds
|
||||
---------------------
|
||||
|
||||
Display hook
|
||||
|
||||
Display feeds parsers
|
||||
|
||||
Plugin requirements :
|
||||
None
|
||||
|
||||
Conf values needed :
|
||||
create_all_feeds_page*
|
||||
|
||||
Output files :
|
||||
OUTPUT_ROOT/year/month/index.html
|
||||
OUTPUT_ROOT/year/month/all_feeds.html
|
||||
|
||||
Statistics creation :
|
||||
None
|
||||
|
||||
Statistics update :
|
||||
None
|
||||
|
||||
Statistics deletion :
|
||||
None
|
||||
|
||||
|
||||
plugins.display.browsers
|
||||
------------------------
|
||||
|
||||
@@ -530,6 +559,33 @@ plugins.post_analysis.top_hits
|
||||
None
|
||||
|
||||
|
||||
plugins.post_analysis.feeds
|
||||
---------------------------
|
||||
|
||||
Post analysis hook
|
||||
|
||||
Find feeds parsers (first hit in feeds conf value and no viewed pages if it's a robot)
|
||||
|
||||
Plugin requirements :
|
||||
None
|
||||
|
||||
Conf values needed :
|
||||
feeds
|
||||
|
||||
Output files :
|
||||
None
|
||||
|
||||
Statistics creation :
|
||||
remote_addr =>
|
||||
feed_parser
|
||||
|
||||
Statistics update :
|
||||
None
|
||||
|
||||
Statistics deletion :
|
||||
None
|
||||
|
||||
|
||||
plugins.post_analysis.browsers
|
||||
------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user