From cc09e31acf2984a81f35e4d2d237a0086a76b7ff Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 16 Oct 2003 15:04:06 +0000 Subject: [PATCH] turned this into a list of documents/standards curl adheres to --- docs/RESOURCES | 56 ++------------------------------------------------ 1 file changed, 2 insertions(+), 54 deletions(-) diff --git a/docs/RESOURCES b/docs/RESOURCES index 6a8da0fca..408efe182 100644 --- a/docs/RESOURCES +++ b/docs/RESOURCES @@ -5,14 +5,9 @@ \___|\___/|_| \_\_____| -This document lists documents that specify standards used by curl, software -that extends curl, web pages with similar utilities and information pages that -describe some of the tools that we use to build/compile/develop curl. +This document lists documents and standards used by curl. -Standards ---------- - - RFC 959 - Defines how FTP works + RFC 959 - The FTP protocol RFC 1635 - How to Use Anonymous FTP @@ -75,50 +70,3 @@ Standards RFC 2965 - HTTP State Management Mechanism. Cookies. Obsoletes RFC2109 -Compilers ---------- - MingW32 - http://www.mingw.org/ - - 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/ - -Similar Tools -------------- - wget - http://sunsite.dk/wget/ - - 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/ - - Kermit - http://www.columbia.edu/kermit/ftpclient - - Pavuk - http://www.idata.sk/~ondrej/pavuk/ - - httpr - http://zwolak.dhs.org/httpr/ - - puf - http://www.inf.tu-dresden.de/~ob6/sw/puf.html - -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 - - libtool - http://www.gnu.org/software/libtool/libtool.html