home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 April / PCWorld_2004-04_cd.bin / software / temacd / remotany / RemotelyAnywhere.msi / WapClients.cfg < prev    next >
Text File  |  2003-06-26  |  3KB  |  130 lines

  1. ;
  2. ;
  3. ;   WAPCLIENTS.CFG
  4. ;
  5. ;   This text file descibes WAP clients to RemotelyAnywhere.
  6. ;   If your WAP device is not recognized, you can edit the
  7. ;   contents of this file to let RemotelyAnywhere know about 
  8. ;   it.
  9. ;
  10. ;   WAP devices are identified by the text that they report
  11. ;   in the UserAgent field of the HTTP request. This text can
  12. ;   be specified either in the UserAgentStart or in the
  13. ;   UserAgentContains fields of this file. If you specify the
  14. ;   text in the UserAgentStart field, the UserAgent HTTP
  15. ;   field must start with this text. If the UserAgentContains
  16. ;   field is given, then the text can be present anywhere in
  17. ;   the UserAgent field.
  18. ;
  19. ;   The MaxBitmapX and MaxBitmapY fields specify the size of
  20. ;   the largest bitmap the device can display. The
  21. ;   InvertBitmap field tells RA whether to invert the 
  22. ;   wireless bitmap sent to the device - some UP.Browser 
  23. ;   devices require this. The LargeDisplay setting should be
  24. ;   set with devices such as the Ericsson R380, that can 
  25. ;   display more data than other browsers.
  26. ;
  27. ;   The MapsTo setting specifies that RemotelyAnywhere should
  28. ;   read the configuration from the specified section. This
  29. ;   option is present to make the file more readable.
  30. ;
  31. ;   The last entry in this list, the [Default Setting],
  32. ;   applies to devices that are not identified with their
  33. ;   UserAgent strings, but they report that they understand
  34. ;   the MIME type text/vnd.wap.wml but do not understand
  35. ;   text/html.
  36. ;
  37. ;
  38.  
  39. [GenericPhone1]
  40. MaxBitmapX = 96
  41. MaxBitmapY = 44
  42. InvertBitmap = 0
  43. LargeDisplay = 0
  44.  
  45. [LargeDisplayPhone1]
  46. MaxBitmapX = 100
  47. MaxBitmapY = 44
  48. InvertBitmap = 0
  49. LargeDisplay = 1
  50.  
  51. [GenericComputer1]
  52. MaxBitmapX = 96
  53. MaxBitmapY = 44
  54. InvertBitmap = 0
  55. LargeDisplay = 1
  56.  
  57. [Nokia 7650]
  58. UserAgentStart = Nokia7650
  59. MapsTo = LargeDisplayPhone1
  60.  
  61. [Nokia 7110]
  62. UserAgentStart = Nokia7110
  63. MapsTo = GenericPhone1
  64.  
  65. [Nokia 6210]
  66. UserAgentStart = Nokia6210
  67. MapsTo = GenericPhone1
  68.  
  69. [Ericsson R380-1]
  70. UserAgentStart = R380
  71. MapsTo = LargeDisplayPhone1
  72.  
  73. [Ericsson R380-2]
  74. UserAgentStart = EricssonR380
  75. MapsTo = LargeDisplayPhone1
  76.  
  77. [Ericsson R320-1]
  78. UserAgentStart = EricssonR320
  79. MapsTo = GenericPhone1
  80.  
  81. [Ericsson R320-2]
  82. UserAgentContains = R320s
  83. MapsTo = GenericPhone1
  84.  
  85. [KBrowser (Palm)]
  86. UserAgentContains = 4thpass.com KBrowser
  87. MapsTo = GenericComputer1
  88.  
  89. [WapMan (Palm)]
  90. UserAgentStart = WapMan
  91. MapsTo = GenericComputer1
  92.  
  93. [EzWap Browser]
  94. UserAgentStart = EzWAPBrowser
  95. MapsTo = GenericComputer1
  96.  
  97. [GoodWap (Internet Gateway)]
  98. UserAgentStart = goodwap
  99. MapsTo = GenericPhone1
  100.  
  101. [BlackBerry RIM Series]
  102. UserAgentStart = BlackBerry
  103. UserAgentContain = RIM
  104. MapsTo = LargeDisplayPhone1
  105.  
  106. [BlackBerry Other]
  107. UserAgentStart = BlackBerry 
  108. MapsTo = LargeDisplayPhone1
  109.  
  110. [Motorola Timeport]
  111. UserAgentStart = MOT-CB
  112. MaxBitmapX = 82
  113. MaxBitmapY = 40
  114. InvertBitmap = 1
  115. LargeDisplay = 0
  116.  
  117. [UP Browser Phone]
  118. UserAgentContains = UP.Browser/
  119. MaxBitmapX = 82
  120. MaxBitmapY = 40
  121. InvertBitmap = 0
  122. LargeDisplay = 0
  123.  
  124. [Default Setting]
  125. MaxBitmapX = 82
  126. MaxBitmapY = 40
  127. InvertBitmap = 0
  128. LargeDisplay = 0
  129.  
  130.