Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libs/UserAgentParser/README')
-rw-r--r--libs/UserAgentParser/README11
1 files changed, 5 insertions, 6 deletions
diff --git a/libs/UserAgentParser/README b/libs/UserAgentParser/README
index 3e831ca981..9e3686ed5b 100644
--- a/libs/UserAgentParser/README
+++ b/libs/UserAgentParser/README
@@ -5,16 +5,15 @@ 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.
+UserAgentParser is designed for simplicity and will accuratly detect
+most used web browsers, is regularly updated to detect newly 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
+- it does NOT detect sub sub versions, ie. the "5" in 1.4.5 ; this is design decision to simplify the version number
+- it does NOT properly detect search engine, bots, etc. user agents, it's designed to detect browsers with javascript enabled.
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
+Feedback, patches: hello@piwik.org \ No newline at end of file