bagder: curl-www _sponsors.html,NONE,1.1 Makefile,1.111,1.112
[email protected] Wed, 19 Aug 2009 15:17:21 +0000
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www In directory labb:/tmp/cvs-serv31291 Modified Files: Makefile Added Files: _sponsors.html Log Message: added a sponsors page --- NEW FILE: _sponsors.html --- #include "_doctype.html" <HTML> <HEAD> <TITLE>cURL - Project Sponsors</TITLE> #include "css.t" </HEAD> #define CURL_SPONSORS #define CURL_URL sponsors.html #include "_menu.html" #include "setup.t" WHERE1(Project Sponsors) TITLE(Project Sponsors) <div class="relatedbox"> <b>Related:</b> <br><a href="/docs/">Online Docs</a> </div> <p> <a href="http://www.haxx.se/"><img src="http://www.haxx.se/pics/haxxlogo.png" border="0"></a><p> <a href="http://www.haxx.se/">Haxx</a> is the primary sponsor of the cURL project. SUBTITLE(Join in and Sponsor!) <p> Please consider sponsoring the project. Maintaining, bug tracking, hosting and supporting this project requires resources. You can help! #include "_footer.html" </BODY> </HTML> Index: Makefile =================================================================== RCS file: /cvsroot/curl/curl-www/Makefile,v retrieving revision 1.111 retrieving revision 1.112 diff -u -d -r1.111 -r1.112 --- Makefile 12 Aug 2009 09:08:48 -0000 1.111 +++ Makefile 19 Aug 2009 15:17:19 -0000 1.112 @@ -28,7 +28,8 @@ help.html download.html changes.html about.html \ support.html newslog.html news.html head.html foot.html oldnews.html \ info web-editing.html ad.html donation.html devel.html \ - competition.html search.html index2.html download2.html sflogo.html + competition.html search.html index2.html download2.html sflogo.html \ + sponsors.html cd docs; make cd libcurl; make cd mail; make @@ -140,6 +141,9 @@ about.html: _about.html $(MAINPARTS) $(ACTION) +sponsors.html: _sponsors.html $(MAINPARTS) + $(ACTION) + feedback.html: _feedback.html $(MAINPARTS) $(ACTION)