View Single Post
Old 10-03-2009, 10:30 PM   #1
VulcanRidr
Enthusiast
VulcanRidr began at the beginning.
 
VulcanRidr's Avatar
 
Posts: 28
Karma: 10
Join Date: Oct 2009
Location: Virginia
Device: Pocketbook Era Stardust Silver
Best way to convert linked .html pages?

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
VulcanRidr is offline   Reply With Quote