Daniel Stenberg dbdb7fa55a - Added the --libcurl [file] option to curl. Append this option to any %!s(int64=17) %!d(string=hai) anos
..
examples c6ff612f6e Frank Teo provided an updated, mostly docs changed %!s(int64=17) %!d(string=hai) anos
libcurl 0b4bdcf18f clarify the INFILESIZE option(s) %!s(int64=17) %!d(string=hai) anos
.cvsignore b6dac2b484 ignore .ps and .pdf files too %!s(int64=22) %!d(string=hai) anos
BINDINGS 5dcb055077 new ruby binding, new tclcurl release %!s(int64=17) %!d(string=hai) anos
BUGS a7349a48ff minor edits %!s(int64=21) %!d(string=hai) anos
CONTRIBUTE 06d6ea651e elaborated somewhat in the license chapter %!s(int64=18) %!d(string=hai) anos
DISTRO-DILEMMA dadf3f06ee updated with more recent facts %!s(int64=18) %!d(string=hai) anos
FAQ 67a83c1b34 David Shaw finally removed all traces of Gopher and we are now officially %!s(int64=18) %!d(string=hai) anos
FEATURES a5dda669e3 we've cut out third party transfers %!s(int64=17) %!d(string=hai) anos
HISTORY 5e4cbd2d24 recent action %!s(int64=19) %!d(string=hai) anos
INSTALL f5e4a78b59 no suprise really, but it works fine on SH4 as well... %!s(int64=17) %!d(string=hai) anos
INSTALL.devcpp 80f481a5f7 Tom Kyer's DevCpp-Mingw Install & Compilation guide %!s(int64=18) %!d(string=hai) anos
INTERNALS 36e1363e3d minor edit %!s(int64=22) %!d(string=hai) anos
KNOWN_BUGS 0682d25da5 - Victor Snezhko helped us fix bug report #1603712 %!s(int64=17) %!d(string=hai) anos
LICENSE-MIXING e5cf6a20a7 yassl can be used now %!s(int64=18) %!d(string=hai) anos
MANUAL 52560142bf added some fresh new blurb %!s(int64=18) %!d(string=hai) anos
Makefile.am 80f481a5f7 Tom Kyer's DevCpp-Mingw Install & Compilation guide %!s(int64=18) %!d(string=hai) anos
README.netware dfc85b7291 added line where to find compile instructions. %!s(int64=20) %!d(string=hai) anos
README.win32 d4951e837e mention the other formats the docs come in %!s(int64=21) %!d(string=hai) anos
RESOURCES cc09e31acf turned this into a list of documents/standards curl adheres to %!s(int64=20) %!d(string=hai) anos
SSLCERTS 73dd450147 describes how you can extract the CA cert from a site using the openssl tool %!s(int64=20) %!d(string=hai) anos
THANKS 0af7aec211 add contributors from the 7.16.0 release %!s(int64=17) %!d(string=hai) anos
TODO 0e899d7728 * removed the SSH-based protocols as they are now being implemented %!s(int64=17) %!d(string=hai) anos
TheArtOfHttpScripting c5b448038f corrected the URL %!s(int64=19) %!d(string=hai) anos
VERSIONS f518a5e231 updated %!s(int64=19) %!d(string=hai) anos
curl-config.1 6ca627ae74 curl-config got a --checkfor option %!s(int64=18) %!d(string=hai) anos
curl.1 dbdb7fa55a - Added the --libcurl [file] option to curl. Append this option to any %!s(int64=17) %!d(string=hai) anos
index.html 98c70b73f2 added doctype tag to get HTML compliant %!s(int64=20) %!d(string=hai) anos

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.