home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / internet / webf10k.zip / README.1ST < prev    next >
Text File  |  1996-03-28  |  8KB  |  169 lines

  1. WebFetch v1.0k                                          April 27, 1996
  2. Filename : Readme.1st
  3.  
  4. * * * * * * * * * * * * * * * * * * * * * * * * * *
  5. * See Install.txt for installation instructions.
  6. * See Feature.txt for explanation of features.
  7. * * * * * * * * * * * * * * * * * * * * * * * * * *
  8.  
  9. Thank you very much for downloading my program and thank you 
  10. >>double<< for actual reading this very brief introduction!  I 
  11. certainly hate (as I am sure you do) wasting time reading when I 
  12. could be playing with the brand-new toy that I just downloaded.  
  13. So, my contribution is to give you all you need to know in a 
  14. nutshell. On your part, please at least scan over all the items 
  15. and it may save you some frustration later.
  16.  
  17.                   *********
  18.  
  19. First : a short commercial.  If you or your significant other is 
  20. a doll collector and enjoys a good deal as well as friendly 
  21. service, you should check out my wife's business webpage 
  22. (http://www.charm.net/~hdollies/).  
  23.  
  24.                   *********
  25.  
  26. A.) What do you need to run this program?
  27.     - A PC with MS Windows - this can be Win 3.1, Win 3.11, 
  28. Windows for Workgroups, or Win95(I haven't tested it on WinNT, 
  29. but I would guess it should work on that OS too).
  30.     - vbrun300.dll (Visual Basic 3.0 runtime module).  Check
  31. in your windows or windows/system directory.  Otherwise, you can
  32. download it from any of a number of sites incuding American Online,
  33. Compuserve, or do a search on the net for vbrun300.dll.
  34.     - A network connection : either direct or dial-in must be
  35. active.   This network connection must support the Winsock DLL and
  36. the asynchronous calling features.  To my knowledge, the only problems 
  37. found are early versions of Twinsock (get Twinsock 2.0 to solve) and 
  38. Novell TCP/IP (make sure you have the latest TCP/IP and winsock and that 
  39. both are in your machine's path).  Most internet providers that allow 
  40. you to use third party webpage viewers will support WebFetch, but there 
  41. may be some minor adjustment.  For example, an internet provider such as 
  42. NETCOM will work, but see the Netcom home page on how to "enable" third 
  43. party programs.
  44.  
  45.     - A WebBrowser (Netscape, Mosaic, etc) is recommended, but 
  46. is absolutely not required.
  47.     - Network experience enough to know how to browse around 
  48. on the World Wide Web.
  49.  
  50. B.) What does this program do?
  51.     It allows the user to do two things : 
  52.     1.) Download any binary or text file that can accessed 
  53. with the "http" parameter.
  54.     2.) Download a webpage (*.htm, *.html) along with all the 
  55. images that are referenced in that webpage.  In addition, the 
  56. program will edit the webpage so that it points to the graphics 
  57. files it downloaded to your disk, not to the ones on the net.
  58. The file can then be loaded with the open file option in your 
  59. webbrowser.
  60.  
  61. C.) How do you use it?
  62.     Though I purposely designed the interface to make it as 
  63. intuitive as possible, here is a short description for each 
  64. field, checkbox, and button.
  65.     Website Name : Enter the name of the site (It is located 
  66. between the "http://" and the first "/" in the webpage reference).
  67. OR you can copy and paste in the whole address, click on the name,
  68. and WebFetch will place the right information in the Website name
  69. and URL name itself.  NOTE: to copy and paste in WebFetch, you must
  70. use the standard Windows Powerkeys (Ctrl-Insert to copy, 
  71. shift-Insert to paste).
  72.     URL Name : Includes everything (including the filename) 
  73. after the name of the site.
  74.     D/L Name : The complete pathname of where you want to save 
  75. the file.  If you have selected the "Download Referenced 
  76. Graphics Files" option (see below), the graphics files will be 
  77. downloaded into the same directory as the webpage.
  78.     "Download Referenced Graphics Files" Option - Select this 
  79. when you are downloading a webpage (*.htm, *.html) and you wish 
  80. to download the referenced graphics files.  Otherwise, unselect 
  81. it.
  82.     "Strip HTTP Comments" Option - Suffice it to say, you are 
  83. best to leave this checked.  Some sights send header information 
  84. that would corrupt any binary files (including the graphics 
  85. files) that Web Fetch downloads.  On the other hand, if you are 
  86. down-loading webpages to see how they are put together, it may 
  87. be useful to see that header information, so you can unselect 
  88. it. 
  89.     "Overwrite Existing Files..." Option - Will overwrite 
  90. existing files with the same name as it is saving.  Unselecting 
  91. this option will have WebFetch ask permission to overwrite before
  92. overwriting existing files.
  93.     "Auto Req..." Button - Prompts you for a command file name.
  94. See the Feature.txt file for explanation of Auto feature.
  95.     "Send Req..." Button - Clicking here starts the 
  96. download process.
  97.     "Cancel All" Button - Cancels all pending file downloads. 
  98.     "Cancel File" Buttom - Cancels current file download only.
  99.     "Exit Program" Button - Stops any download and exits the 
  100. program.
  101.     The "B" Button - Brings up a file dialog box for selecting
  102. Download file name.
  103.     The "C" Button - This button opens a configuration screen
  104. that allows you change the defaults and save them on just about 
  105. everything useful.
  106.  
  107. D.) What does it cost?
  108.     Nothing - it is freeware.  I consider this my gift to the 
  109. internet community at large as a way of saying _thank you_ for 
  110. all the useful files and information I have gotten over the 
  111. years.  There will probably be some additional updates to either
  112. correct a problem or to adapt to the ever-changing world of HTML.
  113. Currently, I have no plans to relase the source code for the
  114. public.
  115.     All that I ask is that if you like it, find it useful, have
  116. suggestions or inquiries, or want to be notified of any program
  117. updates, drop me an email message at :
  118.        Jim Borror <hdollies@charm.net>.  
  119. Oh, and please read the disclaimer below.
  120.  
  121. E.) Why did I write it?
  122.     I wrote it for myself.  When I was teaching myself about 
  123. webpages, I found two problems.  First, I didn't want to tie my 
  124. webbrowser up with a 20 minute download, and second, I wanted to 
  125. see how different webpages were put together.  Having the 
  126. graphics files local to my disk made that a lot easier.  This 
  127. program made all that possible.
  128.  
  129. F.) Who am I?
  130.     Jim Borror, hdollies@charm.net.  I am a computer programmer
  131. specializing in graphics, network, and web apps (HTML, CGI, and
  132. now Java).    
  133.  
  134. Disclaimer :
  135. I make no representations about the suitability of this software 
  136. or about any content or information made accessible by the 
  137. software, for any purpose.  The software is provided 'as is' 
  138. without express or implied warranties, including warranties of 
  139. Merchantability and fitness for a particular purpose or 
  140. noninfringement.  This software is provided gratuitously and, 
  141. accordingly, I shall not be liable under any theory or any 
  142. damages suffered by you or any user of the software.  I will not 
  143. support this software.  
  144.     All content accessed through the software is the property 
  145. of the applicable content owner and may be protected by 
  146. applicable copyright law.  This license gives you no rights to 
  147. such content.  Title, ownership rights, and intellectual 
  148. property rights in and to the software shall remain with me.  
  149. You agree to abide by the copyright law and all other applicable 
  150. laws of the united states including, but not limited to, export 
  151. control laws. 
  152.     I shall not be liable for (a) incidental, consequential, 
  153. special or indirect damages of any sort, whether arising in 
  154. tort, contract or otherwise, even if i have been informed of the 
  155. possibility of such damages, or (b) for any claim by any other 
  156. party.  This limitation of liability shall not apply to 
  157. liability for death or personal injury to the extent applicable 
  158. law prohibits such limitation.  Furthermore, some states do not 
  159. allow the exclusion or limitation of incidental or consequential 
  160. damages, so this limitation and exclusion may not apply to you.  
  161.  
  162.     If you have gotten this far, thanks again, and enjoy the 
  163. program and feel free to drop me a line on what you thought of the
  164. program - compliments and suggestions welcomed.  If you want to be
  165. kep informed of future versions/products, just send me an email
  166. requesting same at : hdollies@charm.net.
  167.  
  168. Jim Borror 04/27/96.
  169.