reality sync
[platform/upstream/curl.git] / README
1                                   _   _ ____  _
2                               ___| | | |  _ \| |
3                              / __| | | | |_) | |
4                             | (__| |_| |  _ <| |___
5                              \___|\___/|_| \_\_____|
6
7 README
8
9   Curl is a command line tool for transferring 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. If you distribute
21   curl binaries or other binaries that involve libcurl, you might enjoy the
22   LICENSE-MIXING document.
23
24 CONTACT
25
26   If you have problems, questions, ideas or suggestions, please contact us
27   by posting to a suitable mailing list. See http://curl.haxx.se/mail/
28
29   All contributors to the project are listed in the THANKS document.
30
31 WEB SITE
32
33   Visit the curl web site or mirrors for the latest news and downloads:
34
35         Sweden       http://curl.haxx.se/
36         Australia    http://curl.planetmirror.com/
37         Austria      http://curl.gds.tuwien.ac.at/
38         Denmark      http://curl.cofman.dk/
39         France       http://curl.fastmirror.net/
40         Germany      http://curl.freemirror.de/
41         Germany      http://curl.mirror-server.net/
42         Germany      http://curl.mirror.at.stealer.net/
43         Germany      http://curl.mirroring.de/
44         Germany      http://curl.miscellaneousmirror.org/
45         Germany      http://curl.mons-new-media.de/
46         Germany      http://curl.storemypix.com/
47         Germany      http://curl.triplemind.com/
48         Hong Kong    http://curl.hkmirror.org/
49         Japan        http://curl.s-lines.net/
50         Netherlands  http://curl.nedmirror.nl/
51         Russia       http://curl.tsuren.net/
52         Taiwan       http://curl.cs.pu.edu.tw/
53         Thailand     http://curl.siamu.ac.th/
54         US (AZ)      http://curl.islandofpoker.com/
55         US (CA)      http://curl.meulie.net/
56         US (CA)      http://curl.mirror.redwire.net/
57         US (CA)      http://curl.mirrormonster.com/
58         US (CA)      http://curl.signal42.com/
59         US (FL)      http://curl.hoxt.com/
60         US (TX)      http://curl.109k.com/
61         US (TX)      http://curl.hostingzero.com/
62         US (TX)      http://curl.mirrors.cyberservers.net/
63         US (TX)      http://curl.seekmeup.com/
64
65 CVS
66
67   To download the very latest source off the CVS server do this:
68
69    cvs -d :pserver:anonymous@cool.haxx.se:/cvsroot/curl login
70
71   (just press enter when asked for password)
72
73    cvs -d :pserver:anonymous@cool.haxx.se:/cvsroot/curl co curl
74
75   (you'll get a directory named curl created, filled with the source code)
76
77 NOTICE
78
79   Curl contains pieces of source code that is Copyright (c) 1998, 1999
80   Kungliga Tekniska Högskolan. This notice is included here to comply with the
81   distribution terms.