home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 December / WIN95_DEC_1996_1.ISO / webmisc / eval11.exe / WIN32S.1 / weban / README.TXT
Text File  |  1996-05-14  |  5KB  |  129 lines

  1. --------------------------------------------------------------------------------------------
  2.  
  3.              InContext WebAnalyzer
  4.                 Version 1.1
  5.         README FILE
  6.  
  7. Installer Notes
  8. ---------------
  9.  
  10. -If you installed Beta Version 2.1, you will need to remove the
  11. registration database entries by hand before installing this version.
  12.  
  13. Known Problems
  14. --------------
  15.  
  16. -InContext WebAnalyzer will only process files on the server
  17. specified in the URL.  It does not automatically check aliased or 
  18. distributed servers - each must be opened as a separate project.
  19.  
  20. For example, the PC Magazine web address http://www.pcmag.com
  21. is actually an alias to the web address http://www.zdnet.com/pcmag/.
  22. If you open the first address in your browser, the second address
  23. will be opened and shown in the URL field of the browser.  The
  24. first address is an alias to the second.  If you cannot analyze
  25. a site, open it in the browser to check if the address is an alias.
  26. To analyze an aliased site, specify the full address (in the above
  27. example, http://www.zdnet.com/pcmag/) in the URL field of the 
  28. WebAnalyzer.
  29.  
  30. -The From Browser option only works if you have a project
  31. already open in the WebAnalyzer, and if your browser is running.
  32.  
  33. -Graphics files with the .JPEG extension will appear as '?' icons.
  34. Graphics files with the .JPG extension will appear correctly as image 
  35. icons.
  36.  
  37. -The Edit URL command is not yet fully supported by some HTML 
  38. editors.  The editor will launch upon the command, but the specified 
  39. node may not be loaded into the editor.   
  40.  
  41. There are two options for the command line Arguments for the editor,
  42. specified in the Tools/Customize/Editor dialog box.  $URL is documented; 
  43. $LOCALFILE is not.  $URL passes the full URL of the selected node to the 
  44. editor, $LOCALFILE passes the complete file pathname -- for any local files -- 
  45. to the editor.  Most editors will only support the use of local pathnames, 
  46. therefore we recommend that you use $LOCALFILE in the Editor Arguments 
  47. field, not $URL.
  48.  
  49. -When loading a project file, a blank line appears after the
  50. first item in the List View.  This is harmless.
  51.  
  52. -Sorting in the File List during processing can generate unexpected 
  53. results.  Things may appear out of order since new nodes are being 
  54. inserted while the sort is happening.  You should therefore only
  55. sort files in the File List after processing has completed, or
  56. while processing is suspended.
  57.  
  58. -Selecting 'File/From Browser' may cause a fault if the path of the 
  59. URL is too large.
  60.  
  61. -Selecting 'Edit' for something other than an HTM (HTML) document 
  62. may hang InContext Spider version 1.1, if you have InContext Spider 
  63. version 1.1 configured as your editor.
  64.  
  65. Improving Performance
  66. ---------------------
  67.  
  68. -If you are experiencing memory problems while working
  69. with WebAnalyzer, you can save memory by turning off the options
  70. to download pictures, audio and video.  To do this, open
  71. the Customize dialog box in the Tools menu, and select the
  72. Project Properties tab.  Uncheck any of the "Get Data for" 
  73. options. 
  74.  
  75. With the "pictures" option turned off, you will not be able 
  76. to view Thumbnails of the images.  In addition, if you make a 
  77. local copy of the site, the files for the unchecked options 
  78. will not be copied over.
  79.  
  80. We recommend that by default you turn off the "Get Data for"
  81. option for audio and video, but leave it turned on for 
  82. pictures.
  83.  
  84.  
  85. Manual Errata
  86. -------------
  87.  
  88. The information in the manual about the contents of the 
  89. Report is incorrect.  Consult the help file for a correct
  90. list.
  91.  
  92.  
  93. Advanced Initialization File Options
  94. ------------------------------------
  95.  
  96. ProxyServer:
  97.  
  98. This field specifies a proxy server to use for web server requests.  If 
  99. you access the Internet through a firewall or proxy server, it may be 
  100. necessary to set this field.  If in doubt as to what these settings should 
  101. be, look at the configuration of your web browser.  If, under the "Network 
  102. Configuration", you see a "proxy HTTP host" configured, use those same 
  103. settings for this field.  The format of the field is host:port 
  104. (e.g., sandblast.widget.com:8080).  If you do not access the Internet through 
  105. a firewall or proxy server, do *not* set this field, otherwise normal net 
  106. access will be prevented.
  107.  
  108. UserAgent:
  109.  
  110. This field specifies what WebAnalyzer identifies itself as to remote 
  111. Web servers.  The default is to masquerade as Mosaic 1.1.  Some web servers 
  112. use this information to determine what pages to send to browsers.  If 
  113. you wish to use WebAnalyzer to retrieve pages intended for a different 
  114. browser (such as Internet Explorer), set this field to the User Agent 
  115. you wish to masquerade as.  Here are the strings used by some popular 
  116. browsers at the time of this writing:
  117.  
  118.     Netscape 1.22            Mozilla/1.22 (Windows; I; 32bit)
  119.     Netscape 2.0            Mozilla/2.0 (Win95; I)
  120.     MS Internet Explorer        Mozilla/1.22 (compatible; MSIE 2.0; Windows 95)
  121.     Lynx                Lynx/2.3.7 BETA libwww/unknown
  122.  
  123. To set either of these options, simply edit the lines in the analyzer.ini file.  For example, 
  124.  
  125. ProxyServer=sandblast.widget.com:8080
  126. UserAgent=Mozilla/1.22 (compatible; MSIE 2.0; Windows 95)
  127.  
  128. -----------------------------------------------------------------------
  129.