• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

etc/test/H03-May-2022-162119

lib/Mobile/H14-Oct-2005-1,146500

t/H14-Oct-2005-2,0322,021

ChangesH A D16-Jan-20050

Makefile.PLH A D14-Oct-2005444 129

READMEH A D16-Jan-20051.1 KiB3629

README

1Mobile::UserAgent
2=================
3
4Description
5-----------
6Parses a mobile user agent string into it's basic constituent parts, the
7most important being vendor and model.
8
9One reason for doing this would be to use this information to lookup
10vendor-model specific device characteristics in a database. You can use also
11use user agent profiles to do this (for which I've developed other classes),
12but not all mobile phones have these, especially the older types.
13Another reason would be to detect if the visiting client is a mobile handset.
14
15Only real mobile user-agent strings can be parsed succesfully by this class.
16Most WAP emulators are not supported because they usually don't use the same
17user-agent strings as the devices they emulate.
18
19Copyright
20---------
21Copyright (C) 2005 Craig Manley. All rights reserved.
22This library is free software; you can redistribute it and/or modify it under
23the same terms as Perl itself. There is NO warranty; not even for
24MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
25
26Installation
27------------
28perl Makefile.PL
29make
30make install
31perldoc Mobile::UserAgent
32
33Author
34------
35Craig Manley
36