|
Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...
|
bagder: curl-www/libcurl Makefile, 1.43, 1.44 _docs.html, NONE, 1.1 _index.: msg#00061
|
Subject: |
bagder: curl-www/libcurl Makefile, 1.43, 1.44 _docs.html, NONE, 1.1 _index.html, 1.45, 1.46 |
Update of /cvsroot/curl/curl-www/libcurl
In directory labb:/tmp/cvs-serv19748
Modified Files:
Makefile _index.html
Added Files:
_docs.html
Log Message:
brag about the docs
--- NEW FILE: _docs.html ---
#include "_doctype.html"
<HTML>
<HEAD> <TITLE>libcurl - Thoroughly Documented</TITLE>
#include "css.t"
</HEAD>
#define LIBCURL_FAST
#define CURL_URL libcurl/fast.html
#include "_menu.html"
#include "setup.t"
WHERE2(libcurl, "/libcurl/", Thoroughly Documented)
TITLE(libcurl - Thoroughly Documented)
<div class="relatedbox">
<b>Related:</b>
<br><a href="/docs/copyright.html">Free</a>
<br><a href="ipv6.html">IPv6 compatible</a>
<br><a href="features.html">Feature rich</a>
<br><a href="support.html">Well supported</a>
</div>
<p>
libcurl is thoroughly documented:
<p> All functions have their own detailed <a
href="/libcurl/c/allfuncs.html">man pages</a> describing their actual
functionality and purpose.
<p> All interfaces have overview-style man pages describing concepts that glue
functions together: <a href="/libcurl/c/libcurl-easy.html">easy</a>, <a
href="/libcurl/c/libcurl-multi.html">multi</a> and <a
href="/libcurl/c/libcurl-share.html">share</a>.
<p> There is a <a
href="/libcurl/c/libcurl-tutorial.html">tutorial</a>.
<p> We have numerous commented <a href="/libcurl/c/example.html">source code
examples</a>.
#include "_footer.html"
</BODY>
</HTML>
Index: Makefile
===================================================================
RCS file: /cvsroot/curl/curl-www/libcurl/Makefile,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- Makefile 12 Mar 2005 22:34:35 -0000 1.43
+++ Makefile 13 May 2005 14:32:26 -0000 1.44
@@ -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 libwww.html
+ features.html support.html wininet.html libwww.html docs.html
cd c; make
cd perl; make
cd php; make
@@ -65,6 +65,9 @@
fast.html: _fast.html $(MAINPARTS)
$(ACTION)
+docs.html: _docs.html $(MAINPARTS)
+ $(ACTION)
+
competitors.html: _competitors.html $(MAINPARTS)
$(ACTION)
Index: _index.html
===================================================================
RCS file: /cvsroot/curl/curl-www/libcurl/_index.html,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- _index.html 9 May 2005 13:21:07 -0000 1.45
+++ _index.html 13 May 2005 14:32:26 -0000 1.46
@@ -34,9 +34,9 @@
libcurl is <a href="/docs/copyright.html">free</a>, <a
href="threadsafe.html">thread-safe</a>, <a href="ipv6.html">IPv6
compatible</a>, <a href="features.html">feature rich</a>, <a
- href="support.html">well supported</a>, <a href="fast.html">fast</a> and is
- used by many known, big and successful <a
- href="/docs/companies.html">companies</a>.
+ href="support.html">well supported</a>, <a href="fast.html">fast</a>, <a
+ href="docs.html">thoroughly documented</a> and is used by many known, big and
+ successful <a href="/docs/companies.html">companies</a>.
<p>
This whole section of the curl web site is dedicated to libcurl, and it
_______________________________________________
http://cool.haxx.se/mailman/listinfo/curl-www-commits
|
| |