NS/dev/hitboxtest/source/curl/docs
2005-04-12 13:43:58 +00:00
..
examples Branced from 3.02 to test the new hitbox code 2005-04-12 13:43:58 +00:00
libcurl Branced from 3.02 to test the new hitbox code 2005-04-12 13:43:58 +00:00
BINDINGS Branced from 3.02 to test the new hitbox code 2005-04-12 13:43:58 +00:00
BUGS Branced from 3.02 to test the new hitbox code 2005-04-12 13:43:58 +00:00
CONTRIBUTE Branced from 3.02 to test the new hitbox code 2005-04-12 13:43:58 +00:00
curl-config.1 Branced from 3.02 to test the new hitbox code 2005-04-12 13:43:58 +00:00
curl-config.html Branced from 3.02 to test the new hitbox code 2005-04-12 13:43:58 +00:00
curl-config.pdf Branced from 3.02 to test the new hitbox code 2005-04-12 13:43:58 +00:00
curl.1 Branced from 3.02 to test the new hitbox code 2005-04-12 13:43:58 +00:00
curl.html Branced from 3.02 to test the new hitbox code 2005-04-12 13:43:58 +00:00
curl.pdf Branced from 3.02 to test the new hitbox code 2005-04-12 13:43:58 +00:00
FAQ Branced from 3.02 to test the new hitbox code 2005-04-12 13:43:58 +00:00
FEATURES Branced from 3.02 to test the new hitbox code 2005-04-12 13:43:58 +00:00
HISTORY Branced from 3.02 to test the new hitbox code 2005-04-12 13:43:58 +00:00
index.html Branced from 3.02 to test the new hitbox code 2005-04-12 13:43:58 +00:00
INSTALL Branced from 3.02 to test the new hitbox code 2005-04-12 13:43:58 +00:00
INTERNALS Branced from 3.02 to test the new hitbox code 2005-04-12 13:43:58 +00:00
KNOWN_BUGS Branced from 3.02 to test the new hitbox code 2005-04-12 13:43:58 +00:00
libcurl-the-guide Branced from 3.02 to test the new hitbox code 2005-04-12 13:43:58 +00:00
Makefile.am Branced from 3.02 to test the new hitbox code 2005-04-12 13:43:58 +00:00
Makefile.in Branced from 3.02 to test the new hitbox code 2005-04-12 13:43:58 +00:00
MANUAL Branced from 3.02 to test the new hitbox code 2005-04-12 13:43:58 +00:00
README.win32 Branced from 3.02 to test the new hitbox code 2005-04-12 13:43:58 +00:00
RESOURCES Branced from 3.02 to test the new hitbox code 2005-04-12 13:43:58 +00:00
THANKS Branced from 3.02 to test the new hitbox code 2005-04-12 13:43:58 +00:00
TheArtOfHttpScripting Branced from 3.02 to test the new hitbox code 2005-04-12 13:43:58 +00:00
TODO Branced from 3.02 to test the new hitbox code 2005-04-12 13:43:58 +00:00
VERSIONS Branced from 3.02 to test the new hitbox code 2005-04-12 13:43:58 +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