| > As I mentioned in an earlier thread, I'm using
HTTrack
> to create a static copy of a dynamic webserver which
I
> then mirror out to my ISP.
> In my dynamic output, there's a toolbar which serves
no
> purpose in the static mirror. Is there a good way to
> have HTTrack ignore those anchors/images/links?
Yes - use filters! For example, if the
toolbar/images/link location is
<http://www.foo/com/bar/>, add the filter:
-www.foo/com/bar/*
You can add multiple filters:
-www.foo.com/bar/*
-*.zip
-www.foo*.com/*.gif
(this will:
- disable downloading files in /bar/ at www.foo.com
- disable download of all zip files
- disable download of all gif files on www.fooxxx.com,
where xxx can be anything (www.foosmith.com, for
example)
)
| |