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
path: root/libs
diff options
context:
space:
mode:
authorFabian Becker <halfdan@xnorfz.de>2013-03-30 19:42:49 +0400
committerFabian Becker <halfdan@xnorfz.de>2013-03-30 19:42:49 +0400
commit5e02fe17fe618bd8774adf22052a9840b9012486 (patch)
tree599bba8faf755f5820faec312e45d88b8803da6c /libs
parentaddda44cf677ec8eb23e2511e9298ca7f8903906 (diff)
Adjust formatting.
Diffstat (limited to 'libs')
-rw-r--r--libs/UserAgentParser/README.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/libs/UserAgentParser/README.md b/libs/UserAgentParser/README.md
index 3e831ca981..110e533f17 100644
--- a/libs/UserAgentParser/README.md
+++ b/libs/UserAgentParser/README.md
@@ -1,3 +1,5 @@
+# UserAgentParser
+
UserAgentParser is a php library to parse user agents,
and extracts browser name & version and operating system.
@@ -9,12 +11,13 @@ 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
+
+ * 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.
+
+ * 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