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

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.