curl/docs
Steve Holme 7da3caaf95 Revert "DOCS: Added IMAP URL example for listing new messages"
This reverts commit 82ab5f1b0c as this was the wrong place to
document the complexity of IMAP URLs and Custom Requests.
2013-08-02 14:25:21 +01:00
..
examples
libcurl
.gitignore
BINDINGS
BUGS
CONTRIBUTE
curl-config.1 curl-config.1: fix curl-config usage in example 2012-05-20 15:38:54 +02:00
curl.1 src/tool: allow timeouts to accept decimal values 2013-07-14 23:04:05 +02:00
DISTRO-DILEMMA
FAQ
FEATURES
HISTORY
HTTP-COOKIES
index.html
INSTALL
INSTALL.cmake
INSTALL.devcpp
INTERNALS OS400: synchronize RPG binding 2013-03-12 15:37:34 +01:00
KNOWN_BUGS
LICENSE-MIXING
MAIL-ETIQUETTE
Makefile.am HTTP-COOKIES: added cookie documentation 2012-07-03 09:03:08 +02:00
MANUAL MANUAL: clarified user+password in HTTP URLs 2012-09-09 23:08:59 +02:00
mk-ca-bundle.1
README.cmake
README.netware
README.win32 removed trailing whitespace 2010-02-14 19:40:18 +00:00
RESOURCES
SSLCERTS docs: schannel and darwinssl documentation improvements 2013-02-18 16:27:30 -07:00
THANKS
TheArtOfHttpScripting
TODO
VERSIONS

                                  _   _ ____  _
                              ___| | | |  _ \| |
                             / __| | | | |_) | |
                            | (__| |_| |  _ <| |___
                             \___|\___/|_| \_\_____|

README.win32

  Read the README file first.

  Curl has been compiled, built and run on all sorts of Windows and win32
  systems. While not being the main develop target, a fair share of curl users
  are win32-based.

  The unix-style man pages are tricky to read on windows, so therefore are all
  those pages converted to HTML as well as pdf, and included in the release
  archives.

  The main curl.1 man page is also "built-in" in the command line tool. Use a
  command line similar to this in order to extract a separate text file:

        curl -M >manual.txt

  Read the INSTALL file for instructions how to compile curl self.