curl/docs
2002-04-12 07:19:43 +00:00
..
examples
libcurl corrected to new return codes 2002-04-10 18:08:50 +00:00
BUGS
CONTRIBUTE
curl-config.1
curl.1 clarified how to write URLs in -K config files 2002-04-10 12:57:34 +00:00
FAQ
FEATURES
INSTALL adjusted windows section after a patch from Miklos Nemeth 2002-03-22 12:01:30 +00:00
INTERNALS
KNOWN_BUGS
libcurl-the-guide
Makefile.am
MANUAL
README.win32
RESOURCES
THANKS Jacky Lam deserves a mention here 2002-04-08 13:31:06 +00:00
TheArtOfHttpScripting
TODO error codes *ARE* documented now 2002-04-12 07:19:43 +00: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 also converted to HTML and those are also 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