mucho updated with lots of links to various odd stuff

This commit is contained in:
Daniel Stenberg 2000-06-09 07:00:45 +00:00
parent 77153b4efb
commit 287ebf730e

View File

@ -6,8 +6,9 @@
This document has been introduced in order to let you find documents that This document has been introduced in order to let you find documents that
specify standards used by curl, software that extends curl and web pages with specify standards used by curl, software that extends curl, web pages with
"competing" utilities. "competing" utilities and information pages that describe some of the tools
that we use to build/compile/develop curl.
Standards Standards
@ -48,9 +49,9 @@ Standards
RFC 2388 - "Returning Values from Forms: multipart/form-data" RFC 2388 - "Returning Values from Forms: multipart/form-data"
Use this as an addition to the 1867 Use this as an addition to the 1867
RFC 2396 - "Uniform Resource Identifiers: Generic Syntax and Semantics" RFC 2396 - "Uniform Resource Identifiers: Generic Syntax and Semantics" This
This one obsoletes 1738, but since 1738 is often mentioned I've left it one obsoletes 1738, but since 1738 is often mentioned I've left
in this list. it in this list.
RFC 2428 - "FTP Extensions for IPv6 and NATs" RFC 2428 - "FTP Extensions for IPv6 and NATs"
This should be considered when introducing IPv6 awareness. This should be considered when introducing IPv6 awareness.
@ -62,6 +63,7 @@ Standards
Compilers Compilers
MingW32 - http://www.xraylith.wisc.edu/~khan/software/gnu-win32/index.html MingW32 - http://www.xraylith.wisc.edu/~khan/software/gnu-win32/index.html
gcc - http://www.gnu.org/software/gcc/gcc.html
Software Software
@ -77,3 +79,11 @@ Competitors
swebget - http://www.uni-hildesheim.de/~smol0075/swebget/ swebget - http://www.uni-hildesheim.de/~smol0075/swebget/
fetch - ? 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