Update of /cvsroot/curl/curl-www/docs
In directory labb:/tmp/cvs-serv11299
Modified Files:
Makefile _menu.html
Added Files:
_libs.html
Log Message:
added the libs here instead, named "Dependencies"
Index: _menu.html
===================================================================
RCS file: /cvsroot/curl/curl-www/docs/_menu.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- _menu.html 21 Mar 2005 07:49:19 -0000 1.14
+++ _menu.html 4 May 2005 14:13:41 -0000 1.15
@@ -82,6 +82,12 @@
DOCREF(/docs/manpage.html, curl Man Page)
#endif
+#ifdef DOCS_LIBS
+HERE(x, Dependencies)
+#else
+DOCREF(/docs/libs.html, Dependencies)
+#endif
+
#ifdef DOCS_FAQ
HERE(x, FAQ)
#else
Index: Makefile
===================================================================
RCS file: /cvsroot/curl/curl-www/docs/Makefile,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- Makefile 21 Mar 2005 07:43:39 -0000 1.48
+++ Makefile 4 May 2005 14:13:41 -0000 1.49
@@ -19,7 +19,7 @@
httpscripting.html comparison-table.html relatedtools.html \
osdistribs.html versions.html history.html loc.html knownbugs.html \
manual.html caextract.html programs.html security.html testcurl.html \
- runtests.html
+ runtests.html libs.html
all: $(PAGES)
@echo done
@@ -34,6 +34,9 @@
$(ACTION)
+libs.html: _libs.html $(MAINPARTS)
+ $(ACTION)
+
manpage.html: _manpage.html $(MAINPARTS) mandump.t
$(ACTION)
--- NEW FILE: _libs.html ---
#include "_doctype.html"
<HTML>
<HEAD> <TITLE>cURL - External Dependencies</TITLE>
#include "css.t"
</HEAD>
#define CURL_DOCS
#define DOCS_LIBS
#define CURL_URL docs/libs.html
#include "docs/_menu.html"
#include "setup.t"
WHERE2(Docs, "/docs/", Dependencies)
TITLE(Dependencies)
<div class="relatedbox">
<b>Related:</b>
<br><a href="/libcurl/relatedlibs.html">Related Libs</a>
<br><a href="/libcurl/competitors.html">libcurl competitors</a>
</div>
<p>
Curl depends on external libraries for some features (and <a
href="/libcurl/">libcurl</a> for all features). You can build curl without
them, but curl gets a lot better if you have these libraries:
<p>
<table cellpadding="4" cellspacing="0">
<tr class="tabletop"><th>Library</th><th>Used for...</th></tr>
<tr>
<td align="center">
<img src="../openssl.png" width="102" height="47" alt="OpenSSL" border="0"><br>
<a href="http://www.openssl.org"><small>www.openssl.org</small></a>
</td>
<td>
SSL (https) support. Use <a href="http://www.openssl.org">OpenSSL</a>. Curl
compiles, builds and runs perfectly with it. <a
href="download.html#openssl">download links</a>
</td>
</tr>
<tr class="odd">
<td align="center">
<img src="../zlib.png" width="100" height="55" alt="zlib" border="0"><br>
<a href="http://www.gzip.org/zlib/"><small>www.gzip.org/zlib</small></a>
</td>
<td>
The automatic "deflate" decompression depends on <a
href="http://www.gzip.org/zlib/">zlib</a>. <a
href="download.html#zlib">download links</a>
</td>
</tr>
<tr>
<td align="center">
<img src="../openldap2.png" width="150" height="42" alt="OpenLDAP" border="0"><br>
<a href="http://www.openldap.org"><small>www.openldap.org</small></a>
</td>
<td>
The LDAP support depends on <a href="http://www.openldap.org">OpenLDAP</a>.
</td>
</tr>
<tr class="odd">
<td align="center">
<small>kerberos4</small>
</td>
<td>
The kerberos4 support depends on a kerberos4 package! :-) More information
can be found at <a
href="http://www.contrib.andrew.cmu.edu/~shadow/kerberos.html">http://www.contrib.andrew.cmu.edu/~shadow/kerberos.html</a>,
by asking <a href="http://www.google.com/search?q=kerberos">google</a> or at
the <a href="http://web.mit.edu/kerberos/www/">MIT kerberos package
page</a>. libcurl has been used successfully with <a
href="http://www.pdc.kth.se/kth-krb/">kth-krb4</a>.
</td>
</tr>
<tr>
<td align=center>
<a href="http://www.pdc.kth.se/heimdal/">heimdal</a>
</td>
<td>
The GSSAPI support can be provided by the heimdal package. GSSAPI is used for
the GSS-Negotiate support in libcurl.
</td>
</tr>
<tr class="odd">
<td align="center">
<a href="http://sourceforge.net/projects/modgssapache/">fbopenssl</a>
</td>
<td>
SPNEGO support depends on the fbopenssl library.
</td>
</tr>
<tr class="even">
<td align="center">
<a href="http://daniel.haxx.se/projects/c-ares/">c-ares</a>
</td>
<td>
c-ares is the library libcurl uses for asynchronous name resolves.
</td>
</tr>
<tr class="odd">
<td align="center">
<a href="http://www.gnu.org/software/libidn/">libidn</a>
</td>
<td>
libidn is used by libcurl to perform the proper IDNA encodings for
international domain names to work.
</td>
</tr>
</table>
#include "_footer.html"
</BODY>
</HTML>
_______________________________________________
http://cool.haxx.se/mailman/listinfo/curl-www-commits
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.