~ubuntu-branches/ubuntu/hoary/curl/hoary

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2005-03-23 18:41:29 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050323184129-le70d05a0hk5w62j
Tags: 7.12.3-2ubuntu3
Fix the version numbers internal to debian/rules.  Closes; #8088

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
                                  _   _ ____  _     
2
 
                              ___| | | |  _ \| |    
3
 
                             / __| | | | |_) | |    
4
 
                            | (__| |_| |  _ <| |___ 
 
1
                                  _   _ ____  _
 
2
                              ___| | | |  _ \| |
 
3
                             / __| | | | |_) | |
 
4
                            | (__| |_| |  _ <| |___
5
5
                             \___|\___/|_| \_\_____|
6
6
 
7
7
README
8
8
 
9
 
  Curl is a command line tool for transfering data specified with URL
 
9
  Curl is a command line tool for transferring data specified with URL
10
10
  syntax. Find out how to use Curl by reading the curl.1 man page or the
11
11
  MANUAL document. Find out how to install Curl by reading the INSTALL
12
12
  document.
17
17
 
18
18
  You find answers to the most frequent questions we get in the FAQ document.
19
19
 
20
 
  Study the COPYING file for distribution terms and similar.
 
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.
21
23
 
22
24
CONTACT
23
25
 
50
52
        Germany   -- ftp://ftp.fu-berlin.de/pub/unix/network/curl/
51
53
        Germany   -- http://curl.mirror.at.stealer.net/download.html
52
54
        Germany   -- http://curl.netmirror.org/download.html
 
55
        Germany   -- http://www.mirrorspace.org/curl/
53
56
        Hongkong  -- http://www.execve.net/curl/
54
57
        Russia    -- http://curl.tsuren.net/download.html
55
58
        Sweden    -- ftp://ftp.sunet.se/pub/www/utilities/curl/
61
64
 
62
65
  To download the very latest source off the CVS server do this:
63
66
 
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 
 
67
   cvs -d :pserver:anonymous@cool.haxx.se:/cvsroot/curl login
 
68
 
 
69
  (just press enter when asked for password)
 
70
 
 
71
   cvs -d :pserver:anonymous@cool.haxx.se:/cvsroot/curl co curl
69
72
 
70
73
  (you'll get a directory named curl created, filled with the source code)
71
74
 
72
 
    cvs -d :pserver:cvsread@cvs.php.net:/repository logout
73
 
        
74
 
  (you're off the hook!)
75
 
 
76
75
NOTICE
77
76
 
78
77
  Curl contains pieces of source code that is Copyright (c) 1998, 1999