On Oct 27, 2004, at 2:29 PM, J. David Eisenberg wrote:
> I'd love to have all of the HTML pages in one .zip or .tgz file,
> though, so I can read documentation without having to be online.
There's no zip or tgz posted anywhere, but the manuals are what you see
on the website. If you have svn, you can get a copy of the website
with:
svn co http://svn.apache.org/repos/asf/incubator/derby/site/trunk/build
or you can use a utility such as wget to download the website to a
local copy:
wget -m -r -np http://incubator.apache.org/derby/
and always be careful with recursive web downloads. :)
andrew
|