bagder: curl-www/auto Makefile, 1.17, 1.18 _index.html, 1.8, 1.9 _menu.html, 1.6, 1.7 _readme-pingpong.html, NONE, 1.1 _readme-pipelining.html, NONE, 1.1

[email protected] Sun, 10 Oct 2010 17:34:54 +0000
Newsgroups gmane.comp.web.curl.www.cvs
Message-ID <[email protected]>
Update of /cvsroot/curl/curl-www/auto
In directory giant.haxx.se:/var/tmp/cvs-serv1820

Modified Files:
	Makefile _index.html _menu.html 
Added Files:
	_readme-pingpong.html _readme-pipelining.html 
Log Message:
the two final READMEs are now shown too


--- NEW FILE: _readme-pipelining.html ---
#include "_doctype.html"
<html>
<head> <title>cURL - README.pipelining</title>
#include "css.t"
</head>

#define DEVEL_README_pipelining
#define CURL_URL dev/readme-pipelining.html

#include "_menu.html"
#include "setup.t"

WHERE2(Development, "/dev/", README.pipelining)

TITLE(HTTP Pipelining explained)
<p>
 This contents is from the <b>curl/lib/README.pipelining</b> file.

<pre>
#include "README.pipelining.dump"
</pre>

#include "_footer.html"

</BODY>
</HTML>


Index: Makefile
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/Makefile,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- Makefile	9 Oct 2010 14:42:34 -0000	1.17
+++ Makefile	10 Oct 2010 17:34:52 -0000	1.18
@@ -23,7 +23,7 @@
 	testcurl.html runtests.html source.html readme-ares.html \
 	readme-curl_off_t.html readme-curlx.html readme-encoding.html \
 	readme-hostip.html readme-httpauth.html readme-memoryleak.html \
-	readme-multi_socket.html
+	readme-multi_socket.html readme-pingpong.html readme-pipelining.html
 
 all: $(PAGES)
 
@@ -152,6 +152,18 @@
 readme-multi_socket.html: _readme-multi_socket.html README.multi_socket.dump $(MAINPARTS)
 	$(ACTION)
 
+README.pingpong.dump: $(LIBROOT)/README.pingpong
+	$(TXT2PLAIN) < $< > $@
+
+readme-pingpong.html: _readme-pingpong.html README.pingpong.dump $(MAINPARTS)
+	$(ACTION)
+
+README.pipelining.dump: $(LIBROOT)/README.pipelining
+	$(TXT2PLAIN) < $< > $@
+
+readme-pipelining.html: _readme-pipelining.html README.pipelining.dump $(MAINPARTS)
+	$(ACTION)
+
 full: all
 
 clean:

--- NEW FILE: _readme-pingpong.html ---
#include "_doctype.html"
<html>
<head> <title>cURL - README.pingpong</title>
#include "css.t"
</head>

#define DEVEL_README_pingpong
#define CURL_URL dev/readme-pingpong.html

#include "_menu.html"
#include "setup.t"

WHERE2(Development, "/dev/", README.pingpong)

TITLE(pingpong explained)
<p>
 This contents is from the <b>curl/lib/README.pingpong</b> file.

<pre>
#include "README.pingpong.dump"
</pre>

#include "_footer.html"

</BODY>
</HTML>


Index: _index.html
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/_index.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- _index.html	10 Oct 2010 14:34:46 -0000	1.8
+++ _index.html	10 Oct 2010 17:34:52 -0000	1.9
@@ -122,8 +122,8 @@
 <li> <a href="readme-httpauth.html">README.httpauth</a>
 <li> <a href="readme-memoryleak.html">README.memoryleak</a>
 <li> <a href="readme-multi_socket.html">README.multi_socket</a>
-<li> README.pingpong
-<li> README.pipelining
+<li> <a href="readme-pingpong.html">README.pingpong</a>
+<li> <a href="readme-pipelining.html">README.pipelining</a>
 </ul>
 
 SUBTITLE(Related Documentation)

Index: _menu.html
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/_menu.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- _menu.html	9 Oct 2010 14:42:34 -0000	1.6
+++ _menu.html	10 Oct 2010 17:34:52 -0000	1.7
@@ -172,6 +172,18 @@
 VLINK(/dev/readme-multi_socket.html, multi_socket, multi_socket explained)
 #endif
 
+#ifdef DEVEL_README_pingpong
+HERE(x, pingpong)
+#else
+VLINK(/dev/readme-pingpong.html, pingpong, pingpong explained)
+#endif
+
+#ifdef DEVEL_README_pipelining
+HERE(x, pipelining)
+#else
+VLINK(/dev/readme-pipelining.html, pipelining, pipelining explained)
+#endif
+
 </div>
 
 <p>