home *** CD-ROM | disk | FTP | other *** search
- ;
- ;
- ; WAPCLIENTS.CFG
- ;
- ; This text file descibes WAP clients to RemotelyAnywhere.
- ; If your WAP device is not recognized, you can edit the
- ; contents of this file to let RemotelyAnywhere know about
- ; it.
- ;
- ; WAP devices are identified by the text that they report
- ; in the UserAgent field of the HTTP request. This text can
- ; be specified either in the UserAgentStart or in the
- ; UserAgentContains fields of this file. If you specify the
- ; text in the UserAgentStart field, the UserAgent HTTP
- ; field must start with this text. If the UserAgentContains
- ; field is given, then the text can be present anywhere in
- ; the UserAgent field.
- ;
- ; The MaxBitmapX and MaxBitmapY fields specify the size of
- ; the largest bitmap the device can display. The
- ; InvertBitmap field tells RA whether to invert the
- ; wireless bitmap sent to the device - some UP.Browser
- ; devices require this. The LargeDisplay setting should be
- ; set with devices such as the Ericsson R380, that can
- ; display more data than other browsers.
- ;
- ; The MapsTo setting specifies that RemotelyAnywhere should
- ; read the configuration from the specified section. This
- ; option is present to make the file more readable.
- ;
- ; The last entry in this list, the [Default Setting],
- ; applies to devices that are not identified with their
- ; UserAgent strings, but they report that they understand
- ; the MIME type text/vnd.wap.wml but do not understand
- ; text/html.
- ;
- ;
-
- [GenericPhone1]
- MaxBitmapX = 96
- MaxBitmapY = 44
- InvertBitmap = 0
- LargeDisplay = 0
-
- [LargeDisplayPhone1]
- MaxBitmapX = 100
- MaxBitmapY = 44
- InvertBitmap = 0
- LargeDisplay = 1
-
- [GenericComputer1]
- MaxBitmapX = 96
- MaxBitmapY = 44
- InvertBitmap = 0
- LargeDisplay = 1
-
- [Nokia 7650]
- UserAgentStart = Nokia7650
- MapsTo = LargeDisplayPhone1
-
- [Nokia 7110]
- UserAgentStart = Nokia7110
- MapsTo = GenericPhone1
-
- [Nokia 6210]
- UserAgentStart = Nokia6210
- MapsTo = GenericPhone1
-
- [Ericsson R380-1]
- UserAgentStart = R380
- MapsTo = LargeDisplayPhone1
-
- [Ericsson R380-2]
- UserAgentStart = EricssonR380
- MapsTo = LargeDisplayPhone1
-
- [Ericsson R320-1]
- UserAgentStart = EricssonR320
- MapsTo = GenericPhone1
-
- [Ericsson R320-2]
- UserAgentContains = R320s
- MapsTo = GenericPhone1
-
- [KBrowser (Palm)]
- UserAgentContains = 4thpass.com KBrowser
- MapsTo = GenericComputer1
-
- [WapMan (Palm)]
- UserAgentStart = WapMan
- MapsTo = GenericComputer1
-
- [EzWap Browser]
- UserAgentStart = EzWAPBrowser
- MapsTo = GenericComputer1
-
- [GoodWap (Internet Gateway)]
- UserAgentStart = goodwap
- MapsTo = GenericPhone1
-
- [BlackBerry RIM Series]
- UserAgentStart = BlackBerry
- UserAgentContain = RIM
- MapsTo = LargeDisplayPhone1
-
- [BlackBerry Other]
- UserAgentStart = BlackBerry
- MapsTo = LargeDisplayPhone1
-
- [Motorola Timeport]
- UserAgentStart = MOT-CB
- MaxBitmapX = 82
- MaxBitmapY = 40
- InvertBitmap = 1
- LargeDisplay = 0
-
- [UP Browser Phone]
- UserAgentContains = UP.Browser/
- MaxBitmapX = 82
- MaxBitmapY = 40
- InvertBitmap = 0
- LargeDisplay = 0
-
- [Default Setting]
- MaxBitmapX = 82
- MaxBitmapY = 40
- InvertBitmap = 0
- LargeDisplay = 0
-
-