home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / xmos2we.zip / readme.txt next >
Text File  |  1995-03-18  |  3KB  |  85 lines

  1.            Web Explorer / XMosaic Hotlist converter
  2.  
  3.                      by
  4.                    Mike Kopack
  5.  
  6.                 version 2.0
  7.                 
  8. This program will take a hotlist from Web Explorer Version 1.0 and newer
  9. (possibly older versions too) and a hotlist from Xmosaic from a Unix machine
  10. and merge them together into a single hotlist to be used for Xmosaic  and 
  11. Web Explorer.
  12.  
  13. If you're like me, you have an OS/2 machine at home on the net, and use
  14. Unix machines at school or work. I've found it extremely frustrating trying
  15. to keep the two hotlists synchronized. Rather than turning my hotlist into
  16. an HTML document, I've decided to do this instead. 
  17.  
  18. The program is to be run from the command line in OS/2.
  19.  
  20. USAGE:
  21.  
  22. xmos2we
  23.  
  24. Enter in the requested names (with paths if necessary)
  25.  
  26.  
  27. The explore.ini file is usually found in either your TCPIP\etc dir or your
  28. webexplorer dir. The .mosaic-hotlist-default file is typically found in your
  29. home directory in Unix.
  30.  
  31. I suggest making backup copies of your explore.ini and .mosaic-hotlist-default
  32. files just in case. When finished, the merged hotlists will be found in the
  33. filenames you gave for the new hotlists. You should copy the xmosaic file to
  34. the name .mosaic-hotlist-default so Xmosaic will read it in. The header 
  35. information in the explore.ini file which stores the Web Explorer configuration
  36. is maintained and copied into the new explore.ini file also.
  37.  
  38. The system will not make duplicate URL entries, therefore, it's safe to run 
  39. this converter more than once. The hotlists will be written out with the 
  40. Xmosaic entries place first in both hotlists and then followed by the Web
  41. Explorer ones.
  42.  
  43.  
  44. NOTE: You MUST convert your xmosaic hotlist files to DOS-OS/2 text format
  45. using something like unix2dos (found on most unix machines). This is because
  46. Unix and DOS machines handle returns and linefeeds differently. 
  47.  
  48.  
  49. Future Enhansements: 
  50. --------------------
  51. PM interface.
  52. Allow user to re-arrange the hotlist entries.
  53. Hotlist alphabetizing.
  54. Removal of duplicate Xmosaic entries.
  55.  
  56.  
  57. The program is completely freeware! Distribute it as much as you want, just make
  58. sure you include this text file so people can contact me if they have problems.
  59. I wrote this mainly as a small exercise in C, but donations are welcome! :)
  60.  
  61. If you find any bugs or experience any problems, you can contact me at:
  62.  
  63. ccastmk@prism.gatech.edu
  64. or 
  65. gt6758b@prism.gatech.edu
  66. or
  67. Mav2 on IRC (usually in the #os/2 channel)
  68.  
  69. --Mike Kopack
  70.  
  71.  
  72.  
  73.  
  74. Update History
  75. --------------
  76.  
  77. V2.0 - Included convertion from Xmosaic to Web Explorer.
  78.        Will now output new hotlist for both formats at once.
  79.        
  80. V1.1 - Fixed problem with spacing of Date after URL for original Xmosaic entries
  81.  
  82. V1.0 - First version.
  83.  
  84.  
  85.