wok diff wget/description.txt @ rev 22802

freetype: add freetype-config
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 28 09:23:39 2020 +0100 (2020-01-28)
parents 79ec1d5b20e4
children 1ab5edec3cba
line diff
     1.1 --- a/wget/description.txt	Tue Oct 28 09:55:47 2014 +0200
     1.2 +++ b/wget/description.txt	Tue Jan 28 09:23:39 2020 +0100
     1.3 @@ -4,11 +4,13 @@
     1.4  recursive retrieval of web-authoring pages as well as FTP sites -- you can use
     1.5  Wget to make mirrors of archives and home pages or to travel the web like a WWW
     1.6  robot.
     1.7 +
     1.8  Wget works particularly well with slow or unstable connections by continuing to
     1.9  retrieve a document until the document is fully downloaded. Re-getting files
    1.10  from where it left off works on servers (both HTTP and FTP) that support it.
    1.11  Both HTTP and FTP retrievals can be time stamped, so Wget can see if the remote
    1.12  file has changed since the last retrieval and automatically retrieve the new
    1.13  version if it has.
    1.14 +
    1.15  Wget supports proxy servers; this can lighten the network load, speed up
    1.16  retrieval, and provide access behind firewalls.