Home | History | Annotate | only in /webstack/webstack/trunk/src/curl-7.14.0
Up to higher level directory
NameDateSize
acinclude.m408-Dec-200825.7K
aclocal.m408-Dec-2008235.2K
buildconf08-Dec-20086.6K
buildconf.bat08-Dec-2008404
CHANGES08-Dec-200827.8K
compile08-Dec-20083.6K
config.guess08-Dec-200842.8K
config.sub08-Dec-200830.8K
configure08-Dec-20081M
configure.ac08-Dec-200850.6K
COPYING08-Dec-20081K
curl-config.in08-Dec-20082.9K
curl-style.el08-Dec-20081.8K
depcomp08-Dec-200815.5K
docs/08-Dec-2008
include/08-Dec-2008
install-sh08-Dec-20085.5K
lib/08-Dec-2008
libcurl.pc.in08-Dec-2008242
ltmain.sh08-Dec-2008179.7K
make_solaris.sh08-Dec-2008892
Makefile.am08-Dec-20083.9K
Makefile.in08-Dec-200825.3K
maketgz08-Dec-20083.4K
missing08-Dec-20088.6K
mkinstalldirs08-Dec-2008729
packages/08-Dec-2008
README08-Dec-20083.5K
reconf08-Dec-2008348
RELEASE-NOTES08-Dec-20082.4K
sample.emacs08-Dec-20082K
src/08-Dec-2008
tests/08-Dec-2008

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   Many major 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:
     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         Estonia   -- http://curl.wildyou.net/
     40         France    -- http://curl.mirror.internet.tp/
     41         Germany   -- http://curl.kgt.org/
     42         Germany   -- http://curl.mirror.at.stealer.net/
     43         Germany   -- http://curl.netmirror.org/
     44         Russia    -- http://curl.tsuren.net/
     45         Taiwan    -- http://curl.cs.pu.edu.tw/
     46         Thailand  -- http://curl.siamu.ac.th/
     47         US (CA)   -- http://curl.mirror.redwire.net/
     48         US (CA)   -- http://curl.mirrormonster.com/
     49         US (CA)   -- http://curl.signal42.com/
     50         US (TX)   -- http://curl.109k.com/
     51 
     52 DOWNLOAD
     53 
     54   The official download mirror sites are:
     55 
     56         Australia -- http://curl.planetmirror.com/download.html
     57         Austria   -- http://curl.gds.tuwien.ac.at/download.html
     58         Estonia   -- http://curl.wildyou.net/download.html
     59         Germany   -- ftp://ftp.fu-berlin.de/pub/unix/network/curl/
     60         Germany   -- http://curl.mirror.at.stealer.net/download.html
     61         Germany   -- http://curl.netmirror.org/download.html
     62         Germany   -- http://www.mirrorspace.org/curl/
     63         Hongkong  -- http://www.execve.net/curl/
     64         Russia    -- http://curl.tsuren.net/download.html
     65         Sweden    -- ftp://ftp.sunet.se/pub/www/utilities/curl/
     66         Sweden    -- http://cool.haxx.se/curl/
     67         Taiwan    -- http://curl.cs.pu.edu.tw/download.html
     68         Thailand  -- http://curl.siamu.ac.th/download.html
     69         US (CA)   -- http://curl.mirror.redwire.net/download.html
     70         US (CA)   -- http://curl.mirrormonster.com/download.html
     71         US (CA)   -- http://curl.signal42.com/download.html
     72         US (TX)   -- http://curl.109k.com/download.html
     73 
     74 CVS
     75 
     76   To download the very latest source off the CVS server do this:
     77 
     78    cvs -d :pserver:anonymous (a] cool.haxx.se:/cvsroot/curl login
     79 
     80   (just press enter when asked for password)
     81 
     82    cvs -d :pserver:anonymous (a] cool.haxx.se:/cvsroot/curl co curl
     83 
     84   (you'll get a directory named curl created, filled with the source code)
     85 
     86 NOTICE
     87 
     88   Curl contains pieces of source code that is Copyright (c) 1998, 1999
     89   Kungliga Tekniska Hgskolan. This notice is included here to comply with the
     90   distribution terms.
     91