People,
I have just published the first web patch (courtesy of Darren Luckett)
http://wurfl.sourceforge.net/web_browsers_patch.xml
the pourpose of the patch is to let you use WURFL to test the request is
coming from a web browser or not.
We envision that the typical use would be:
if (*NOT *devicecapability.*is_wireless_device*) then
REDIRECT to WEB Site
else
REDERICT to WIRELESS Site
end if
or even
if (devicecapability.*device_claims_web_support*) then
REDIRECT to WEB Site
else
REDERICT to WIRELESS Site
end if
but you may have better idea.
The patch file is a start, so if you have improvements to suggest, post
the here or mail them to Andrea directly.
It would really be cool if someone could give this a try some time soon.
Luca