new mirror and one that changed domain
[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 the library 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   learn how!
17
18   You find answers to the most frequent questions we get in the FAQ document.
19
20   Study the COPYING file for distribution terms and similar.
21
22 CONTACT
23
24   If you have problems, questions, ideas or suggestions, please contact us
25   by posting to a suitable mailing list. See http://curl.haxx.se/mail/
26
27   Many major contributors to the project are listed in the THANKS document.
28
29 WEB SITE
30
31   Visit the curl web site or mirrors for the latest news:
32
33         Sweden    -- http://curl.haxx.se/
34         Australia -- http://curl.planetmirror.com/
35         Estonia   -- http://curl.wildyou.net/
36         Germany   -- http://curl.mirror.at.stealer.net/
37         Germany   -- http://curl.netmirror.org/
38         Russia    -- http://curl.tsuren.net/
39         Thailand  -- http://curl.siamu.ac.th/
40         US (CA)   -- http://curl.mirror.redwire.net/
41         US        -- http://curl.signal42.com/
42
43 DOWNLOAD
44
45   The official download mirror sites are:
46
47         Australia -- http://curl.planetmirror.com/download.html
48         Estonia   -- http://curl.wildyou.net/download.html
49         Germany   -- ftp://ftp.fu-berlin.de/pub/unix/network/curl/
50         Germany   -- http://curl.mirror.at.stealer.net/download.html
51         Germany   -- http://curl.netmirror.org/download.html
52         Hongkong  -- http://www.execve.net/curl/
53         Russia    -- http://curl.tsuren.net/download.html
54         Sweden    -- ftp://ftp.sunet.se/pub/www/utilities/curl/
55         Sweden    -- http://cool.haxx.se/curl/
56         Thailand  -- http://curl.siamu.ac.th/download.html
57         US (CA)   -- http://curl.mirror.redwire.net/download.html
58
59 CVS
60
61   To download the very latest source off the CVS server do this:
62
63     cvs -d :pserver:cvsread@cvs.php.net:/repository login
64
65   (enter "phpfi" when asked for password)
66
67     cvs -d :pserver:cvsread@cvs.php.net:/repository co curl 
68
69   (you'll get a directory named curl created, filled with the source code)
70
71     cvs -d :pserver:cvsread@cvs.php.net:/repository logout
72         
73   (you're off the hook!)
74
75 NOTICE
76
77   Curl contains pieces of source code that is Copyright (c) 1998, 1999
78   Kungliga Tekniska Högskolan. This notice is included here to comply with the
79   distribution terms.