bagder: curl-www _ad.html, NONE, 1.1 ad.t, 1.20, 1.21 Makefile, 1.82, 1.83
[email protected] Tue, 23 Aug 2005 14:22:50 +0000
Newsgroups
gmane.comp.web.curl.www.cvs
Message-ID
<[email protected] >
Update of /cvsroot/curl/curl-www
In directory labb:/tmp/cvs-serv28700
Modified Files:
ad.t Makefile
Added Files:
_ad.html
Log Message:
generate ad.html as a standalone file with absolute links to curl.haxx.se
Index: ad.t
===================================================================
RCS file: /cvsroot/curl/curl-www/ad.t,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- ad.t 24 May 2005 09:59:09 -0000 1.20
+++ ad.t 23 Aug 2005 14:22:48 -0000 1.21
@@ -1,9 +1,13 @@
+#ifndef WEBROOT
+#define WEBROOT
+#endif
+
#ifdef CURL_MAIN
#define AD_PRICERUNNER
#else
#define AD_GOOGLETOP
#endif
-<table width="100%"><tr valign="top"><td> <a href="/"><img border="0" src="/ds-curlicon.png"
+<table width="100%"><tr valign="top"><td> <a href="WEBROOT/"><img border="0" src="WEBROOT/ds-curlicon.png"
width="99" height="37" alt="cURL"></a></td>
<td align="center">
<table><tr valign="top"><td>
@@ -54,5 +58,5 @@
</td>
<td align="right"><a
-href="/libcurl/"><img src="/ds-libcurlicon.png" border="0" alt="libcurl"
+href="WEBROOT/libcurl/"><img src="WEBROOT/ds-libcurlicon.png" border="0" alt="libcurl"
width="99" height="37"></a></td></tr></table>
Index: Makefile
===================================================================
RCS file: /cvsroot/curl/curl-www/Makefile,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -d -r1.82 -r1.83
--- Makefile 16 Aug 2005 12:12:55 -0000 1.82
+++ Makefile 23 Aug 2005 14:22:48 -0000 1.83
@@ -1,5 +1,5 @@
MAINPARTS= _doctype.html _menu.html _footer.html setup.t pic.t where.t \
-libcurl/_links.html ad.t mirrorlinks.t css.t sflogo.t ad.t
+libcurl/_links.html ad.t mirrorlinks.t css.t sflogo.t
# today's date
NOW=$(shell gnudate +'-D__TODAY__=%B %e, %Y')
@@ -150,7 +150,7 @@
support.html: _support.html $(MAINPARTS)
$(ACTION)
-ad.html: ad.t
+ad.html: _ad.html ad.t
$(ACTION)
#archive/index.html: mail
--- NEW FILE: _ad.html ---
#define WEBROOT http://curl.haxx.se
#include "ad.t"
_______________________________________________
http://cool.haxx.se/mailman/listinfo/curl-www-commits