| > How can J only visualize the updated pages of updated web site
You can't directly. But you can list all modified files, by scanning the
hts-cache/new.txt file.
Note that this method will list files modified according to the server. But
many servers will consider dynamic pages as always "modified". Using an
unix-style 'diff -q --recursive' command will allow you to detect "real
changes".
| |