~ubuntu-branches/ubuntu/warty/curl/warty-security

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Domenico Andreoli
  • Date: 2004-06-04 19:09:25 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040604190925-wy048bp31320r2z6
Tags: 7.12.0.is.7.11.2-1
* Reverted to version 7.11.2 (closes: #252348).
* Disabled support for libidn (closes: #252367). This is to leave
  curl in unstable as much similar as possible to the one in testing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
  MANUAL document. Find out how to install Curl by reading the INSTALL
12
12
  document.
13
13
 
14
 
  libcurl is a library that Curl is using to do its job. It is readily
 
14
  libcurl is the library curl is using to do its job. It is readily
15
15
  available to be used by your software. Read the libcurl.3 man page to
16
 
  find out how!
 
16
  learn how!
17
17
 
18
18
  You find answers to the most frequent questions we get in the FAQ document.
19
19
 
20
 
  Study the LEGAL file for distribution terms and similar.
21
 
 
22
 
  Always try the Curl web site for the latest news:
23
 
 
24
 
        http://curl.haxx.se
 
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
        Denmark   -- http://curl.cofman.dk/
 
36
        Estonia   -- http://curl.wildyou.net/
 
37
        Germany   -- http://curl.mirror.at.stealer.net/
 
38
        Germany   -- http://curl.netmirror.org/
 
39
        Russia    -- http://curl.tsuren.net/
 
40
        Thailand  -- http://curl.siamu.ac.th/
 
41
        US (CA)   -- http://curl.mirror.redwire.net/
 
42
        US        -- http://curl.signal42.com/
 
43
 
 
44
DOWNLOAD
25
45
 
26
46
  The official download mirror sites are:
27
47
 
 
48
        Australia -- http://curl.planetmirror.com/download.html
 
49
        Estonia   -- http://curl.wildyou.net/download.html
 
50
        Germany   -- ftp://ftp.fu-berlin.de/pub/unix/network/curl/
 
51
        Germany   -- http://curl.mirror.at.stealer.net/download.html
 
52
        Germany   -- http://curl.netmirror.org/download.html
 
53
        Hongkong  -- http://www.execve.net/curl/
 
54
        Russia    -- http://curl.tsuren.net/download.html
28
55
        Sweden    -- ftp://ftp.sunet.se/pub/www/utilities/curl/
29
56
        Sweden    -- http://cool.haxx.se/curl/
30
 
        Germany   -- ftp://ftp.fu-berlin.de/pub/unix/network/curl/
 
57
        Thailand  -- http://curl.siamu.ac.th/download.html
 
58
        US (CA)   -- http://curl.mirror.redwire.net/download.html
 
59
 
 
60
CVS
31
61
 
32
62
  To download the very latest source off the CVS server do this:
33
63
 
34
 
    cvs -d :pserver:anonymous@cvs.curl.sourceforge.net:/cvsroot/curl login
35
 
 
36
 
  (just press enter when asked for password)
37
 
 
38
 
    cvs -d :pserver:anonymous@cvs.curl.sourceforge.net:/cvsroot/curl co curl 
 
64
    cvs -d :pserver:cvsread@cvs.php.net:/repository login
 
65
 
 
66
  (enter "phpfi" when asked for password)
 
67
 
 
68
    cvs -d :pserver:cvsread@cvs.php.net:/repository co curl 
39
69
 
40
70
  (you'll get a directory named curl created, filled with the source code)
41
71
 
42
 
    cvs -d :pserver:anonymous@cvs.curl.sourceforge.net:/cvsroot/curl logout
 
72
    cvs -d :pserver:cvsread@cvs.php.net:/repository logout
43
73
        
44
74
  (you're off the hook!)
45
75
 
 
76
NOTICE
 
77
 
46
78
  Curl contains pieces of source code that is Copyright (c) 1998, 1999
47
79
  Kungliga Tekniska H�gskolan. This notice is included here to comply with the
48
80
  distribution terms.