home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / mozilla1.zip / README < prev   
Text File  |  2002-06-03  |  3KB  |  69 lines

  1. Welcome to Mozilla 1.0 for OS/2
  2.  
  3. Mozilla MUST be installed on a long filename partition (HPFS, JFS, etc.) NOT FAT!
  4. A number of functions won't even work on FAT, like saving web pages. It is recommended
  5. that you not use FAT for ANYTHING related to Mozilla.
  6.  
  7. Do NOT install it over an existing build. Completely delete the previous build and unzip
  8. this one.
  9.  
  10. If you have installed third party themes, they might cause the browser to function
  11. incorrectly. You must get an Mozilla 1.0 version of your theme. In addition, you should delete
  12. the chrome.rdf file that is in the chrome directory of your user profile directory.
  13.  
  14. To add icons to your desktop, run MOZFOLD.CMD which is in the BIN directory.
  15.  
  16. By default, Mozilla creates a directory called "Mozilla" in the same directory as
  17. MOZILLA.EXE and puts your profiles and user information in that directory.
  18. If you would like to place the "Mozilla" directory in a different location, you
  19. can set the environment variable variable MOZILLA_HOME. For example:
  20.  
  21. set MOZILLA_HOME=D:\MOZPROFILES
  22.  
  23. will cause Mozilla to put all its files in D:\MOZPROFILES\Mozilla.
  24.  
  25. The directory pointed to by MOZILLA_HOME must be on a long filename partition.
  26.  
  27. If you encounter a SYS2070 error when starting Mozilla, set BEGINLIBPATH to
  28. point to the location of MOZILLA.EXE before starting it.
  29.  
  30. If you are on a DBCS system and encounter crashes in ASIACOL.DLL, exit Mozilla
  31. and rename ASIACOL.DLL in the OS2\DLL directory to ASIACOL.BAK. This is due to
  32. an OS/2 bug.
  33.  
  34. If you want to use Java, you must put the NPOJI6.DLL from Java 1.3 into the
  35. Plugins directory. Do NOT use NPJAVA.DLL. If you do not have a MZPLUGIN.EXE
  36. in the directory NS under where you installed Java, then you do not have
  37. a version of Java 1.3 that includes the Mozilla plugin.
  38.  
  39. A new feature for developers has been added to this version. Mozilla writes
  40. the location of the current profile directory to the OS2.INI every time it is
  41. started. The Application is "Mozilla", the key is "Home".
  42.  
  43. Mozilla now uses MIME information from system and user mime.types and mailcap files if the appropriate
  44. preferences are set. Example: 
  45.  
  46. user_pref("helpers.global_mailcap_file", "C:\\OS2\\mailcap");
  47. user_pref("helpers.global_mime_types_file", "C:\\OS2\\mime.types");
  48. user_pref("helpers.private_mailcap_file", "C:\\OS2\\.mailcap");
  49. user_pref("helpers.private_mime_types_file", "C:\\OS2\\.mime.types");
  50.  
  51. Mozilla now supports external protocols like telnet. Check os2pref.js for an example.
  52.  
  53. If you want to have your own splash screen, place a bitmap named MOZILLA.BMP in the
  54. directory where MOZILLA.EXE is located. Mozilla will use it as the splash screen.
  55. The old Warpzilla splash screen is in the BIN directory as WARPZILLA.BMP.
  56.  
  57. For more specific Mozilla 1.0 information, see the release notes at:
  58.  
  59. http://www.mozilla.org/releases
  60.  
  61. For more Mozilla information, checkout:
  62.  
  63. http://www.mozilla.org/ports/os2 
  64.  
  65. or Steve Wendt's great page at:
  66.  
  67. http://www.os2bbs.com/os2news/Warpzilla.html
  68.  
  69.