Home | History | Annotate | only in /external/curl/docs
Up to higher level directory
NameDateSize
.gitignore05-Oct-201713
BINDINGS05-Oct-20174.8K
BUGS05-Oct-20175.9K
CHECKSRC.md05-Oct-20174.3K
CODE_OF_CONDUCT.md05-Oct-20171.6K
CODE_STYLE.md05-Oct-20175.5K
CONTRIBUTE05-Oct-201710.1K
curl-config.105-Oct-20174.1K
curl.105-Oct-2017104.6K
examples/05-Oct-2017
FAQ05-Oct-201766.1K
FEATURES05-Oct-20176.1K
HISTORY05-Oct-20178.9K
HTTP-COOKIES.md05-Oct-20173.8K
HTTP2.md05-Oct-20174.2K
index.html05-Oct-2017600
INSTALL05-Oct-201742.4K
INSTALL.cmake05-Oct-20174.1K
INSTALL.devcpp05-Oct-201712.1K
INTERNALS05-Oct-201742.5K
KNOWN_BUGS05-Oct-201720.6K
libcurl/05-Oct-2017
LICENSE-MIXING05-Oct-20175.5K
MAIL-ETIQUETTE05-Oct-201710.6K
Makefile.am05-Oct-20172K
MANUAL05-Oct-201738.1K
mk-ca-bundle.105-Oct-20174.3K
README.cmake05-Oct-2017678
README.md05-Oct-2017534
README.netware05-Oct-20171K
README.win3205-Oct-2017888
RELEASE-PROCEDURE05-Oct-20172.4K
RESOURCES05-Oct-20172.2K
ROADMAP.md05-Oct-20174.4K
SECURITY05-Oct-20174.8K
SSL-PROBLEMS05-Oct-20173.4K
SSLCERTS05-Oct-20177.7K
THANKS05-Oct-201720.2K
THANKS-filter05-Oct-20172.5K
TheArtOfHttpScripting05-Oct-201728.5K
TODO05-Oct-201734.8K
VERSIONS05-Oct-20172.3K

README.cmake

      1                                   _   _ ____  _
      2                               ___| | | |  _ \| |
      3                              / __| | | | |_) | |
      4                             | (__| |_| |  _ <| |___
      5                              \___|\___/|_| \_\_____|
      6 
      7 README.cmake
      8   Read the README file first.
      9 
     10   Curl contains CMake build files that provide a way to build Curl with the
     11   CMake build tool (www.cmake.org). CMake is a cross platform meta build tool
     12   that generates native makefiles and IDE project files. The CMake build
     13   system can be used to build Curl on any of its supported platforms.
     14 
     15   Read the INSTALL.cmake file for instructions on how to compile curl with
     16   CMake.
     17 

README.md

      1 ![curl logo](https://cdn.rawgit.com/curl/curl-www/master/logo/curl-logo.svg)
      2 
      3 # Documentation
      4 
      5 You'll find a mix of various documentation in this directory and
      6 subdirectories, using several different formats. Some of them are not ideally
      7 for reading directly in your browser.
      8 
      9 If you rather see the rendered version of the documentation, check out the
     10 curl web site's [documentation section](https://curl.haxx.se/docs/) for
     11 general curl stuff or the [libcurl section](https://curl.haxx.se/libcurl/) for
     12 libcurl related documentation.
     13 

README.netware

      1                                   _   _ ____  _
      2                               ___| | | |  _ \| |
      3                              / __| | | | |_) | |
      4                             | (__| |_| |  _ <| |___
      5                              \___|\___/|_| \_\_____|
      6 
      7 README.netware
      8 
      9   Read the README file first.
     10 
     11   Curl has been successfully compiled with gcc / nlmconv on different flavours
     12   of Linux as well as with the official Metrowerks CodeWarrior compiler.
     13   While not being the main development target, a continuously growing share of
     14   curl users are NetWare-based, specially also consuming the lib from PHP.
     15 
     16   The unix-style man pages are tricky to read on windows, so therefore are all
     17   those pages converted to HTML as well as pdf, and included in the release
     18   archives.
     19 
     20   The main curl.1 man page is also "built-in" in the command line tool. Use a
     21   command line similar to this in order to extract a separate text file:
     22 
     23         curl -M >manual.txt
     24 
     25   Read the INSTALL file for instructions how to compile curl self.
     26 
     27 
     28 

README.win32

      1                                   _   _ ____  _
      2                               ___| | | |  _ \| |
      3                              / __| | | | |_) | |
      4                             | (__| |_| |  _ <| |___
      5                              \___|\___/|_| \_\_____|
      6 
      7 README.win32
      8 
      9   Read the README file first.
     10 
     11   Curl has been compiled, built and run on all sorts of Windows and win32
     12   systems. While not being the main develop target, a fair share of curl users
     13   are win32-based.
     14 
     15   The unix-style man pages are tricky to read on windows, so therefore are all
     16   those pages converted to HTML as well as pdf, and included in the release
     17   archives.
     18 
     19   The main curl.1 man page is also "built-in" in the command line tool. Use a
     20   command line similar to this in order to extract a separate text file:
     21 
     22         curl -M >manual.txt
     23 
     24   Read the INSTALL file for instructions how to compile curl self.
     25 
     26 
     27