home *** CD-ROM | disk | FTP | other *** search
/ linuxmafia.com 2016 / linuxmafia.com.tar / linuxmafia.com / pub / palmos / wapuniverse-src-0.3.5.build9.tar.gz / wapuniverse-src-0.3.5.build9.tar / wapuniverse-0.3.5.build9 / INSTALL.TXT < prev    next >
Text File  |  2000-11-12  |  3KB  |  60 lines

  1. WAPUniverse, a GNU WAP Browser for PalmOS. Copyright (c) 1999-2000 Filip Onkelinx
  2.  
  3. HTTP://WWW.WAPUNIVERSE.COM/
  4. e-mail: filip@onkelinx.com
  5.  
  6. INSTALLING:
  7. ===========
  8. !! DELETE OLDER VERSIONS BEFORE INSTALLING THIS RELEASE !!
  9. If you downloaded the pre-compiled binary (wapuniverse.prc), just HotSync (tm) the produced WAPUniverse.prc to your handheld like any other prc-file. If you have a previous version installed, you MUST delete the old version !!
  10.   
  11. (see below for compiling instructions), 
  12. TESTING:
  13. ========
  14. In order to test WAPUniverse, you need to have a working internet connection using a Palm clip-on modem, a data capable mobile phone connected with a cable or using IrDA (infrared, PalmOS 3.3 or higher required) and access to a WAP Gateway.
  15. Most mobile phone companies have WAP gateways installed and at the time of this writing, there are at least two public WAP gateways available on the internet (both are pre-configured):
  16. 195.58.110.201 (Ericsson Gateway) 
  17. 193.64.89.161 (Sonera Gateway)
  18.  
  19. If you want to serve your own WML files, you need to add the folowing MIME types to the Apache HTTP server:
  20. Edit the srm.conf file (usually in /etc/httpd/conf) 
  21. Locate the AddType section, and add the following section to the file: 
  22.  
  23. MIME Types for WAP 
  24. AddType text/vnd.wap.wml .wml 
  25. AddType image/vnd.wap.wbmp .wbmp 
  26. AddType application/vnd.wap.wmlc .wmlc 
  27. AddType text/vnd.wap.wmlscript .wmls 
  28. AddType application/vnd.wap.wmlscriptc .wmlsc 
  29. Save the file and restart the Apache HTTPd. 
  30. If you do not have control over your Apache server, for instance if you are with an ISP, it is also possible to add a file called .htaccess to each directory where you have placed WML files. When the server reads files from this directory, it will serve them according to the rules in the .htaccess file. 
  31.  
  32. A typical .htaccess file will look something like this: 
  33. DirectoryIndex index.html index.shtml index.php index.php3 index.phtml index.wml
  34. addtype text/vnd.wap.wml wml 
  35. addtype application/vnd.wap.wmlc wmlc 
  36. addtype text/vnd.wap.wmlscript wmls 
  37. addtype application/vnd.wap.wmlscriptc wmlsc 
  38. addtype image/vnd.wap.wbmp wbmp 
  39.  
  40. COMPILING:
  41. ==========
  42. WAPUniverse is being developed using the free GNU PRC-Tools, avaialable from: http://www.palmos.com/dev/tech/tools/gcc/
  43.  
  44. The IDE used is Falch.Net DeveloperStudio 2000 Palm Edition, available (free Beta) from http://www.falch.net/ . The WAPUniverse.FNP file is a project file for Falch.Net DevStudio. Alternatively, you should be able to build WAPUniverse with the supplied makefile. 
  45.  
  46. Disclaimer:
  47. ===========
  48. WARNING! YOU CAN LOSE ALL DATA ON YOUR PALMOS HANDHELD BY RUNNING THIS ALPHA VERSION OF WAPUNIVERSE. YOU SHOULD BACK UP YOUR DEVICE BEFORE YOU RUN THIS SOFTWARE !
  49.  
  50. This is an alpha release of WAPUniverse, which means it is not feature complete and definitely not bug-free. USE AT YOUR OWN RISK !!
  51.  
  52. It is safer to test the software first on the PalmOS emulator, available from: http://www.palmos.com/dev/tech/tools/emulator/ 
  53. (do not forget to enable 'Redirect Netlib calls to host TCP/IP'in Settings/Properties)
  54.  
  55. See the file 'BUGS.TXT' for a list of known bugs.
  56.  
  57.  
  58. ---------------------------------------------------------------------------
  59. $Header: /cvsroot/wapuniverse/wapuniverse/INSTALL.TXT,v 1.6 2000/11/11 20:50:34 wapuniverse Exp $
  60.