The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Apache::AxKit::StyleChooser::UserAgent - Choose stylesheets based on the user agent.

SYNOPSIS

    PerlHandler Apache::AxKit::StyleChooser::UserAgent \
                AxKit

DESCRIPTION

This module sets the internal preferred style based on the user agent string presented by the connecting client.

By default, the following styles will be set based on the UA:

lynx
explorer
opera
netscape

However, it is very likely that you will want to customize this for your particular situation. At this point, the only way to customize the UA to style mapping is to crack open the module and edit it on your own. Future releases may provide a friendlier interface.

Remember, use the title attribute in your stylesheet PI to define a matching style.

AUTHOR

Kip Hampton, kip@hampton.ws

SEE ALSO

AxKit.