initial import
[HTTP-Headers-UserAgent.git] / index.html
1 <HTML><HEAD><TITLE>HTTP::Headers::UserAgent - parse User-Agent headers</TITLE></HEAD>
2 <BODY>
3 <PRE>
4 HTTP::Headers::UserAgent v2.00
5
6 Copyright (c) 1999 <a href="http://www.iqualify.com/">iQualify, Inc.</a>
7 All Rights reserved.
8 This program is free software; you can redistribute it and/or modify it under
9 the same terms as Perl itself.
10
11 Portions of this software were originally taken from the <a href="http://www.mozilla.org/bugs/">Bugzilla Bug
12 Tracking system</a>, and are reused here with permission of the original
13 author, Terry Weissman &lt;<a href="mailto:terry@mozilla.org">terry@mozilla.org</a>&gt;.
14
15 This is a class that deals with the HTTP User-Agent header.  It will parse
16 the header, and (hopefully) report the correct platform, operating system,
17 browser, and browser version.
18
19 This is version 2.00 of the HTTP::Headers::UserAgent class.  While the
20 interface provides backward-compatibility with version 1.00, it is not based
21 on the 1.00 code.
22
23 <a href="HTTP-Headers-UserAgent-2.00.tar.gz">Download HTTP-Headers-UserAgent v2.00</a>
24
25 <a href="UserAgent.html">Documentation</a>
26
27 To install:
28         perl Makefile.PL
29         make
30         make test # nothing substantial yet
31         make install
32
33 Documentation will then be available via `man HTTP::Headers::UserAgent' or
34 `perldoc HTTP::Headers::UserAgent'.
35
36 Ivan Kohler <ivan@sisd.com>
37 20 4,16 * * * saytime
38 </body></html>