home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / ckurl162.zip / WHATSNEW.TXT < prev   
Text File  |  2000-04-25  |  4KB  |  78 lines

  1. CheckUrl 1.6.2 what's new
  2.  
  3. M modified
  4. + new
  5. - deleted
  6.  
  7. 1.6.2 + Added the /log <filename> and /report <filename> command line
  8.         options which allow to override the related settings (logfile
  9.         and htmllogfile) in checkurl.cfg.
  10.       M Fixed a bug in the command line parser
  11.       M Removed the /c parameter for detach when using multiple connections:
  12.         some users reported it was broken on their system
  13.       M Corrected a bug which caused URls on the same level not to be
  14.         parsed correctly
  15.  
  16.  
  17. 1.6   + Added the ability of analyzing on-line urls without downloading:
  18.         checkurl downloads the html page specified, analyzes it, and
  19.         checks the urls it contains.
  20.       + Checkurl now finds not only absolute http urls (http://...), 
  21.         but also relative ones, such as "../index.html" or "/index.html". 
  22.         This works only when parsing on-line urls.
  23.       M Changed command line parameters, launch checkurl without any
  24.           argument and you'll get the help
  25.       + Added "forbidden" code recognition
  26.       M Some code restyling inside the source
  27.       M Changed my email address: new address is fc76@softhome.net
  28.       M Corrected href fields parsing      
  29.       M Corrected url redirection parsing when the redirection url
  30.         doesn't include the base site (es.: /newurl).
  31.       
  32.  
  33. 1.5   M Corrected a mistake about vars.!file.!log which caused the file
  34.         "vars.!file.!log" to be created
  35.       M Corrected html file parsing (Gophers link weren't skipped,local
  36.         files were parsed as external urls and trailing slashes were
  37.         stripped)
  38.       + Configuration is contained now in the file "checkurl.cfg"
  39.       + Added multi connection support: CheckUrl can now check more than
  40.         one url at time by launching child processes and assigning them
  41.         the urls to check. This can improve speed up to x times depending
  42.         on the number of processes you choose to use and on the speed your
  43.         connection. Port 1932 is used for the inter communication processes
  44.         You can use multiple connections by specifing /mconn in the
  45.         command line (you must have the address 'localhost' in your "host"
  46.         file - see doc for details)
  47.       + Added html report "report.html"
  48.       + Added bad url logging to badurlfile (see cfg). This can be useful
  49.         to check more times the same url to be sure they are bad.
  50.       M Corrected url translation for some character
  51.       + Added multi pass mode (check x times an url)
  52.       + Better error reporting, both receiving data and connecting
  53.       + Added configurable timeout when talking with remote servers
  54.  
  55.  
  56. 1.4   + Added the capability to check directly HTML files, such as NetScape
  57.         bookmark file. This should be really useful!
  58.         During HTML file parsing a url dupe checking is performed too.
  59.       + Better error handling (some still to do)
  60.       + Better output:
  61.         now there are three categories of messages
  62.         - ok      - the url exists
  63.         - warning - the url is relocated
  64.         - error   - url not found or other error
  65.       + Log to file - possibility to log only warning and errors
  66.       M Changed the method to check urls: now CheckUrl fetchs the first bytes
  67.         of an url as if it was a browser (for http urls), because some www
  68.         servers don't support the HEAD request (incredible, but true!)
  69.       M Commented "call SockDropFuncs" and "call FtpDropFuncs", because such
  70.         dlls could be used by other running programs.
  71.       M Better handling of "Moved temporarily" and "Moved Permanently"
  72.         return messages
  73.  
  74. 1.0   M Corrected the bug in version 1.0b
  75.  
  76. 1.0b1 Released the first public version of Checkurl. It showed some bugs when
  77.       checking from some types of http servers.
  78.