dhewm3/neo/curl/docs
Timothee 'TTimo' Besset fb1609f554 hello world
2011-11-22 15:28:15 -06:00
..
examples hello world 2011-11-22 15:28:15 -06:00
libcurl hello world 2011-11-22 15:28:15 -06:00
BINDINGS hello world 2011-11-22 15:28:15 -06:00
BUGS hello world 2011-11-22 15:28:15 -06:00
CONTRIBUTE hello world 2011-11-22 15:28:15 -06:00
curl-config.1 hello world 2011-11-22 15:28:15 -06:00
curl-config.html hello world 2011-11-22 15:28:15 -06:00
curl-config.pdf hello world 2011-11-22 15:28:15 -06:00
curl.1 hello world 2011-11-22 15:28:15 -06:00
curl.html hello world 2011-11-22 15:28:15 -06:00
curl.pdf hello world 2011-11-22 15:28:15 -06:00
FAQ hello world 2011-11-22 15:28:15 -06:00
FEATURES hello world 2011-11-22 15:28:15 -06:00
HISTORY hello world 2011-11-22 15:28:15 -06:00
index.html hello world 2011-11-22 15:28:15 -06:00
INSTALL hello world 2011-11-22 15:28:15 -06:00
INTERNALS hello world 2011-11-22 15:28:15 -06:00
KNOWN_BUGS hello world 2011-11-22 15:28:15 -06:00
libcurl-the-guide hello world 2011-11-22 15:28:15 -06:00
Makefile.am hello world 2011-11-22 15:28:15 -06:00
Makefile.in hello world 2011-11-22 15:28:15 -06:00
MANUAL hello world 2011-11-22 15:28:15 -06:00
README.win32 hello world 2011-11-22 15:28:15 -06:00
RESOURCES hello world 2011-11-22 15:28:15 -06:00
SSLCERTS hello world 2011-11-22 15:28:15 -06:00
THANKS hello world 2011-11-22 15:28:15 -06:00
TheArtOfHttpScripting hello world 2011-11-22 15:28:15 -06:00
TODO hello world 2011-11-22 15:28:15 -06:00
VERSIONS hello world 2011-11-22 15:28:15 -06:00

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

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