bagder: curl-www/libcurl/c _example-templ.html,1.2,1.3

[email protected] Thu, 10 Sep 2009 08:10:41 +0000
Newsgroups gmane.comp.web.curl.www.cvs
Message-ID <[email protected]>
Update of /cvsroot/curl/curl-www/libcurl/c
In directory labb:/tmp/cvs-serv5405

Modified Files:
	_example-templ.html 
Log Message:
provide a download link and link to "all examples" from each individual
example to make it easier to browse around


Index: _example-templ.html
===================================================================
RCS file: /cvsroot/curl/curl-www/libcurl/c/_example-templ.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- _example-templ.html	8 Sep 2009 22:42:34 -0000	1.2
+++ _example-templ.html	10 Sep 2009 08:10:39 -0000	1.3
@@ -15,10 +15,15 @@
        "/libcurl/c/example.html", %cfile%)
 
 TITLE(%cfile%)
-<p>
+<table><tr valign="top"><td>
+<a href="http://cool.haxx.se/cvs.cgi/%2acheckout%2a/curl/docs/examples/%cfile%?rev=HEAD&amp;content-type=text/x-csrc">Download %cfile%</a>
 
 #include "%rawfile%"
+</td><td>
+SUBTITLE(All Examples)
 
+#include "allex.t"
+</td></tr></table>
 <p>
  You'll also find all examples in the distribution archive, in the
  <b>docs/examples</b> directory.