What | Getleft |
Where | https://web.archive.org/web/20130703213357/http://personal.telefonica.terra.es:80/web/getleft/download.html https://sourceforge.net/projects/getleftdown |
Description | Web page grabber featuring support for http and ftp, modification of html pages for local file consistency, links can be followed, recursion of link following can be limited, support for multiple languages. Works on Linux, Windows and macOS. |
Requirements | Tcl/Tk 8.4 or newer, as well as curl. |
Updated | 2008-01 (v1.2) |
- It changes the links in the pages it downloads to relative links, so you can surf the site directly from your hard disk.
- Limited ftp support, it will download ftp links, but not recursively.
- Resumes download if interrupted or in case of timeouts.
- Filters not to download certain kind of files.
- You can get a site map before downloading.
- Follows links to external sites.
- Multilingual support, fourteen languages so far.
- 'Includes "[a]n extremely handsome help system", Andrei Gratchev's HelpSystem [1].
- Some others.
01dec05 jcw - Andrés, with some small adjustments your Wish-based standalone app for Mac OS X can be replaced by a starpack, now that Tclkit has an Aqua build version (thanks to DAS). Differences:
- 2.1 Mb single file exe vs. 6.2 Mb app bundle (folder)
- renamed "Script" folder to "getleft.vfs" for sdx later on
- had to add Tile extension as getleft.vfs/lib/tile0.6/ to run this with the 8.4.9.1 tclkit I used
- renamed Appmain.tcl to main.tcl
- added two lines in front of main.tcl:
package require starkit starkit::startup
- in GetMainDirectory, added this to the front:
if {[info exists ::starkit::topdir]} { return $::starkit::topdir }
- That's it; I used "sdx wrap getleft -runtime tclkit8491aqua" to build the "getleft" exe
- the result seems to always launch a terminal console window (Tclkit aqua deficiency; it's still early)
- no "globe" custom icon, no icon in the exe at all, in fact