merge
This commit is contained in:
commit
046a724272
4209 changed files with 1186656 additions and 0 deletions
23
www/analytics/libs/UserAgentParser/README.md
Normal file
23
www/analytics/libs/UserAgentParser/README.md
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# UserAgentParser
|
||||
|
||||
UserAgentParser is a php library to parse user agents,
|
||||
and extracts browser name & version and operating system.
|
||||
|
||||
UserAgentParser is NOT designed to parse bots user agent strings;
|
||||
UserAgentParser will only be accurate when parsing user agents
|
||||
coming from Javascript Enabled browsers!
|
||||
|
||||
UserAgentParser is designed for simplicity, to accurately detect the
|
||||
most used web browsers, and be regularly updated to detect new OS and browsers.
|
||||
|
||||
Potential limitations:
|
||||
|
||||
* it does NOT detect sub sub versions, ie. the "5" in 1.4.5; this is a design decision to simplify the version number
|
||||
* it does NOT detect search engine, bots, etc. user agents; it's designed to detect browsers with javascript enabled
|
||||
* it does NOT detect nested UA strings caused by some browser add-ons
|
||||
|
||||
Feature request:
|
||||
|
||||
* it could have the notion of operating system "types", ie "Windows". It currently only has "Windows XP", "Windows Vista", etc.
|
||||
|
||||
Feedback, patches: hello@piwik.org
|
||||
Loading…
Add table
Add a link
Reference in a new issue