]> sjero.net Git - wget/blob - README
[svn] Add the OpenSSL exception.
[wget] / README
1                                                           -*- text -*-
2 GNU Wget
3 ========
4                            (Temporary) Web home: http://wget.sunsite.dk/
5
6 GNU Wget is a free utility for non-interactive download of files from
7 the Web.  It supports HTTP, HTTPS, and FTP protocols, as well as
8 retrieval through HTTP proxies.
9
10 It can follow links in HTML pages and create local versions of remote
11 web sites, fully recreating the directory structure of the original
12 site.  This is sometimes referred to as "recursive downloading."
13 While doing that, Wget respects the Robot Exclusion Standard
14 (/robots.txt).  Wget can be instructed to convert the links in
15 downloaded HTML files to the local files for offline viewing.
16
17 Recursive downloading also works with FTP, where Wget can retrieves a
18 hierarchy of directories and files.
19
20 With both HTTP and FTP, Wget can check whether a remote file has
21 changed on the server since the previous run, and only download the
22 newer files.
23
24 Wget has been designed for robustness over slow or unstable network
25 connections; if a download fails due to a network problem, it will
26 keep retrying until the whole file has been retrieved.  If the server
27 supports regetting, it will instruct the server to continue the
28 download from where it left off.
29
30 If you are behind a firewall that requires the use of a socks style
31 gateway, you can get the socks library and compile wget with support
32 for socks.
33
34 Most of the features are configurable, either through command-line
35 options, or via initialization file .wgetrc.  Wget allows you to
36 install a global startup file (/usr/local/etc/wgetrc by default) for
37 site settings.
38
39 Wget works under almost all modern Unix variants and, unlike many of
40 its predecessors, is written entirely in C, thus requiring no
41 additional software (like perl).  As Wget uses the GNU Autoconf, it is
42 easily built on and ported to other Unix's. Installation procedure is
43 described in the INSTALL file.
44
45 Like all GNU utilities, the latest version of Wget can be found at the
46 master GNU archive site ftp.gnu.org, and its mirrors.  For example,
47 Wget 1.8.1 is available at:
48
49     ftp://ftp.gnu.org/pub/gnu/wget/wget-1.8.1.tar.gz
50
51 Please report bugs in Wget to <bug-wget@gnu.org>.
52
53 Wget has a mailing list at <wget@sunsite.dk>.  To subscribe, mail to
54 <wget-subscribe@sunsite.dk>.  Wget's home page is temporarily at
55 <http://wget.sunsite.dk/>.  It is being migrated to
56 <http://www.gnu.org/software/wget/>, where will be its permanent home.
57
58
59 MAINTAINERS: Hrvoje Niksic <hniksic@arsdigita.com>
60              Dan Harkless <wget@harkless.org>
61
62 Wget was originally written by Hrvoje Niksic.  Please see the file
63 AUTHORS for a list of major contributors, and the ChangeLogs for a
64 detailed listing of all contributions.
65
66
67 Copyright (C) 1995, 1996, 1997, 1998, 2000, 2001, 2002 Free Software
68 Foundation, Inc.
69
70 This program is free software; you can redistribute it and/or modify
71 it under the terms of the GNU General Public License as published by
72 the Free Software Foundation; either version 2 of the License, or
73 (at your option) any later version.
74
75 This program is distributed in the hope that it will be useful,
76 but WITHOUT ANY WARRANTY; without even the implied warranty of
77 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
78 GNU General Public License for more details.
79
80 You should have received a copy of the GNU General Public License
81 along with this program; if not, write to the Free Software
82 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
83
84 In addition, as a special exception, the Free Software Foundation
85 gives permission to link the code of its release of Wget with the
86 OpenSSL project's "OpenSSL" library (or with modified versions of it
87 that use the same license as the "OpenSSL" library), and distribute
88 the linked executables.  You must obey the GNU General Public License
89 in all respects for all of the code used other than "OpenSSL".  If you
90 modify this file, you may extend this exception to your version of the
91 file, but you are not obligated to do so.  If you do not wish to do
92 so, delete this exception statement from your version.