There are some manuals that are online in linked pages, e.g. a table of contents linked to subordinate pages and so forth. In plucker, I used to do something like
Code:
plucker-build -M3 --stayonhost --staybelow http://foo.com/foo/bar -f foo-docs http://foo.com/foo/bar/index.html
With calibre, I have resorted to doing
Code:
wget -np --recursive http://foo.com/foo/bar/index.html
This has been very hit or miss. Is there a better way to do this?
Thanks,
--vr