NS/releases/valve/source/curl/docs
puzl f44f16d59a made a copy
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@168 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-08 18:52:38 +00:00
..
examples made a copy 2005-06-08 18:52:38 +00:00
libcurl made a copy 2005-06-08 18:52:38 +00:00
BINDINGS made a copy 2005-06-08 18:52:38 +00:00
BUGS made a copy 2005-06-08 18:52:38 +00:00
CONTRIBUTE made a copy 2005-06-08 18:52:38 +00:00
curl-config.1 made a copy 2005-06-08 18:52:38 +00:00
curl-config.html made a copy 2005-06-08 18:52:38 +00:00
curl-config.pdf made a copy 2005-06-08 18:52:38 +00:00
curl.1 made a copy 2005-06-08 18:52:38 +00:00
curl.html made a copy 2005-06-08 18:52:38 +00:00
curl.pdf made a copy 2005-06-08 18:52:38 +00:00
FAQ made a copy 2005-06-08 18:52:38 +00:00
FEATURES made a copy 2005-06-08 18:52:38 +00:00
HISTORY made a copy 2005-06-08 18:52:38 +00:00
index.html made a copy 2005-06-08 18:52:38 +00:00
INSTALL made a copy 2005-06-08 18:52:38 +00:00
INTERNALS made a copy 2005-06-08 18:52:38 +00:00
KNOWN_BUGS made a copy 2005-06-08 18:52:38 +00:00
libcurl-the-guide made a copy 2005-06-08 18:52:38 +00:00
Makefile.am made a copy 2005-06-08 18:52:38 +00:00
Makefile.in made a copy 2005-06-08 18:52:38 +00:00
MANUAL made a copy 2005-06-08 18:52:38 +00:00
README.win32 made a copy 2005-06-08 18:52:38 +00:00
RESOURCES made a copy 2005-06-08 18:52:38 +00:00
THANKS made a copy 2005-06-08 18:52:38 +00:00
TheArtOfHttpScripting made a copy 2005-06-08 18:52:38 +00:00
TODO made a copy 2005-06-08 18:52:38 +00:00
VERSIONS made a copy 2005-06-08 18:52:38 +00: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 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