home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / wget153.zip / readme.os2 < prev   
Text File  |  1998-09-27  |  3KB  |  87 lines

  1. GNU WGet 1.5.3 compiled with emx gcc 2.7.2.1
  2. and requires emx runtime 0.9c (fix level #4).
  3. if you've not installed emx runtime yet, 
  4. get it from ftp://ftp.leo.org/pub/comp/os/os2/leo/gnu/emx+gcc/emxrt.zip
  5.  
  6. os/2 version differences
  7. - languages support via gettext() not supported in os/2 version.
  8. - don't use backslashes when using '-D X:/dir'
  9.  
  10. config file search order:
  11.  
  12.   %WGETRC%
  13.   %HOME%/.wgetrc
  14.   c:/.wgetrc
  15.   c:/tcpip/etc/.wgetrc
  16.  
  17. wget-4os2.exe - compiled for 4os2 users. under 4os2 '%' character used
  18.                 as the prefix to environment variables. it will be replaced
  19.                 with '_' when creating local files.
  20.  
  21. there are only os/2 binaries and patches
  22. full WGET sources and doc can be found at:
  23.  
  24.   ftp://gnjilux.cc.fer.hr/pub/unix/util/wget/
  25.   http://sunsite.auc.dk/ftp/pub/infosystems/wget/
  26.  
  27. if you want to compile WGET from original sources,
  28. use files in os2/ subdirectory.
  29. config.status should be copied to wget-1.5.3/, 
  30. Makefile, config.h, os2.c and os2.h wget.def - to wget-1.5.3/src/.
  31. define ENV2 (add -DENV2 to DEFS in Makefile) to compile for 4os2 version.
  32. and don't forget to apply wget-1.5.3-os2.diff. ;)
  33.  
  34. changes:
  35.  
  36. * url.c: fixed problem with '#' char in filenames
  37.   
  38. * backslashes ('\') chars in filenames are now converted to '%5C' 
  39.  
  40. changes in WGET/2 1.5.3:
  41.  
  42. * url.c: contains_unsafe() / encode_string()
  43.   fixed problems when mirroring site with directory structure
  44.   to another disk ('wget http://site/dir/ -m -x -P x:/dir').
  45.   ':' symbol after drive letter no more converted to '%XX'.
  46.  
  47. * os2.c: os2title()
  48.   fixed trap when trying to change detached process title.
  49.  
  50. changes in WGET/2 1.5.2b1:
  51.  
  52. * added wget-4os2.exe
  53.  
  54. * fixed problem when saving url with '?' character(s) (form get results).
  55.   '?' character in filenames will be translated to '%3F' now.
  56.   this is the windoze problem too, btw.
  57.  
  58. * '-b' / '--background' option is now working.
  59.   wget process will be spawned in background (detached).
  60.   if 'detach' command used to start wget,
  61.   there will be no new process.
  62.   use 'go' utility or 'kill' from process commander to kill it.
  63.   or set 'SET KILLFEATUREENABLED=YES' in your config.sys
  64.   and use ctrl+lmb click on warpcenter tasklist.
  65.  
  66. changes in WGET/2 1.5.1:
  67.  
  68. * fixed trap when there is a single-word line in config file.
  69.  
  70. * stat() under os/2 always returns even seconds so remote file
  71.   with odd seconds in timestamp will always be newer than local.
  72.   fixed.
  73.  
  74. * added two command line options (can be used when mirroring http-site
  75.   with timestamping turned on, see wget-1.5.2-b1-mirror.diff):
  76.  
  77.   '--rewrite-older' - when remote file is newer than local, it will be
  78.   rewrited, not continued from current position. currently mirroring  
  79.   of http-sites is difficult for me because unable to retrieve        
  80.   correctly files that were changed.                                  
  81.                                                                     
  82.   '--time-only' - ignore remote size and retrieve only newer files.   
  83.   this is usefull when grabbing site with href-links conversion       
  84.   turned on, because converted files size is less than original.      
  85.  
  86. os/2 related questions goes to <venus@tpi.ac.ru>
  87.