1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808
|
WWWOFFLE - World Wide Web Offline Explorer - Version 2.7
========================================================
The configuration file 'wwwoffle.conf' has had a number of changes made to it in
recent versions. This file lists the conversion that you need to apply to
convert existing configuration files (from version 1.3 onwards) to make them
work with the current version.
More details about any of the sections in the configuration file can be found in
the README.CONF file.
Automatic Configuration File Upgrading [Requires Perl]
======================================
The configuration file can be automatically changed by using the supplied perl
script upgrade-config.pl. This makes any changes from version 2.6 to the latest
version, other programs can make changes from any version 2.x config files, but
not from a version 1.x config file.
Usage: upgrade-config.pl [(conf-dir)/]wwwoffle.conf
The named configuration file is moved to wwwoffle.conf.old in the same directory
and a new file of the same name is created that contains the updated
configuration options. If there is a file called wwwoffle.conf.install in
either the current directory or in the configuration directory (as there will be
if you do a 'make install') then the comments from that file are used in the new
file, otherwise no comments are used as they would be wrong and confusing.
Changes From Version 2.6d to Version 2.7
========================================
FetchOptions
------------
Version 2.6d Was Version 2.7 Is
---------------- --------------
stylesheets = yes | no [<URL-SPEC>] stylesheets = yes | no
images = yes | no [<URL-SPEC>] images = yes | no
webbug-images = yes | no [<URL-SPEC>] webbug-images = yes | no
frames = yes | no [<URL-SPEC>] frames = yes | no
scripts = yes | no [<URL-SPEC>] scripts = yes | no
objects = yes | no [<URL-SPEC>] objects = yes | no
ModifyHTML
----------
New in version 2.7
------------------
[<URL-SPEC>] disable-dontget-iframes = yes | no
[<URL-SPEC>] disable-flash = yes | no
IndexOptions
------------
New in version 2.7
------------------
cycle-indexes-daily = yes | no
Changes From Version 2.6c to Version 2.6d
=========================================
StartUp
-------
New in version 2.6d
-------------------
bind-ipv4 = (hostname) | (ip-address) | none
bind-ipv6 = (hostname) | (ip-address) | none
Changes From Version 2.6b to Version 2.6c
=========================================
FetchOptions
------------
New in version 2.6c
-------------------
webbug-images = yes | no
ModifyHTML
----------
New in version 2.6c
-------------------
[<URL-SPEC>] disable-applet = yes | no
[<URL-SPEC>] disable-style = yes | no
[<URL-SPEC>] disable-dontget-links = yes | no
[<URL-SPEC>] replace-dontget-images = yes | no
[<URL-SPEC>] replacement-dontget-image = (URL)
[<URL-SPEC>] replace-webbug-images = yes | no
[<URL-SPEC>] replacement-webbug-image = (URL)
Changes From Version 2.6 to Version 2.6b
========================================
DontCompress
------------
New section in version 2.6b
---------------------------
mime-type = (mime-type)/(subtype)
file-ext = .(file-ext)
Options
-------
New in version 2.6b
-------------------
reply-compressed-data = yes | no
OnlineOptions
-------------
New in version 2.6b
-------------------
[<URL-SPEC>] request-compressed-data = yes | no
Purge
-----
New in version 2.6b
-------------------
[<URL-SPEC>] compress-age = (age)
Changes From Version 2.5 to Version 2.6
=======================================
StartUp
-------
The following options have been moved to the Options section.
dir-perm, file-perm, run-online, run-offline, run-autodial.
Options
-------
The following options have been moved to the new OnlineOptions section.
request-changed, request-changed-once, request-expired, request-no-cache
intr-download-keep, intr-download-size, intr-download-percent
timeout-download-keep
The following options have been moved to the new OfflineOptions section.
confirm-requests, pragma-no-cache
The following options have been moved to the new IndexOptions section.
index-latest-days, no-lasttime-index
The following options from the StartUp section have been moved to this section.
dir-perm, file-perm, run-online, run-offline, run-autodial.
New in version 2.6
------------------
dns-timeout = (time)
run-fetch = (filename)
lock-files = yes | no
OnlineOptions
-------------
All of the options can be preceded by a URL-SPECIFICATION enclosed between
'<' & '>' which means that the option only applies to URLs that match the
URL-SPECIFICATION.
The following options from the Options section of the configuration file have
been moved to this new section.
request-changed, request-changed-once, request-expired, request-no-cache
intr-download-keep, intr-download-size, intr-download-percent
timeout-download-keep
New in version 2.6
------------------
[<URL-SPEC>] try-without-password = yes | no
OfflineOptions
--------------
All of the options can be preceded by a URL-SPECIFICATION enclosed between
'<' & '>' which means that the option only applies to URLs that match the
URL-SPECIFICATION.
The following options from the Options section of the configuration file have
been moved to this new section.
confirm-requests, pragma-no-cache
The options from the DontRequestOffline section of the configuration file have
been moved to this new section (with a change in format).
Version 2.5 Was Version 2.6 Is
(DontRequestOffline)
--------------- --------------
URL-SPECIFICATION [<URL-SPEC>] dont-request = yes | no
IndexOptions
------------
The following options from the Options section of the configuration file have
been moved to this new section.
index-latest-days, no-lasttime-index
The index-latest-days option has been removed totally.
The options from the DontIndex section of the configuration file have been moved
to this new section (with a change in format).
Version 2.5 Was Version 2.6 Is
(DontIndex)
--------------- --------------
outgoing = [!]URL-SPECIFICATION <URL-SPEC> list-outgoing = yes | no
latest = [!]URL-SPECIFICATION <URL-SPEC> list-latest = yes | no
monitor = [!]URL-SPECIFICATION <URL-SPEC> list-monitor = yes | no
host = [!]URL-SPECIFICATION <URL-SPEC> list-host = yes | no
[!]URL-SPECIFICATION <URL-SPEC> list-any = yes | no
ModifyHTML
----------
All of the options can now be preceded by a URL-SPECIFICATION enclosed between
'<' & '>' which means that the option only applies to URLs that match the
URL-SPECIFICATION.
New in version 2.6
------------------
[<URL-SPEC>] disable-meta-refresh = yes | no
[<URL-SPEC>] disable-meta-refresh-self = yes | no
[<URL-SPEC>] demoronise-ms-chars = yes | no
[<URL-SPEC>] enable-modify-online = yes | no
DontGet
-------
Version 2.5 Was Version 2.6 Is
--------------- --------------
[!]URL-SPECIFICATION [ = (URL) ] [!]URL-SPECIFICATION
<URL-SPECIFICATION> replacement = (URL)
The options from the DontGetRecursive section of the configuration file have
been moved to this section (with a change in format).
Version 2.5 Was Version 2.6 Is
(DontGetRecursive)
--------------- --------------
[!]URL-SPECIFICATION <URL-SPEC> get-recursive = yes | no
New in version 2.6
------------------
[<URL-SPEC>] location-error = yes | no
CensorHeader
------------
Version 2.5 Was Version 2.6 Is
--------------- --------------
(header) = (string) (header) = yes | no | (string)
All of the options can now be preceded by a URL-SPECIFICATION enclosed between
'<' & '>' which means that the option only applies to URLs that match the
URL-SPECIFICATION.
FTPOptions
----------
Version 2.5 Was Version 2.6 Is
--------------- --------------
auth-hostname = (host:[port]) Use host[:port] in the URL-SPECs below.
auth-username = (username) <URL-SPEC> auth-username = (username)
auth-password = (password) <URL-SPEC> auth-password = (password)
Proxy
-----
Version 2.5 Was Version 2.6 Is
--------------- --------------
auth-hostname = (host:[port]) Use host[:port] in the URL-SPECs below.
auth-username = (username) <URL-SPEC> auth-username = (username)
auth-password = (password) <URL-SPEC> auth-password = (password)
default = (host:[port]) proxy =(host:[port])
URL-SPECIFICATION = (host:[port]) <URL-SPECIFICATION> proxy =(host:[port])
All of the options can now be preceded by a URL-SPECIFICATION enclosed between
'<' & '>' which means that the option only applies to URLs that match the
URL-SPECIFICATION.
Purge
-----
Version 2.5 Was Version 2.6 Is
--------------- --------------
default = (age) age =(age)
URL-SPECIFICATION = (age) <URL-SPECIFICATION> proxy =(age)
Changes From Version 2.4c to Version 2.5
========================================
Note: The URL-SPECIFICATION has changed slightly to allow matching of URLs with
arguments following a '?' character see the updated README.CONF file.
StartUp
-------
New in version 2.5
------------------
dir-perm = (octal mode)
file-perm = (octal mode)
run-online = (filename)
run-offline = (filename)
run-autodial = (filename)
Options
-------
New in version 2.5
------------------
request-expired = yes | no
request-no-cache = yes | no
connect-timeout = (time)
intr-download-keep = yes | no
intr-download-size = (integer)
intr-download-percent = (integer)
timeout-download-keep = yes | no
DontGet
-------
Version 2.4 Was Version 2.5 Is
--------------- --------------
URL-SPECIFICATION URL-SPECIFICATION [ = (URL) ]
ModifyHTML
----------
New in version 2.5
------------------
disable-script = yes | no
disable-blink = yes | no
disable-animated-gif = yes | no
Changes From Version 2.4 to Version 2.4c
========================================
Options
-------
New in version 2.4c
-------------------
no-lasttime-index = yes | no
ModifyHTML
----------
New in version 2.4c
-------------------
anchor-requested-begin = (HTML code)
anchor-requested-end = (HTML code)
Purge
-----
Note: The meaning of the max-size parameter has changed. It now includes the
size of hosts that are never purged but will not purge them.
New in version 2.4c
-------------------
min-free = (integer)
Changes From Version 2.3 to Version 2.4
=======================================
Note: The URL-SPECIFICATION has changed slightly to allow wildcard matches using
'*' and is described in the version 2.4 README.CONF file.
Options
-------
Version 2.3 Was Version 2.4 Is
--------------- --------------
offline-requests = yes | no [Replaced by DontRequestOffline
section]
request-changed-once = yes | no
ssl-allow-port = (integer)
[Use 443 to allow https]
monitor-interval = (integer) [Removed due to the new
improved monitor options]
add-info-refresh = yes | no [Renamed add-cache-info in the
ModifyHTML section]
ModifyHTML
----------
New section specifying how the cached HTML pages are modified before display.
New in version 2.4
------------------
enable-modify-html = yes | no
add-cache-info = yes | no
anchor-cached-begin = (HTML code)
anchor-cached-end = (HTML code)
anchor-not-cached-begin = (HTML code)
anchor-not-cached-end = (HTML code)
AllowedConnect
--------------
Renamed to AllowedConnectHosts.
In this version the hostnames match using wildcards and not just using matching
from the left or right as they did before. See README.CONF for details.
LocalNet
--------
In this version the hostnames match using wildcards and not just using matching
from the left or right as they did before. See README.CONF for details.
AllowedConnectUsers
-------------------
New section that users authentication of users before access to cache is allowed.
New in version 2.4
------------------
username:password
DontRequestOffline
------------------
New section, same format as DontCache, DontGet, DontGetRecursive.
CensorHeader
------------
Version 2.3 Was Version 2.4 Is
--------------- --------------
referer-self = yes | no
referer-self-dir = yes | no
DontIndex
---------
New in version 2.4
------------------
outgoing = URL-SPECIFICATION
latest = URL-SPECIFICATION
monitor = URL-SPECIFICATION
host = URL-SPECIFICATION
Proxy
-----
Version 2.3 Was Version 2.4 Is
--------------- --------------
ssl = (hostname[:integer])
Changes From Version 2.2 to Version 2.3
=======================================
Note: HOST-SPECIFICATION and FILE-SPECIFICATION are described in the version
2.1/2.2 README.CONF file.
URL-SPECIFICATION is described in the version 2.3 README.CONF file.
Options
-------
New in Version 2.3
------------------
connect-retry = yes | no
confirm-requests = yes | no
DontIndex
---------
New section, same format as DontCache, DontGet, DontGetRecursive.
DontCache, DontGetRecursive
---------------------------
Version 2.2 Was Version 2.3 Is
--------------- --------------
HOST-SPECIFICATION = FILE-SPECIFICATION URL-SPECIFICATION
DontGet
-------
Version 2.2 Was Version 2.3 Is
--------------- --------------
HOST-SPECIFICATION = FILE-SPECIFICATION URL-SPECIFICATION
replacement = (URL)
Proxy
-----
Version 2.2 Was Version 2.3 Is
--------------- --------------
HOST-SPECIFICATION = (hostname[:integer])
URL-SPECIFICATION = (hostname[:integer])
Alias (was Mirror)
------------------
Version 2.2 Was Version 2.3 Is
--------------- --------------
HOST-SPECIFICATION = HOST-SPECIFICATION
URL-SPECIFICATION = URL-SPECIFICATION
Purge
-----
Version 2.2 Was Version 2.3 Is
--------------- --------------
HOST-SPECIFICATION = (integer) URL-SPECIFICATION = (integer)
del-dontget = yes | no
del-dontcache = yes | no
use-url = yes | no
Changes From Version 2.1 to Version 2.2
=======================================
Note: The 'fetch-images' and 'fetch-frames' options are moved from the Options
section to the FetchOptions section and renamed 'images' and 'frames'.
Options
-------
New in Version 2.2 Removed in Version 2.2
------------------ ----------------------
socket-timeout = (time) fetch-images = yes | no
(default=120) fetch-frames = yes | no
FetchOptions
------------
New in Version 2.2
------------------
stylesheets = yes | no
images = yes | no
frames = yes | no
scripts = yes | no
objects = yes | no
CensorHeader
------------
Version 2.1 Was Version 2.2 Is
--------------- --------------
(header) (header) =
(header) = replacement-string
Changes From Version 2.0 to Version 2.1
=======================================
Note: The configuration parser is more fussy about having the correct types,
previously a non-integer was allowed where an integer was expected etc.
Note: In the DontCache, DontGet, DontGetRecursive, Proxy and Purge sections the
presence of a port number ( proto/host:port ) must match, a ':' with no
port number is a wildcard and matches any port. See the README.CONF file
in the HOST-SPECIFICATION section for more details.
Options
-------
Version 2.0 Was Version 2.1 Is
--------------- --------------
request-changed = yes | no request-changed = (time)
(use 600 for yes and -1 for no).
New in version 2.1
------------------
offline-requests = yes | no
monitor-interval = (age)
FTPOptions
----------
New in version 2.1
------------------
auth-hostname = (host:[port])
auth-username = (username)
auth-password = (password)
Proxy
-----
New in version 2.1
------------------
auth-hostname = (host:[port])
auth-username = (username)
auth-password = (password)
Changes From Version 1.3 to Version 2.0
=======================================
StartUp, Options
----------------
Unchanged
LocalHost, LocalNet, AllowedConnect
-----------------------------------
Unchanged
DontCache, DontGet, DontGetRecursive
------------------------------------
Version 1.3 Was Version 2.0 Is
--------------- --------------
host = (host) http/(host) = /
file-ext = (ext) default = .(ext)
(host) = (path) http/(host) = (path)
(proto)/ = ...
(proto)/(host) = ...
(host) = ...
... = .(file-ext)
... = /(path)
CensorHeader
------------
Unchanged
Proxy
-----
Version 1.3 Was Version 2.0 Is
--------------- --------------
default = (hostname[:integer]) http/ = (hostname[:integer])
(host) = (hostname[:integer]) http/(host) = (hostname[:integer])
(proto)/ = (hostname[:integer])
(proto)/(host) = (hostname[:integer])
(host) = (hostname[:integer])
(Where '(hostname[:integer])' can also be 'none' or left blank.)
Purge
-----
Version 1.3 Was Version 2.0 Is
--------------- --------------
use-mtime = yes | no use-mtime = yes | no
max-size = (integer) max-size = (integer)
default = (integer) default = (integer)
(host) = (integer) http/(host) = (integer)
(proto)/ = (integer)
(proto)/(host) = (integer)
(host) = (integer)
FTPOptions, MIMETypes, Mirror
-----------------------------
All New
|