README 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. _ _ ____ _
  2. ___| | | | _ \| |
  3. / __| | | | |_) | |
  4. | (__| |_| | _ <| |___
  5. \___|\___/|_| \_\_____|
  6. README
  7. Curl is a command line tool for transfering data specified with URL
  8. syntax. Find out how to use Curl by reading the curl.1 man page or the
  9. MANUAL document. Find out how to install Curl by reading the INSTALL
  10. document.
  11. libcurl is the library curl is using to do its job. It is readily
  12. available to be used by your software. Read the libcurl.3 man page to
  13. learn how!
  14. You find answers to the most frequent questions we get in the FAQ document.
  15. Study the COPYING file for distribution terms and similar.
  16. CONTACT
  17. If you have problems, questions, ideas or suggestions, please contact us
  18. by posting to a suitable mailing list. See http://curl.haxx.se/mail/
  19. Many major contributors to the project are listed in the THANKS document.
  20. WEB SITE
  21. Visit the curl web site or mirrors for the latest news:
  22. Sweden -- http://curl.haxx.se/
  23. Australia -- http://curl.planetmirror.com/
  24. Estonia -- http://curl.dope-brothers.com/
  25. Germany -- http://curl.mirror.at.stealer.net/
  26. Russia -- http://curl.tsuren.net/
  27. Thailand -- http://curl.siamu.ac.th/
  28. US (CA) -- http://curl.mirror.redwire.net/
  29. DOWNLOAD
  30. The official download mirror sites are:
  31. Australia -- http://curl.planetmirror.com/download/
  32. Estonia -- http://curl.dope-brothers.com/download/
  33. Germany -- ftp://ftp.fu-berlin.de/pub/unix/network/curl/
  34. Hongkong -- http://www.execve.net/curl/
  35. Russia -- http://curl.tsuren.net/download/
  36. Sweden -- ftp://ftp.sunet.se/pub/www/utilities/curl/
  37. Sweden -- http://cool.haxx.se/curl/
  38. Thailand -- http://curl.siamu.ac.th/download/
  39. US (CA) -- http://curl.mirror.redwire.net/download/
  40. CVS
  41. To download the very latest source off the CVS server do this:
  42. cvs -d :pserver:cvsread@cvs.php.net:/repository login
  43. (enter "phpfi" when asked for password)
  44. cvs -d :pserver:cvsread@cvs.php.net:/repository co curl
  45. (you'll get a directory named curl created, filled with the source code)
  46. cvs -d :pserver:cvsread@cvs.php.net:/repository logout
  47. (you're off the hook!)
  48. NOTICE
  49. Curl contains pieces of source code that is Copyright (c) 1998, 1999
  50. Kungliga Tekniska Högskolan. This notice is included here to comply with the
  51. distribution terms.