http://www.metaproducts.com/download/betas/iqsetup.exe
Best regards,
Oleg Chernavin
MP Staff
But I think the screenshot is too small. I have changed the value to 1024x1024.
Could you describe all the command line parameters (perhaps later in the help file)?
I think I understand most of the parameters:
iqls.exe -d 2 "<URL>" 300 300 1
-d = download
2 = where to store the page in the "Saved Pages" tree.
"<URL>" = the download URL
300 300 = the screenshot size
1 = download with images (0 = without images)
Please correct me if I`m wrong.
Perhaps some parameters should also be changeable in the Inquiry options (or which lines do I have to change in the Firefox plugin?).
Also the export to HTML files could be improved, e.g.:
1.)
http://fileforum.betanews.com/
A line in the exported file:
@import "../FileForum _ Find_ Download_ Discuss__files\markup.css";
But this should be:
@import "markup.css";
2.)
http://www.pcwelt.de/news/software/108281/index5.html
There are some bad lines; e.g.:
</script><script language="javascript1.1" defer src="../../../defaults/hbx.js"></script>
should be:
</script><script language="javascript1.1" defer src="hbx.js"></script>
or:
<td valign="center"><img src="../../../../5_files\red_star_on.gif" /></td>
should be:
<td valign="center"><img src="red_star_on.gif" /></td>
I think links to files in the same folder shouldn`t have any "../".
Thanks for reading.
We will work on the export issues as well. If you need to get it fixed shortly, please let me know.
Oleg.