diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-06-09 07:10:47 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-06-09 07:10:47 +0000 |
commit | eede4c33dfd922112c76613fa67b6f1f724b57c0 (patch) | |
tree | b6e67303d99ebf7280a0110be6f3bc3a43b8989e /docs/RESOURCES | |
parent | 32fd2ffab72f8474f8fa2436f456ed2f9ee23b35 (diff) | |
download | curl-eede4c33dfd922112c76613fa67b6f1f724b57c0.tar.gz |
edited it to look better when HTML'ified
Diffstat (limited to 'docs/RESOURCES')
-rw-r--r-- | docs/RESOURCES | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/docs/RESOURCES b/docs/RESOURCES index 88763a26e..96b6efc7a 100644 --- a/docs/RESOURCES +++ b/docs/RESOURCES @@ -11,6 +11,7 @@ specify standards used by curl, software that extends curl, web pages with that we use to build/compile/develop curl. Standards +--------- RFC 959 - Defines how FTP works @@ -61,29 +62,41 @@ Standards RFC 2617 - HTTP Authentication Compilers - +--------- MingW32 - http://www.xraylith.wisc.edu/~khan/software/gnu-win32/index.html + gcc - http://www.gnu.org/software/gcc/gcc.html Software - +-------- OpenSSL - http://www.openssl.org + OpenLDAP - http://www.openldap.org - zlib - http://www.cdrom.com/pub/infozip/zlib/ -Competitors + zlib - http://www.cdrom.com/pub/infozip/zlib/ +Similar Tools +------------- wget - ftp://prep.ai.mit.edu/pub/gnu/ + snarf - http://www.xach.com/snarf/ + lynx - http://lynx.browser.org/ (well at least when -dump is used) + swebget - http://www.uni-hildesheim.de/~smol0075/swebget/ + fetch - ? Related Software - +---------------- ftpparse - http://cr.yp.to/ftpparse.html parses FTP LIST responses + autoconf - http://www.gnu.org/software/autoconf/autoconf.html + automake - http://www.gnu.org/software/automake/automake.html + bison - http://www.gnu.org/software/bison/bison.html + gzip - http://www.gnu.org/software/gzip/gzip.html + tar - http://www.gnu.org/software/tar/tar.html |