[Zope] Finding out what Operating System a site visitor is using

Jim Washington jwashin@vt.edu
Wed, 12 Sep 2001 20:38:06 -0400


Steven Grimes wrote:

> I need to find out what operating system my clients are using. I know 
> this information is available in the REQUEST object but I can not find 
> a way to print that information on a page.
>
>  
>
> For example:
>
>  
>
> <html>
>
> <body>
>
> Hello <dtml-var AUTHENTICATED_USER>! You are running {Operating System}.
>
> </body>
>
> </html>
>
>  
>
> I would like the Zope syntax to print the actual operating system used 
> in the statement above.
>
Have you looked at the UserSniffer product?
http://www.zope.org/Members/svenasse/UserSniffer

-- Jim Washington