home *** CD-ROM | disk | FTP | other *** search
/ Explore the World of Soft…e: Engineering & Science / Explore_the_World_of_Software_Engineering_and_Science_HRS_Software_1998.iso / programs / htm_cvrt / msntcn15.txt < prev    next >
Text File  |  1997-09-22  |  3KB  |  64 lines

  1. Mosaic-to-Netscape ini file converter v1.05.
  2. -------------------------------------
  3. If you're like me, you've probably got at least 50 URLs in your mosaic.ini.
  4. If you decide to try out Netscape instead, then they have to be retyped in 
  5. manually, and then the menu structure reassembled. This program converts 
  6. the URLs in your mosaic.ini file into a bookmark.html file, as is used by
  7. netscape to store its bookmarks, and also attempts to maintain the menu 
  8. structure that you've lovingly assembled in your mosaic.ini. Your mosaic.ini
  9. hotlist (if present) is added as a toplevel menu.
  10.  
  11. Notes on use.
  12. -------------
  13. This is a Visual basic application, and as such needs the vbrun300.dll file
  14. in your windows/system directory. This can easily be found using Mosaic.
  15. (Try opening URL ftp://ftp.cica.indiana.edu/pub/pc/win3 and go from there)
  16. It also hasn't been tested on OS/2, so be warned.
  17.  
  18. This really designed to be run immediately after installing netscape, as if
  19. there's nothing in the bookmark file already. Be warned, if you have got URLS
  20. in your netscape bookmark file, they will be over written without warning.
  21. There is a backup checkbox, to save a copy of your original bookmark file if
  22. you've got one.
  23.  
  24. Note that the netscape stores your email addresses in your bookmark file, and
  25. this will be overwritten, and you'll have to retype it in. If you haven't set
  26. this up yet then do it afterward. (off the "Options" menu, "Preferences", then
  27. select "mail and proxies" in the listbox.
  28.  
  29. Limitations
  30. -----------
  31. I didn't bother creating an icon for this program, (which I wrote basically
  32. just to learn VB) as you'll probably only use it once. 
  33.  
  34. In older versions of Mosaic, the first line of mosaic's hotlist reads
  35. "file:///c|/". This is unavoidably left in. You'll just have to remove it
  36. manually..(Go to the bookmarks menu, select "view bookmarks", etc...). This is
  37. not a problem in the beta versions of mosaic, that use a different approach
  38. for hotlists.
  39.  
  40. The file associations stored in mosaic.ini are not converted.(eg wav, mpeg
  41. etc) They go in netscape.ini, not bookmark.htm. You have to do those manually.
  42. If you don't bother, then the first time netscape meets a file of an unknown
  43. type, you have the option to set it up for future reference.
  44.  
  45. Distribution
  46. ------------
  47. This program is freeware, which in my book means you can't claim it's yours
  48. or sell it; you can give it away though. Source code freely available on
  49. request.
  50.  
  51. Martin Towner.
  52.  
  53. Version History
  54. ---------------
  55. v1.05 - fixed bug that cropped up when the last menu in mosaic.ini was
  56. toplevel. Had to add code to cope with two more changes in mosaic.ini file
  57. format used by mosaic beta 1 (spaces are removed from the menu names, and
  58. hotlist section has been replaced with a "Hotlist Manager").
  59.  
  60. v1.02 - added code to cope with changes in mosaic.ini file format in Mosaic
  61. version alpha 9 (change of format of the hotlist section and also word
  62. wrapping had been added when long addresses were entered).
  63.  
  64. v1.00 - initial release.