Update of /cvsroot/curl/curl-www/libcurl
In directory labb.contactor.se:/var/tmp/cvs-serv26433
Modified Files:
Makefile _competitors.html _index.html
Added Files:
_libwww.html
Log Message:
added links to the new comparison pages
--- NEW FILE: _libwww.html ---
#include "_doctype.html"
<HTML>
<HEAD> <TITLE>libcurl - Libwww Comparison</TITLE>
#include "css.t"
</HEAD>
#define LIBCURL_LIBWWW
#define CURL_URL libcurl/libwww.html
#include "_menu.html"
#include "setup.t"
#include "table.t"
WHERE2(libcurl, "/libcurl/", Libwww Comparison)
TITLE(Notes About Libwww compared to libcurl)
<div class="relatedbox">
<b>Related:</b>
<br><a href="/docs/features.html">libcurl Features</a>
<br><a href="competitors.html">Compare HTTP Libraries</a>.
</div>
<ul>
<li> libcurl is more portable
<li> libcurl is supported and has a living community
<li> programs need less code to transfer files using libcurl than a libwww-
using equivalent
<li> libcurl is thread-safe
<li> libcurl has a different feature-set and offers several features not
present in libwww
<li> libwww offers HTTP pipelining, which libcurl doesn't
</ul>
#include "_footer.html"
</BODY>
</HTML>
Index: Makefile
===================================================================
RCS file: /cvsroot/curl/curl-www/libcurl/Makefile,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -b -r1.37 -r1.38
--- Makefile 17 Aug 2004 14:53:51 -0000 1.37
+++ Makefile 30 Aug 2004 16:55:04 -0000 1.38
@@ -12,7 +12,7 @@
all: index.html mail.html competitors.html threadsafe.html \
fast.html ipv6.html comparison-table.html relatedlibs.html \
- features.html support.html wininet.html
+ features.html support.html wininet.html libwww.html
cd c; make
cd perl; make
cd php; make
@@ -74,3 +74,6 @@
wininet.html: _wininet.html $(MAINPARTS)
$(ACTION)
+
+libwww.html: _libwww.html $(MAINPARTS)
+ $(ACTION)
Index: _competitors.html
===================================================================
RCS file: /cvsroot/curl/curl-www/libcurl/_competitors.html,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- _competitors.html 5 Apr 2004 12:43:26 -0000 1.18
+++ _competitors.html 30 Aug 2004 16:55:04 -0000 1.19
@@ -48,7 +48,7 @@
claims he has passed the leadership of the project to "eazel". Popular
choice among GNOME projects.
</ul>
-<b><a href="http://www.w3.org/Library/">libwww</a></b> (<a href="http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231">W3C license</a>)<br>
+<b><a href="http://www.w3.org/Library/">libwww</a></b> (<a href="http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231">W3C license</a>) <a href="libwww.html">comparison with libcurl</a> <br>
<ul>
Much more complex, bloated and potent than libcurl is. Includes everything
from multi-threading to HTML parsing. Most notable features that libcurl
Index: _index.html
===================================================================
RCS file: /cvsroot/curl/curl-www/libcurl/_index.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -b -r1.39 -r1.40
--- _index.html 12 Aug 2004 10:25:06 -0000 1.39
+++ _index.html 30 Aug 2004 16:55:04 -0000 1.40
@@ -52,7 +52,9 @@
out our <a href="using/">using libcurl</a> page for general hints and advice.
<p>
You wanna see how the free HTTP client library competition looks like? Check
- out the <a href="competitors.html">list of libraries similar to libcurl</a>.
+ out the <a href="competitors.html">list of libraries similar to libcurl</a>,
+ orread the comparisons against <a href="libwww.html">libwww</a> and <a
+ href="winnet.html">WinInet</a>.
TITLE(Help Us Improve libcurl!)
<p>
_______________________________________________
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.