curl/docs
Daniel Stenberg 9986c6cb2b curl_formadd.3: fixed wrong "end-marker" syntax
Reported and fixed by: Eric S. Raymond
Bug: http://curl.haxx.se/bug/view.cgi?id=1233
2013-05-28 13:35:13 +02:00
..
examples tarball: include the xmlstream example 2013-05-19 11:21:56 +02:00
libcurl curl_formadd.3: fixed wrong "end-marker" syntax 2013-05-28 13:35:13 +02:00
.gitignore
BINDINGS
BUGS
CONTRIBUTE
curl-config.1
curl.1 curl.1: clarify that --silent still outputs data 2013-05-28 11:37:58 +02:00
DISTRO-DILEMMA
FAQ FAQ: mention that the network connection can be monitored 2013-04-15 22:26:18 +02:00
FEATURES
HISTORY HISTORY: Fix spelling error. 2013-04-23 21:41:38 +02:00
HTTP-COOKIES
index.html
INSTALL Updated zlib version in build files. 2013-05-11 17:08:00 +02:00
INSTALL.cmake
INSTALL.devcpp
INTERNALS
KNOWN_BUGS KNOWN_BUGS: curl -OJC- fails to resume 2013-05-21 23:58:52 +02:00
LICENSE-MIXING
MAIL-ETIQUETTE
Makefile.am
MANUAL
mk-ca-bundle.1
README.cmake
README.netware
README.win32
RESOURCES
SSLCERTS
THANKS
TheArtOfHttpScripting
TODO TODO: Updated following the addition of CURLOPT_SASL_IR 2013-04-30 00:12:41 +01:00
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.