curl/docs
Daniel Stenberg d7531c18fc updated
2002-04-27 18:00:10 +00:00
..
examples Added the three multi interface source code examples to the distrib 2002-03-19 14:01:34 +00:00
libcurl the TOTAL_TIME is not really total, as it excludes the connect time... 2002-04-25 16:45:15 +00:00
BINDINGS Added BINDINGS, lists all available libcurl bindings as of this date. 2002-04-27 17:02:38 +00:00
BUGS slightly extended to mention that -v and -i are good options to use when 2002-01-10 07:38:53 +00:00
CONTRIBUTE
curl-config.1 added --cc description and an example 2002-01-21 14:57:07 +00:00
curl.1 clarified how to write URLs in -K config files 2002-04-10 12:57:34 +00:00
FAQ cut off an old section 2002-04-12 14:41:24 +00:00
FEATURES
INSTALL openbsd on Alpha was no problemos 2002-04-26 12:58:07 +00:00
INTERNALS minor edit 2002-02-27 12:40:01 +00:00
KNOWN_BUGS no, this doesn't look like it bugs 2002-04-24 10:16:00 +00:00
libcurl-the-guide language 2002-03-19 09:08:57 +00:00
Makefile.am Added BINDINGS, lists all available libcurl bindings as of this date. 2002-04-27 17:02:38 +00:00
MANUAL http_proxy must be lower case 2002-04-12 14:33:57 +00:00
README.win32
RESOURCES
THANKS Jacky Lam deserves a mention here 2002-04-08 13:31:06 +00:00
TheArtOfHttpScripting
TODO updated 2002-04-27 18:00:10 +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