home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Magazine / wwwoffle-2.1.tar.gz / wwwoffle-2.1 / CHANGES.CONF < prev    next >
Text File  |  1998-02-19  |  4KB  |  138 lines

  1.           WWWOFFLE - World Wide Web Offline Explorer - Version 2.1
  2.           ========================================================
  3.  
  4. The configuration file 'wwwoffle.conf' has had a number of changes made to it in
  5. recent versions.  This file lists the conversion that you need to apply to
  6. convert existing configuration files (from version 1.3 onwards) to make them
  7. work with the current version.
  8.  
  9. More details about any of the sections in the configuration file can be found in
  10. the README.CONF file.
  11.  
  12.  
  13. Changes From Version 2.0 to Version 2.1.
  14. ========================================
  15.  
  16. Note: The configuration parser is more fussy about having the correct types,
  17.       previously a non-integer was allowed where an integer was expected etc.
  18.  
  19. Note: In the DontCache, DontGet, DontGetRecursive, Proxy and Purge sections the
  20.       presence of a port number ( proto/host:port ) must match, a ':' with no
  21.       port number is a wildcard and matches any port.  See the README.CONF file
  22.       in the HOST-SPECIFICATION section for more details.
  23.  
  24.  
  25. Options
  26. -------
  27.  
  28.         Version 2.0 Was                         Version 2.1 Is
  29.         ---------------                         --------------
  30.  
  31.         request-changed = yes | no              request-changed = <time>
  32.                                                 (use 600 for yes and -1 for no).
  33.  
  34.  
  35.         New in version 2.1
  36.         ------------------
  37.  
  38.         offline-requests = yes | no
  39.         monitor-interval = <age>
  40.  
  41.  
  42. FTPOptions
  43. ----------
  44.  
  45.         New in version 2.1
  46.         ------------------
  47.  
  48.         auth-hostname = <host:[port]>
  49.         auth-username = <username>
  50.         auth-password = <password>
  51.  
  52.  
  53. Proxy
  54. -----
  55.  
  56.         New in version 2.1
  57.         ------------------
  58.  
  59.         auth-hostname = <host:[port]>
  60.         auth-username = <username>
  61.         auth-password = <password>
  62.  
  63.  
  64.  
  65. Changes From Version 1.3 to Version 2.0.
  66. ========================================
  67.  
  68. StartUp, Options
  69. ----------------
  70.  
  71. Unchanged
  72.  
  73.  
  74. LocalHost, LocalNet, AllowedConnect
  75. -----------------------------------
  76.  
  77. Unchanged
  78.  
  79.  
  80. DontCache, DontGet, DontGetRecursive
  81. ------------------------------------
  82.  
  83.         Version 1.3 Was                         Version 2.0 Is
  84.         ---------------                         --------------
  85.  
  86.         host = <host>                           http/<host> = /
  87.         file-ext = <ext>                        default     = .<ext>
  88.         <host> = <path>                         http/<host> = <path>
  89.  
  90.                                                 <proto>/       = ...
  91.                                                 <proto>/<host> = ...
  92.                                                 <host>         = ...
  93.                                                 ...            = .<file-ext>
  94.                                                 ...            = /<path>
  95.  
  96.  
  97. CensorHeader
  98. ------------
  99.  
  100. Unchanged
  101.  
  102.  
  103. Proxy
  104. -----
  105.  
  106.         Version 1.3 Was                         Version 2.0 Is
  107.         ---------------                         --------------
  108.  
  109. default = <hostname[:integer]>          http/       = <hostname[:integer]>
  110. <host>  = <hostname[:integer]>          http/<host> = <hostname[:integer]>
  111.  
  112.                                         <proto>/       = <hostname[:integer]>
  113.                                         <proto>/<host> = <hostname[:integer]>
  114.                                         <host>         = <hostname[:integer]>
  115.  
  116. (Where '<hostname[:integer]>' can also be 'none' or left blank.)
  117.  
  118.  
  119. Purge
  120. -----
  121.  
  122.         Version 1.3 Was                         Version 2.0 Is
  123.         ---------------                         --------------
  124.  
  125.         use-mtime   = yes | no                  use-mtime   = yes | no
  126.         max-size    = <integer>                 max-size    = <integer>
  127.         default     = <integer>                 default     = <integer>
  128.         <host>      = <integer>                 http/<host> = <integer>
  129.  
  130.                                                 <proto>/       = <integer>
  131.                                                 <proto>/<host> = <integer>
  132.                                                 <host>         = <integer>
  133.  
  134. FTPOptions, MIMETypes, Mirror
  135. -----------------------------
  136.  
  137. All New
  138.