dmolsen / Detector

Detector is a simple, PHP- and JavaScript-based browser- and feature-detection library that can adapt to new devices & browsers on its own without the need to pull from a central database of browser information.
http://detector.dmolsen.com/
MIT License
844 stars 80 forks source link

Documentation needed to download ua-parser-php #2

Closed greenSkin closed 12 years ago

greenSkin commented 12 years ago

I downloaded Detector rather than clone it and got the error that UAParser.php could not be found. Browsing the source of Detector I discovered that it was a separate project.

dmolsen commented 12 years ago

ua-parser-php will now be included by default. i dropped the submodule which is how i initially had it set-up. i don't want to complicate this for end-users. the fix will drop later today.