mention the web site mirror now
[platform/upstream/curl.git] / README
1                                   _   _ ____  _     
2                               ___| | | |  _ \| |    
3                              / __| | | | |_) | |    
4                             | (__| |_| |  _ <| |___ 
5                              \___|\___/|_| \_\_____|
6
7 README
8
9   Curl is a command line tool for transfering data specified with URL
10   syntax. Find out how to use Curl by reading the curl.1 man page or the
11   MANUAL document. Find out how to install Curl by reading the INSTALL
12   document.
13
14   libcurl is a library that Curl is using to do its job. It is readily
15   available to be used by your software. Read the libcurl.3 man page to
16   find out how!
17
18   You find answers to the most frequent questions we get in the FAQ document.
19
20   Study the LEGAL file for distribution terms and similar.
21
22   Visit the curl web site or mirror for the latest news:
23
24         http://curl.haxx.se/
25         http://curl.sf.net/
26
27   The official download mirror sites are:
28
29         Sweden    -- ftp://ftp.sunet.se/pub/www/utilities/curl/
30         Sweden    -- http://cool.haxx.se/curl/
31         Germany   -- ftp://ftp.fu-berlin.de/pub/unix/network/curl/
32
33   To download the very latest source off the CVS server do this:
34
35     cvs -d :pserver:anonymous@cvs.curl.sourceforge.net:/cvsroot/curl login
36
37   (just press enter when asked for password)
38
39     cvs -d :pserver:anonymous@cvs.curl.sourceforge.net:/cvsroot/curl co curl 
40
41   (you'll get a directory named curl created, filled with the source code)
42
43     cvs -d :pserver:anonymous@cvs.curl.sourceforge.net:/cvsroot/curl logout
44         
45   (you're off the hook!)
46
47   Curl contains pieces of source code that is Copyright (c) 1998, 1999
48   Kungliga Tekniska Högskolan. This notice is included here to comply with the
49   distribution terms.