Hi, in order to get familiar with the wget codebase I have grepped the code and found a TODO in convert.c, line 443: /* TODO: hack this to work with css files */
As I understand it, according to this TODO the backup mechanism for files that are being converted with -k doesn't work with CSS files. However after a little a quick test with the following command: wget -kK http://lenni.info/tools/wget-test.css wget seems to do what is asked of it. The css file is converted and the original file is saved. Is this TODO a leftover from another revision or have I misunderstood its meaning? Thanks for your help Lenni
