curl/docs
2003-03-15 15:08:55 +00:00
..
examples no the data is not freed, this is left for the app to do when needed 2003-03-10 17:01:11 +00:00
libcurl clarify 2003-03-10 20:43:59 +00:00
.cvsignore
BINDINGS
BUGS clarified 2002-04-27 18:31:49 +00:00
CONTRIBUTE
curl-config.1
curl.1
FAQ
FEATURES updates 2001-12-03 10:07:49 +00:00
HISTORY
HOWTO-RELEASE steps I *MUST* perform when I release a package 2003-01-20 11:29:40 +00:00
index.html
INSTALL James Bursa wrote a section about cross-compiling for RISC OS 2003-02-28 13:10:54 +00:00
INTERNALS
KNOWN_BUGS -m on curl on windows with telnet doesn't work 2003-03-12 14:14:52 +00:00
libcurl-the-guide
Makefile.am added index.html 2003-02-26 13:46:38 +00:00
MANUAL
README.win32
RESOURCES
THANKS
TheArtOfHttpScripting
TODO detect lack of perl before running tests 2003-03-15 15:08:55 +00:00
VERSIONS Added VERSIONS that explains about the (lib)curl version numbers 2001-11-07 08:26:51 +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