Update documentation
This commit is contained in:
parent
7e2991aa50
commit
2b19a009e8
|
@ -109,6 +109,7 @@ Plugins
|
||||||
Optional configuration values ends with *.
|
Optional configuration values ends with *.
|
||||||
|
|
||||||
* iwla.py
|
* iwla.py
|
||||||
|
* plugins/display/all_visits_enlight.py
|
||||||
* plugins/display/all_visits.py
|
* plugins/display/all_visits.py
|
||||||
* plugins/display/browsers.py
|
* plugins/display/browsers.py
|
||||||
* plugins/display/feeds.py
|
* plugins/display/feeds.py
|
||||||
|
@ -233,6 +234,34 @@ iwla
|
||||||
None
|
None
|
||||||
|
|
||||||
|
|
||||||
|
plugins.display.all_visits_enlight
|
||||||
|
----------------------------------
|
||||||
|
|
||||||
|
Display hook
|
||||||
|
|
||||||
|
Enlight users in all visits page if visitor['enlight'] property is True
|
||||||
|
or user is filtered
|
||||||
|
Can be set in filter users callback
|
||||||
|
|
||||||
|
Plugin requirements :
|
||||||
|
IWLADisplayAllVisits
|
||||||
|
|
||||||
|
Conf values needed :
|
||||||
|
None
|
||||||
|
|
||||||
|
Output files :
|
||||||
|
None
|
||||||
|
|
||||||
|
Statistics creation :
|
||||||
|
None
|
||||||
|
|
||||||
|
Statistics update :
|
||||||
|
None
|
||||||
|
|
||||||
|
Statistics deletion :
|
||||||
|
None
|
||||||
|
|
||||||
|
|
||||||
plugins.display.all_visits
|
plugins.display.all_visits
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
||||||
|
@ -758,7 +787,7 @@ plugins.post_analysis.feeds
|
||||||
Post analysis hook
|
Post analysis hook
|
||||||
|
|
||||||
Find feeds parsers (first hit in feeds conf value and no viewed pages if it's a robot)
|
Find feeds parsers (first hit in feeds conf value and no viewed pages if it's a robot)
|
||||||
If there is ony one hit per day to a feed, merge feeds parsers with the same user agent
|
If merge_feeds_parsers is set to True, merge feeds parsers with the same user agent
|
||||||
as it must be the same person with a different IP address.
|
as it must be the same person with a different IP address.
|
||||||
|
|
||||||
Plugin requirements :
|
Plugin requirements :
|
||||||
|
@ -767,7 +796,7 @@ plugins.post_analysis.feeds
|
||||||
Conf values needed :
|
Conf values needed :
|
||||||
feeds
|
feeds
|
||||||
feeds_referers*
|
feeds_referers*
|
||||||
merge_one_hit_only_feeds_parsers*
|
merge_feeds_parsers*
|
||||||
|
|
||||||
Output files :
|
Output files :
|
||||||
None
|
None
|
||||||
|
@ -775,6 +804,7 @@ plugins.post_analysis.feeds
|
||||||
Statistics creation :
|
Statistics creation :
|
||||||
remote_addr =>
|
remote_addr =>
|
||||||
feed_parser
|
feed_parser
|
||||||
|
feed_name_analysed
|
||||||
|
|
||||||
Statistics update :
|
Statistics update :
|
||||||
None
|
None
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
* iwla.py
|
* iwla.py
|
||||||
|
* plugins/display/all_visits_enlight.py
|
||||||
* plugins/display/all_visits.py
|
* plugins/display/all_visits.py
|
||||||
* plugins/display/browsers.py
|
* plugins/display/browsers.py
|
||||||
* plugins/display/feeds.py
|
* plugins/display/feeds.py
|
||||||
|
@ -123,6 +124,34 @@ iwla
|
||||||
None
|
None
|
||||||
|
|
||||||
|
|
||||||
|
plugins.display.all_visits_enlight
|
||||||
|
----------------------------------
|
||||||
|
|
||||||
|
Display hook
|
||||||
|
|
||||||
|
Enlight users in all visits page if visitor['enlight'] property is True
|
||||||
|
or user is filtered
|
||||||
|
Can be set in filter users callback
|
||||||
|
|
||||||
|
Plugin requirements :
|
||||||
|
IWLADisplayAllVisits
|
||||||
|
|
||||||
|
Conf values needed :
|
||||||
|
None
|
||||||
|
|
||||||
|
Output files :
|
||||||
|
None
|
||||||
|
|
||||||
|
Statistics creation :
|
||||||
|
None
|
||||||
|
|
||||||
|
Statistics update :
|
||||||
|
None
|
||||||
|
|
||||||
|
Statistics deletion :
|
||||||
|
None
|
||||||
|
|
||||||
|
|
||||||
plugins.display.all_visits
|
plugins.display.all_visits
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
||||||
|
@ -648,7 +677,7 @@ plugins.post_analysis.feeds
|
||||||
Post analysis hook
|
Post analysis hook
|
||||||
|
|
||||||
Find feeds parsers (first hit in feeds conf value and no viewed pages if it's a robot)
|
Find feeds parsers (first hit in feeds conf value and no viewed pages if it's a robot)
|
||||||
If there is ony one hit per day to a feed, merge feeds parsers with the same user agent
|
If merge_feeds_parsers is set to True, merge feeds parsers with the same user agent
|
||||||
as it must be the same person with a different IP address.
|
as it must be the same person with a different IP address.
|
||||||
|
|
||||||
Plugin requirements :
|
Plugin requirements :
|
||||||
|
@ -657,7 +686,7 @@ plugins.post_analysis.feeds
|
||||||
Conf values needed :
|
Conf values needed :
|
||||||
feeds
|
feeds
|
||||||
feeds_referers*
|
feeds_referers*
|
||||||
merge_one_hit_only_feeds_parsers*
|
merge_feeds_parsers*
|
||||||
|
|
||||||
Output files :
|
Output files :
|
||||||
None
|
None
|
||||||
|
@ -665,6 +694,7 @@ plugins.post_analysis.feeds
|
||||||
Statistics creation :
|
Statistics creation :
|
||||||
remote_addr =>
|
remote_addr =>
|
||||||
feed_parser
|
feed_parser
|
||||||
|
feed_name_analysed
|
||||||
|
|
||||||
Statistics update :
|
Statistics update :
|
||||||
None
|
None
|
||||||
|
|
Loading…
Reference in New Issue
Block a user