home *** CD-ROM | disk | FTP | other *** search
/ Internet Tools (CDV) / cdv_internet_tools.iso / KATALOG / ARCHIV / HTML / W19270.ZIP / README.TXT < prev    next >
Encoding:
Text File  |  1998-02-23  |  3.6 KB  |  90 lines

  1. CHECKWEB
  2. ========
  3. This program is an HTML links analyser : it scans HTML pages (online & offline),
  4. explore all the links and generate a log file with all errors it encounters.
  5. It can also calculate page weight in Kb and their load time with a 28800 modem
  6. connection (approximately 3 Kb/s).
  7. Freeware.
  8. For Win95, NT
  9.  
  10. DOCUMENTATION
  11. =============
  12. *) Required files : ctl3d32.dll, wininet.dll (MS Internet Explorer)
  13.  
  14. *) Software created by Philippe DUBY (France) : duby@alterego.fr
  15. http://www.alterego.fr/develop.htm
  16.  
  17. *) Checkweb introduction by Conny MAGNUSSON (Sweden) : hubbabub@algonet.se
  18. http://www.algonet.se/~hubbabub/how-to/checkweben.html (English text)
  19. http://www.algonet.se/~hubbabub/how-to/checkweb.html (Swedish text)
  20.  
  21. *) Options explanation
  22. - check local links : check addresses without domain
  23. - check externalk links : check addresses with domain
  24. - image -> size : look at image/page size
  25. - only errors : just report errors
  26. - everything : reports everything
  27. - exclude error 302 : do not report errors 302
  28. - bypass local cache : do not use the local cache
  29.  (located in your /Windows/Temporary Internet Files/ directory)
  30. - bypass proxy cache (only with WININET 4.72 - MSIE4) :
  31.  ask the proxy to reload the page from the original server
  32. - write to local cache : write the retrieved page in the local cache
  33.  
  34. *) FAQ
  35. - Error 302 (Moved temporarily)
  36. This error means that the web server is redirecting your demand to a new URL,
  37. but it may be sometimes the same URL with a / at the end. This happens
  38. because the server thinks that you have forget the ending /, and says it to you.
  39.  
  40. - Viewer for CHECKWEB.LOG
  41. CheckWeb tries to open this file in using the program associated
  42.  to the LOG extension, and if it fails tries NOTEPAD.
  43. You are encouraged tp do associate the LOG extension to your own viewer.
  44.  
  45. - List of analysed links
  46. The list is stored in checkweb.ini. You can modify it if you want.
  47.  
  48. - Error at startup concerning SHLWAPI.DLL
  49. It happens when you are using Wininet from MSIE4, but you WINDOWS/SYSTEM/ directory
  50. contains an old version of the DLL. You have to reinstall MSIE4.
  51.  
  52. VERSIONS
  53. ========
  54. *) Versions
  55. - 1.23 : french interface for french users
  56. - 1.22 : slightly reduced the size of the window, small bugs corrected
  57. - 1.21 : added check of ftp links; Option Exclude error 302 (Moved temporarily)
  58.             added cache (local and proxy) handling
  59. - 1.2  : added analyse of a site on hard disk
  60. - 1.14 : corrected error on HTML page size, changed log report
  61. - 1.13 : uses CTL3D32
  62. - 1.12 : choice for report : errors only or verbose
  63. - 1.11 : read current Url from currently opened navigator, small bugs corrected
  64. - 1.10 : added page size calculation
  65. - 1.08 : better handling of emergency exit, displays total number of URLs
  66. - 1.07 : added timeout management, better error handling
  67. - 1.06 : changed base HREF management
  68. - 1.05 : exclude javascript, mailto, cgi-bin, .map analysis from analysis
  69. - 1.04 : added password protected page handling
  70.  
  71. *) Future ?
  72. - HTML report
  73. - Restrict checking to initial directory
  74.  
  75. WININET DOCUMENTATION
  76. =====================
  77. *) Wininet 4.70 (MSIE 3.02) (ActiveX SDK) :
  78. - http://www.microsoft.com/workshop/prog/sdk/docs/wininet/inetref.htm
  79. - http://www.microsoft.com/mind/1297/inet/inet.htm
  80. - http://www.windows.com/workshop/prog/sdk/docs/wininet/inetref.htm
  81. - http://www.graphcomp.com/info/specs/ms/inetr001.htm
  82.  
  83. *) Wininet 4.72 (MSIE 4.01) (one of the Internet SDK tool) :
  84. - http://www.microsoft.com/msdn/sdk/inetsdk/asetup/default.htm
  85. - http://www.microsoft.com/msdn/sdk/inetsdk/help/itt/wininet/wininet.htm
  86.  
  87. *) Wininet and Perl for Win32
  88. - http://www.divinf.it/dada/perl/internet/
  89.  
  90.