mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
edited it to look better when HTML'ified
This commit is contained in:
parent
32fd2ffab7
commit
eede4c33df
@ -11,6 +11,7 @@ specify standards used by curl, software that extends curl, web pages with
|
|||||||
that we use to build/compile/develop curl.
|
that we use to build/compile/develop curl.
|
||||||
|
|
||||||
Standards
|
Standards
|
||||||
|
---------
|
||||||
|
|
||||||
RFC 959 - Defines how FTP works
|
RFC 959 - Defines how FTP works
|
||||||
|
|
||||||
@ -61,29 +62,41 @@ Standards
|
|||||||
RFC 2617 - HTTP Authentication
|
RFC 2617 - HTTP Authentication
|
||||||
|
|
||||||
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
|
gcc - http://www.gnu.org/software/gcc/gcc.html
|
||||||
|
|
||||||
Software
|
Software
|
||||||
|
--------
|
||||||
OpenSSL - http://www.openssl.org
|
OpenSSL - http://www.openssl.org
|
||||||
|
|
||||||
OpenLDAP - http://www.openldap.org
|
OpenLDAP - http://www.openldap.org
|
||||||
|
|
||||||
zlib - http://www.cdrom.com/pub/infozip/zlib/
|
zlib - http://www.cdrom.com/pub/infozip/zlib/
|
||||||
|
|
||||||
Competitors
|
Similar Tools
|
||||||
|
-------------
|
||||||
wget - ftp://prep.ai.mit.edu/pub/gnu/
|
wget - ftp://prep.ai.mit.edu/pub/gnu/
|
||||||
|
|
||||||
snarf - http://www.xach.com/snarf/
|
snarf - http://www.xach.com/snarf/
|
||||||
|
|
||||||
lynx - http://lynx.browser.org/ (well at least when -dump is used)
|
lynx - http://lynx.browser.org/ (well at least when -dump is used)
|
||||||
|
|
||||||
swebget - http://www.uni-hildesheim.de/~smol0075/swebget/
|
swebget - http://www.uni-hildesheim.de/~smol0075/swebget/
|
||||||
|
|
||||||
fetch - ?
|
fetch - ?
|
||||||
|
|
||||||
Related Software
|
Related Software
|
||||||
|
----------------
|
||||||
ftpparse - http://cr.yp.to/ftpparse.html parses FTP LIST responses
|
ftpparse - http://cr.yp.to/ftpparse.html parses FTP LIST responses
|
||||||
|
|
||||||
autoconf - http://www.gnu.org/software/autoconf/autoconf.html
|
autoconf - http://www.gnu.org/software/autoconf/autoconf.html
|
||||||
|
|
||||||
automake - http://www.gnu.org/software/automake/automake.html
|
automake - http://www.gnu.org/software/automake/automake.html
|
||||||
|
|
||||||
bison - http://www.gnu.org/software/bison/bison.html
|
bison - http://www.gnu.org/software/bison/bison.html
|
||||||
|
|
||||||
gzip - http://www.gnu.org/software/gzip/gzip.html
|
gzip - http://www.gnu.org/software/gzip/gzip.html
|
||||||
|
|
||||||
tar - http://www.gnu.org/software/tar/tar.html
|
tar - http://www.gnu.org/software/tar/tar.html
|
||||||
|
Loading…
Reference in New Issue
Block a user