diff options
author | ivan <ivan> | 2001-08-08 11:22:52 +0000 |
---|---|---|
committer | ivan <ivan> | 2001-08-08 11:22:52 +0000 |
commit | cd94ed36acc1db50faaa69e768f4fc924c5437ff (patch) | |
tree | 37712c822d2604e687abf90cc966a7847d10de98 | |
parent | d9312a3f28c965b43f341bdf11fbf4183d4776e8 (diff) |
new webpage
-rw-r--r-- | index.html | 24 |
1 files changed, 9 insertions, 15 deletions
@@ -1,28 +1,23 @@ <HTML><HEAD><TITLE>HTTP::Headers::UserAgent - parse User-Agent headers</TITLE></HEAD> <BODY> <PRE> -HTTP::Headers::UserAgent v2.00 +HTTP::Headers::UserAgent v3.00 -Copyright (c) 1999 <a href="http://www.iqualify.com/">iQualify, Inc.</a> -All Rights reserved. +Copyright (c) 2001 Ivan Kohler. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. -Portions of this software were originally taken from the <a href="http://www.mozilla.org/bugs/">Bugzilla Bug -Tracking system</a>, and are reused here with permission of the original -author, Terry Weissman <<a href="mailto:terry@mozilla.org">terry@mozilla.org</a>>. - This is a class that deals with the HTTP User-Agent header. It will parse the header, and (hopefully) report the correct platform, operating system, browser, and browser version. -This is version 2.00 of the HTTP::Headers::UserAgent class. While the -interface provides backward-compatibility with version 1.00, it is not based -on the 1.00 code. - -<a href="HTTP-Headers-UserAgent-2.00.tar.gz">Download HTTP-Headers-UserAgent v2.00</a> +This is version 3.00 of the HTPP::Headers::UserAgent class. <FONT SIZE="+2"><B>It is now +depriciated</B></FONT>, and the code is a wrapper around the more well-maintained +<a href="http://search.cpan.org/search?dist=HTTP-BrowserDetect">HTTP::BrowserDetect module</a>. You are advised to switch to <a href="http://search.cpan.org/search?dist=HTTP-BrowserDetect">HTTP::BrowserDetect</a>. +While the interface provides backward-compatibility with version 1.00, it is +not based on the 1.00 code. -<a href="UserAgent.html">Documentation</a> +<a href="HTTP-Headers-UserAgent-3.00.tar.gz">Download HTTP-Headers-UserAgent v3.00</a> To install: perl Makefile.PL @@ -33,6 +28,5 @@ To install: Documentation will then be available via `man HTTP::Headers::UserAgent' or `perldoc HTTP::Headers::UserAgent'. -Ivan Kohler <ivan@sisd.com> -20 4,16 * * * saytime +Ivan Kohler <ivan-useragent@420.am> </body></html> |