Daniel Stenberg e0785ade35 softened my opinions, added API benefit - Thanks to Eric Cooper 19 yıl önce
..
examples 49a16f7121 Theo Borm's example, as was posted here: 19 yıl önce
libcurl 0177ed6f03 clarify that the ctxfunc is called on all new connects 19 yıl önce
.cvsignore b6dac2b484 ignore .ps and .pdf files too 22 yıl önce
BINDINGS 5c5d5270d2 new Lua binding 19 yıl önce
BUGS a7349a48ff minor edits 21 yıl önce
CONTRIBUTE e9812c53cb strip trailing whitespace 20 yıl önce
DISTRO-DILEMMA e0785ade35 softened my opinions, added API benefit - Thanks to Eric Cooper 19 yıl önce
FAQ 09cb9c782d 4.14 Redirects work in browser but not with curl! 19 yıl önce
FEATURES c3207e215f clarified for GnuTLS 19 yıl önce
HISTORY b04d6dd0b1 January 2003. Started working on the distributed curl tests. The autobuilds. 19 yıl önce
INSTALL 6a5c2b0fc3 updated NetWare section. 19 yıl önce
INTERNALS 36e1363e3d minor edit 23 yıl önce
KNOWN_BUGS 6ba19692a3 fixed #26, GnuTLS CA cert verification 19 yıl önce
LICENSE-MIXING 51a4493add Added GNU GSS and separate sections for MIT GSS and Heimdal and added info 19 yıl önce
MANUAL 2f8085af15 David Houlder added --form-string 19 yıl önce
Makefile.am c62635a3b5 added DISTRO-DILEMMA 19 yıl önce
README.netware dfc85b7291 added line where to find compile instructions. 20 yıl önce
README.win32 d4951e837e mention the other formats the docs come in 21 yıl önce
RESOURCES cc09e31acf turned this into a list of documents/standards curl adheres to 21 yıl önce
SSLCERTS 73dd450147 describes how you can extract the CA cert from a site using the openssl tool 20 yıl önce
THANKS 5e16a77fa9 Added new contributors from RELEASE-NOTES. The somewhat different sort order 19 yıl önce
TODO 9853acba66 Moved the GnuTLS related TODO items from lib/TODO.gnutls to the proper 19 yıl önce
TheArtOfHttpScripting c5b448038f corrected the URL 20 yıl önce
VERSIONS f518a5e231 updated 19 yıl önce
curl-config.1 52f6c437fe --protocols is added in 7.13.0 20 yıl önce
curl.1 575ce905b2 ok, the right term (using RFC2616 lingo) for the -X keyword is method and not 19 yıl önce
index.html 98c70b73f2 added doctype tag to get HTML compliant 20 yıl önce

README.netware

_ _ ____ _
___| | | | _ \| |
/ __| | | | |_) | |
| (__| |_| | _ <| |___
\___|\___/|_| \_\_____|

README.netware

Read the README file first.

Curl has been successfully compiled with gcc / nlmconv on different flavours
of Linux as well as with the official Metrowerks CodeWarrior compiler.
While not being the main development target, a continously growing share of
curl users are NetWare-based, specially also consuming the lib from PHP.

The unix-style man pages are tricky to read on windows, so therefore are all
those pages converted to HTML as well as pdf, and 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

Read the INSTALL file for instructions how to compile curl self.