NS/main/source/curl/docs
Karl 8552ac617c Import from old repository
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@1 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-03-09 01:31:56 +00:00
..
examples Import from old repository 2005-03-09 01:31:56 +00:00
libcurl Import from old repository 2005-03-09 01:31:56 +00:00
BINDINGS Import from old repository 2005-03-09 01:31:56 +00:00
BUGS Import from old repository 2005-03-09 01:31:56 +00:00
CONTRIBUTE Import from old repository 2005-03-09 01:31:56 +00:00
curl-config.1 Import from old repository 2005-03-09 01:31:56 +00:00
curl-config.html Import from old repository 2005-03-09 01:31:56 +00:00
curl-config.pdf Import from old repository 2005-03-09 01:31:56 +00:00
curl.1 Import from old repository 2005-03-09 01:31:56 +00:00
curl.html Import from old repository 2005-03-09 01:31:56 +00:00
curl.pdf Import from old repository 2005-03-09 01:31:56 +00:00
FAQ Import from old repository 2005-03-09 01:31:56 +00:00
FEATURES Import from old repository 2005-03-09 01:31:56 +00:00
HISTORY Import from old repository 2005-03-09 01:31:56 +00:00
index.html Import from old repository 2005-03-09 01:31:56 +00:00
INSTALL Import from old repository 2005-03-09 01:31:56 +00:00
INTERNALS Import from old repository 2005-03-09 01:31:56 +00:00
KNOWN_BUGS Import from old repository 2005-03-09 01:31:56 +00:00
libcurl-the-guide Import from old repository 2005-03-09 01:31:56 +00:00
Makefile.am Import from old repository 2005-03-09 01:31:56 +00:00
Makefile.in Import from old repository 2005-03-09 01:31:56 +00:00
MANUAL Import from old repository 2005-03-09 01:31:56 +00:00
README.win32 Import from old repository 2005-03-09 01:31:56 +00:00
RESOURCES Import from old repository 2005-03-09 01:31:56 +00:00
THANKS Import from old repository 2005-03-09 01:31:56 +00:00
TheArtOfHttpScripting Import from old repository 2005-03-09 01:31:56 +00:00
TODO Import from old repository 2005-03-09 01:31:56 +00:00
VERSIONS Import from old repository 2005-03-09 01:31:56 +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