Mailinglist Archive: opensuse (2441 mails)
| < Previous | Next > |
Re: [SLE] Make available off-line by Konqueror[SOLVED]
- From: Carl William Spitzer IV <cwsiv@xxxxxxxxxxxxx>
- Date: Thu, 23 Jun 2005 09:42:52 -0700
- Message-id: <1119480769.6477.22.camel@xxxxxxxxxx>
On Sat, 2005-06-18 at 07:20, Colin Carter wrote:
> Thanks Carl, perfect answer.
> Except that when I tried it I bit off more than I could chew :-)
> Thanks also for the help reference.
> Regards,
> Colin
>
> On Saturday 18 June 2005 07:27, Carl William Spitzer IV wrote:
> > Faster in konsole.
> > wget -m http://www.whateversite.com
> >
> > man wget.
> >
> > a good one for you is www.tldp.org
> >
> > On Thu, 2005-06-16 at 06:15, Colin Carter wrote:
> > > Hi folks,
> > > With M$ I.E. I used to go to a web site and do
> > > "Make available off-line"
> > > which would copy the current page plus pages linked
> > > down to as many levels as I wanted.
> >
Minus m is mearly a shortcut for about 6 items on the command line.
It defaults to recursion level 3 If you want less its back to the man
page.
wget -E -r -l 4 -k http://www.libpng.org/pub/png/book/toc.html
--
___ _ _ _ ____ _ _ _
| | | | [__ | | |
|___ |_|_| ___] | \/
> Thanks Carl, perfect answer.
> Except that when I tried it I bit off more than I could chew :-)
> Thanks also for the help reference.
> Regards,
> Colin
>
> On Saturday 18 June 2005 07:27, Carl William Spitzer IV wrote:
> > Faster in konsole.
> > wget -m http://www.whateversite.com
> >
> > man wget.
> >
> > a good one for you is www.tldp.org
> >
> > On Thu, 2005-06-16 at 06:15, Colin Carter wrote:
> > > Hi folks,
> > > With M$ I.E. I used to go to a web site and do
> > > "Make available off-line"
> > > which would copy the current page plus pages linked
> > > down to as many levels as I wanted.
> >
Minus m is mearly a shortcut for about 6 items on the command line.
It defaults to recursion level 3 If you want less its back to the man
page.
wget -E -r -l 4 -k http://www.libpng.org/pub/png/book/toc.html
--
___ _ _ _ ____ _ _ _
| | | | [__ | | |
|___ |_|_| ___] | \/
| < Previous | Next > |