K-Meleon allows you to set up external download managers (some of which have resume features). One that I like is called Wackget. Look in the Wiki for more information and a few good choices. For Wackget, see below:
In Menus.cfg
# ----- Document Elements
Link{
%ifplugin layers
layers(OpenLink,Open In Ne&w Layer)
layers(OpenLinkBg,Open In Bac&kground Layer)
-
%endif
Open In &New Window=ID_OPEN_LINK_IN_NEW_WINDOW
Open In Back&ground Window=ID_OPEN_LINK_IN_BACKGROUND
-
bookmarks(AddLink,Add Link To &Bookmarks)
favorites(AddLink,Add Link To Fa&vorites)
hotlist(AddLink,Add Link To H&otlist)
&Save Link Target As...=ID_SAVE_LINK_AS
macros(SaveLink, Save Link As...)
macros(wackget, Download by wackget)
%ifplugin macros

p&en Link Target With
%endif
-
!LinkSelection
In Macros.cfg
wackget{
menu = "Download by wackget";
exec("tools\\Wackget.exe " . $LinkURL);
}
You must place the wackget files in a sub-folder under the main K-meleon folder which normally is C:\Program Files\K-Meleon. I have used a sub-folder called Tools, which is a choice used in the past for all kinds of externals apps that people have loaded up in K-Meleon.
N
Edited 1 time(s). Last edit at 12/02/2006 02:15PM by ndebord.