home *** CD-ROM | disk | FTP | other *** search
/ PC Open 40 / pcopen40.iso / Internet / CheckWeb / README.TXT < prev    next >
Encoding:
Text File  |  1998-01-15  |  2.1 KB  |  51 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. *) Required files :
  11. - wininet.dll (comes with Microsoft Internet Explorer)
  12. - ctl3d32.dll
  13. You can download both at http://www.alterego.fr/zip/chkwdll.zip (174 Kb)
  14.  
  15. *) Software created by Philippe DUBY (France) : duby@alterego.fr
  16. http://www.alterego.fr/develop.htm
  17.  
  18. *) Checkweb introduction by Conny MAGNUSSON (Sweden) : hubbabub@algonet.se
  19. http://www.algonet.se/~hubbabub/how-to/checkweben.html (English text)
  20. http://www.algonet.se/~hubbabub/how-to/checkweb.html (Swedish text)
  21.  
  22. *) Notes
  23. - Error 302 : This error means that the web server is redirecting your demand to a new URL, 
  24. but it may be sometimes the same URL with a / at the end. This happens
  25. because the server thinks that you have forget the ending /, and says it to you.
  26. - Viewer for CHECKWEB.LOG : CheckWeb tries to open this file in using the program associated
  27.  to the LOG extension, and if it fails tries NOTEPAD.
  28. You are encouraged tp do associate the LOG extension to your own viewer.
  29.  
  30. *) Versions
  31. - 1.2  : added local site analyse (offline)
  32. - 1.14 : corrected error on HTML page size, changed log report
  33. - 1.13 : uses CTL3D32
  34. - 1.12 : choice for report : errors only or verbose
  35. - 1.11 : read current Url from currently opened navigator, small bugs corrected
  36. - 1.10 : added page size calculation
  37. - 1.08 : better handling of emergency exit, displays total number of URLs
  38. - 1.07 : added timeout management, better error handling
  39. - 1.06 : changed base HREF management
  40. - 1.05 : exclude javascript, mailto, cgi-bin, .map analysis from analysis
  41. - 1.04 : added password protected page handling
  42.  
  43. *) Future ?
  44. - HTML report
  45. - Restrict checking to initial directory
  46.  
  47. *) Documentation on Wininet :
  48. - http://www.microsoft.com/workshop/prog/sdk/docs/wininet/
  49. - http://www.microsoft.com/mind/1297/inet/inet.htm
  50. - http://www.microsoft.com/msdn/sdk/inetsdk/
  51.