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

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.