diff options
author | alepulver <alepulver@FreeBSD.org> | 2007-05-04 06:29:45 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2007-05-04 06:29:45 +0800 |
commit | 585f11c512ac29766fb65e4cdb54999812fa2cf4 (patch) | |
tree | 637e34a39894b4a3c3e9b37db17940738da79053 /www/Makefile | |
parent | 0c86914926a7f42eaa85008f93760d9403a81115 (diff) | |
download | freebsd-ports-gnome-585f11c512ac29766fb65e4cdb54999812fa2cf4.tar.gz freebsd-ports-gnome-585f11c512ac29766fb65e4cdb54999812fa2cf4.tar.zst freebsd-ports-gnome-585f11c512ac29766fb65e4cdb54999812fa2cf4.zip |
So here is my little effort, it is supposed to download complete Web sites.
You give it an URL, and down it goes on, happily downloading every linked URL
in that site.
Features:
* While it goes, it changes the original pages, all the links get changed to
relative links, so that you can surf the site in your hard disk without
those pesky absolute links.
* Limited Ftp support, it will download the files but not recursively.
* Resumes downloading if interrupted.
* Filters not to download certain kind of files.
* You can get a site map before downloading.
* Getleft can follow links to external sites.
* Multilingual support, at present Getleft supports Dutch, English, Esperanto,
German, French, Italian, Polish, Korean, Portuguese, Russian, Turkish and
Spanish.
WWW: http://personal1.iddeo.es/andresgarci/getleft/english/
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 70bdd8d3dd61..4610590a6ab5 100644 --- a/www/Makefile +++ b/www/Makefile @@ -178,6 +178,7 @@ SUBDIR += geneweb SUBDIR += geolizer SUBDIR += geronimo + SUBDIR += getleft SUBDIR += gforge SUBDIR += glibwww SUBDIR += glpi |