C | |
| count_visitors [Weblogs] | |
D | |
| detect_visitors [Weblogs] |
Attempt to detect human visitors from the log file.
|
E | |
| exclude_local [Weblogs] |
This is a convenience function which can be used to exclude
known/test/local IP addresses.
|
F | |
| finalise_visitors [Weblogs] | |
I | |
| import_file [Weblogs] |
Import a log file into the internal format.
|
| import_rows [Weblogs] | import_rows filename f imports the logfile one row at a time,
passing each row to function f for processing.
|
| import_visitor_row [Weblogs] | |
| is_known_bot [Weblogs] |
Using the (possibly spoofed) HTTP
User-Agent field and the IP
address, see if this is a known bot.
|
| is_web_browser [Weblogs] |
Using the (possibly spoofed) HTTP
User-Agent field, see if the
record corresponds to a known web browser.
|
| iter_visitors [Weblogs] |
For really large logfiles where you want to do visitor analysis,
use this interface.
|
N | |
| normalise_query [Weblogs] |
This "normalises" a search query, so that two search queries which
search engines would consider identical are actually identical.
|
O | |
| open_visitors [Weblogs] | |
R | |
| referer_class [Weblogs] |
Attempt to classify the referer field.
|
S | |
| sort [Weblogs] |
Sort the rows into time order.
|
| start_visitors [Weblogs] | |
| string_of_row [Weblogs] |
Display the row (the same as accessing the
row.original field).
|