Re: retrieve a whole website with image embedded in css

2004-07-16 Thread Hrvoje Niksic
Ploc <[EMAIL PROTECTED]> writes:

> Hello, and thanks for your answer.
>
> But is it a bug or a feature ?

It's the lack of a feature.  It would definitely be nice to have.



Re: retrieve a whole website with image embedded in css

2004-07-13 Thread Tony Lewis
Ploc wrote:

> > It's not a bug. This feature has been on the wishlist for a long time.
> 
> Ok, thank you.
> 
> Do you know if this wish will be included in the next release ?

I'm not aware that anyone is working on it. Volunteers?

Tony


Re: retrieve a whole website with image embedded in css

2004-07-13 Thread Ploc
On Tue, 2004-07-13 at 18:11, Tony Lewis wrote:
> > Is it already registered as a bug or in a whishlist ?
> 
> It's not a bug. This feature has been on the wishlist for a long time.

Ok, thank you.

Do you know if this wish will be included in the next release ?

Ploc

-- 
 ,   ,
 |\_/|
ooO_( o o )_Ooo_
mailto:[EMAIL PROTECTED]\_/http://www.soleil.org/ploc/

Pourquoi est ce que les ballerines font toujours des pointes ? Ca serait pas plus 
simple d'engager des danseuses plus grandes ?



Re: retrieve a whole website with image embedded in css

2004-07-13 Thread Tony Lewis
Ploc wrote:

> Is it already registered as a bug or in a whishlist ?

It's not a bug. This feature has been on the wishlist for a long time.

Tony


Re: retrieve a whole website with image embedded in css

2004-07-13 Thread Ploc
Hello, and thanks for your answer.

But is it a bug or a feature ?

I mean, is it useful to notify this as a bug or in a whishlist ?

Is it already registered as a bug or in a whishlist ?

How can we solve this problem while wget can handle "css embedded url" ?

Thank you,

Ploc

-- 
 ,   ,
 |\_/|
ooO_( o o )_Ooo_
mailto:[EMAIL PROTECTED]\_/http://www.soleil.org/ploc/



Selon Tony Lewis <[EMAIL PROTECTED]>:

> Ploc wrote:
> 
> > The result is a website very different from the original one as it lacks
> > backgrounds.
> >
> > Can you please confirm if what I think is true (or not), if it is
> > registered as a bug, and if there is a date planning to correct it.
> 
> It is true. wget only retrieves objects that appear in the HTML. It does not
> parse the CSS or JavaScript used by a site.
> 
> Tony
> 
> 


Re: retrieve a whole website with image embedded in css

2004-07-13 Thread Tony Lewis
Ploc wrote:

> The result is a website very different from the original one as it lacks
> backgrounds.
>
> Can you please confirm if what I think is true (or not), if it is
> registered as a bug, and if there is a date planning to correct it.

It is true. wget only retrieves objects that appear in the HTML. It does not
parse the CSS or JavaScript used by a site.

Tony



retrieve a whole website with image embedded in css

2004-07-13 Thread Ploc
Hello,

I'm not subscribed at this list so please include my email
([EMAIL PROTECTED]) in the replies.

I'm retreiving a website created with gallery
(http://gallery.sourceforge.net/), the php powered photo album and I'm
trying to mirror it onto a cdrom, as a static website using wget.

>wget -V
GNU Wget 1.9.1
 
Copyright (C) 2003 Free Software Foundation, Inc.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.
 
Originally written by Hrvoje Niksic <[EMAIL PROTECTED]>.

This is the command line I'm using :

wget --output-file=wget-log \
 --recursive \
 --directory-prefix=${out_dir} \
 --no-host-directories \
 --html-extension \
 --restrict-file-names=windows \
 --convert-links \
 "${url}?set_offline=true";

Unfortunately, gallery seems to use css with image embedded inside the
css. And wget seems not to retrieve these images, which are often
background images.

The result is a website very different from the original one as it lacks
backgrounds.

Can you please confirm if what I think is true (or not), if it is
registered as a bug, and if there is a date planning to correct it.

Thank you,

Romain

-- 
 ,   ,
 |\_/|
ooO_( o o )_Ooo_
mailto:[EMAIL PROTECTED]\_/http://www.soleil.org/ploc/

Pourquoi est ce que les ballerines font toujours des pointes ? Ca serait pas plus 
simple d'engager des danseuses plus grandes ?