bagder: curl-www/auto Makefile, 1.13, 1.14 _cvshistory.html, 1.5, 1.6 _howto.html, 1.14, 1.15 _index.html, NONE, 1.1 _menu.html, NONE, 1.1 _summary.html, 1.1, 1.2 _table0.html, 1.2, 1.3 _table1.html, 1.2, 1.3 _table2.html, 1.2, 1.3 _table3.html, 1.3, 1.4 topline.t, 1.8, 1.9
[email protected] Fri, 08 Oct 2010 22:04:21 +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-serv26491 Modified Files: Makefile _cvshistory.html _howto.html _summary.html _table0.html _table1.html _table2.html _table3.html topline.t Added Files: _index.html _menu.html Log Message: converted the /auto/ dir to a development section Index: topline.t =================================================================== RCS file: /cvsroot/curl/curl-www/auto/topline.t,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- topline.t 22 Mar 2010 22:04:17 -0000 1.8 +++ topline.t 8 Oct 2010 22:04:19 -0000 1.9 @@ -6,7 +6,7 @@ <br><a href="http://cool.haxx.se/mailman/listinfo/curl-commits">Commit mails</a> </div> -[<a href="./">Build Log</a>] +[<a href="./builds.html">Build Log</a>] [<a href="cvshistory.html">Source Activity</a>] [<a href="summary.html">Stats</a>] [<a href="howto.html">Details</a>] --- NEW FILE: _menu.html --- #ifndef __MENU #define __MENU #define BACKGROUND "#ffffff" #define TEXTCOLOR "#000000" #define MENUTEXT "#ffffff" #define MENUCOLOR "#e0e0ff" #define BLACK "#000000" #ifndef NOBODY <BODY bgcolor=BACKGROUND text=TEXTCOLOR LINK="#0000ff" VLINK="#808080" ALINK="red"> #endif #define SEP <br> #define NOW(text) <b>text</b> #define REF(link,text) <a href=link>text</a> #include "ad.t" #include "mirrorlinks.t" <table cellspacing=0 cellpadding=5><tr><td valign=top align=left> #define LINK(l,t) <div class="itemselect">t</div> #define VLINK(l,t) <div><a href="l" class="menuitem">t</a></div> <div class="mainmenu"> #define HERE LINK #define DOCREF VLINK <div><a href="/" class="menuitem"><img border="0" src="/pix/left.png" alt="<">Front Page</a></div> <hr> #ifdef DEVEL_INDEX HERE(x, Develop Index) #else DOCREF(/auto/, Develop Index) #endif #ifdef DEVEL_BUILDS HERE(x, Autobuilds) #else DOCREF(/auto/builds.html, Autobuilds) #endif #ifdef DEVEL_BUILDSTATS HERE(x, Build Stats) #else DOCREF(/auto/summary.html, Build Stats) #endif #ifdef DEVEL_RECENT HERE(x, Source Activity) #else DOCREF(/auto/cvshistory.html, Source Activity) #endif #ifdef DEVEL_BUILDHOWTO HERE(x, Build HOWTO) #else DOCREF(/auto/howto.html, Build HOWTO) #endif </div> <p> #include "sflogo.html" </td><td valign=top align=left> #endif Index: _table3.html =================================================================== RCS file: /cvsroot/curl/curl-www/auto/_table3.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- _table3.html 23 Jan 2010 17:35:20 -0000 1.3 +++ _table3.html 8 Oct 2010 22:04:19 -0000 1.4 @@ -4,7 +4,7 @@ #include "css.t" </head> -#define CURL_AUTO +#define DEVEL_BUILDS #include "_menu.html" #include "setup.t" Index: _table1.html =================================================================== RCS file: /cvsroot/curl/curl-www/auto/_table1.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- _table1.html 26 Apr 2004 12:34:20 -0000 1.2 +++ _table1.html 8 Oct 2010 22:04:19 -0000 1.3 @@ -4,7 +4,7 @@ #include "css.t" </head> -#define CURL_AUTO +#define DEVEL_BUILDS #include "_menu.html" #include "setup.t" Index: _howto.html =================================================================== RCS file: /cvsroot/curl/curl-www/auto/_howto.html,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- _howto.html 29 Mar 2010 20:49:38 -0000 1.14 +++ _howto.html 8 Oct 2010 22:04:19 -0000 1.15 @@ -4,7 +4,7 @@ #include "css.t" </head> -#define CURL_AUTO +#define DEVEL_BUILDHOWTO #include "_menu.html" #include "setup.t" @@ -13,10 +13,6 @@ TITLE(Setup Your Machine to Autobuild from git) #include "topline.t" - -[<a href="missing.html">Missing</a>] -[<a href="http://cool.haxx.se/cvs.cgi/curl-www/auto/ignores?rev=HEAD&content-type=text/vnd.viewcvs-markup">ignored warnings</a>] - #include "setup.t" SUBTITLE(Get a Fresh Check-out from git) @@ -98,5 +94,29 @@ We automatically remove build logs older than 10 - 12 days to reduce the amount of data and used disk space. +<hr> + +SUBTITLE(Platforms/Options We Want Tested As Well) +<p> + If you feel like helping out the project, have a peek here and see what + autobuilds we would appreciate to get going! + +<p> +We have no automatic building/testing on these platforms: + +<ul> + <li> AmigaOS + <li> BeOS + <li> HP-UX + <li> Hurd + <li> Mac OS X + <li> OS/2 + <li> OpenBSD + <li> QNX + <li> RiscOS + <li> SCO Unix + <li> VMS +</ul> + #include "_footer.html" </body> </html> Index: Makefile =================================================================== RCS file: /cvsroot/curl/curl-www/auto/Makefile,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- Makefile 5 Oct 2010 12:42:13 -0000 1.13 +++ Makefile 8 Oct 2010 22:04:19 -0000 1.14 @@ -6,7 +6,7 @@ MAINPARTS= $(ROOT)/_doctype.html $(CURL)/_menu.html $(CURL)/_footer.html \ $(CURL)/setup.t $(CURL)/pic.t $(CURL)/where.t $(CURL)/css.t \ - $(ROOT)/mirrorlinks.t topline.t $(ROOT)/ad.t + $(ROOT)/mirrorlinks.t topline.t $(ROOT)/ad.t _menu.html NOW=$(shell gnudate +'-D__TODAY__=%B %d, %Y') ACTION=echo preprocessing $@; \ rm -f $@; \ @@ -15,13 +15,16 @@ PAGES = foot.html head.html loghead.html howto.html summary.html \ cvshistory.html table0.html table1.html table2.html table3.html \ - missing.html keywords.html index.html todo-release.html \ - release-notes.html + missing.html keywords.html builds.html todo-release.html \ + release-notes.html index.html all: $(PAGES) -index.html: - ln -s table0.html index.html +index.html: _index.html $(MAINPARTS) + $(ACTION) + +builds.html: + ln -s table0.html builds.html foot.html: _foot.html $(MAINPARTS) $(ACTION) Index: _table0.html =================================================================== RCS file: /cvsroot/curl/curl-www/auto/_table0.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- _table0.html 26 Apr 2004 12:34:20 -0000 1.2 +++ _table0.html 8 Oct 2010 22:04:19 -0000 1.3 @@ -4,7 +4,7 @@ #include "css.t" </head> -#define CURL_AUTO +#define DEVEL_BUILDS #include "_menu.html" #include "setup.t" --- NEW FILE: _index.html --- #include "_doctype.html" <HTML> <HEAD> <TITLE>cURL - Development</TITLE> #include "css.t" </HEAD> #define DEVEL_INDEX #define CURL_URL devel.html #include "_menu.html" #include "setup.t" WHERE1(Development) TITLE(Curl Development Overview) <p> There is always development going on in the curl project. To help out the development team, we provide these services: <ul> <li> <a href="http://curl.haxx.se/auto/cvshistory.html">Recent Source Activity</a> - What happened recently in the source code repository? <li> <a href="http://curl.haxx.se/auto/builds.html">Automatic Builds</a> - Friendly people help us build curl automatically so that we can verify that it builds works even on platforms and with options single developers may not use or have. <li> <a href="http://cool.haxx.se/curl-daily/">Daily Snapshot</a> - The latest development version of curl is automatically packaged and uploaded every day. <li> <a href="http://curl.haxx.se/mail/">libcurl mailing list</a> - Development talk and thoughts about how the future will become is discussed there. You can't be seriously interested in curl development without being subscribed to at least that one mailing list. <li> <a href="http://sourceforge.net/tracker/?group_id=976&atid=100976">Bug tracker</a> - submit problems to the bug tracker as it makes it easy for the development crew to keep track of all remaining problems. See also the <a href="/docs/knownbugs.html">KNOWN_BUGS</a> document. <li> <a href="/docs/todo.html">TODO</a> - we try to maintain lists of what things you could <a href="help.html">help us with</a> and features a future curl release might get. <li> <a href="/source.html">Source code</a> - check out the latest and greatest source directly from the curl source code repsitory </ul> #include "_footer.html" </BODY> </HTML> Index: _table2.html =================================================================== RCS file: /cvsroot/curl/curl-www/auto/_table2.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- _table2.html 26 Apr 2004 12:34:20 -0000 1.2 +++ _table2.html 8 Oct 2010 22:04:19 -0000 1.3 @@ -4,7 +4,7 @@ #include "css.t" </head> -#define CURL_AUTO +#define DEVEL_BUILDS #include "_menu.html" #include "setup.t" Index: _cvshistory.html =================================================================== RCS file: /cvsroot/curl/curl-www/auto/_cvshistory.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- _cvshistory.html 22 Mar 2010 22:04:17 -0000 1.5 +++ _cvshistory.html 8 Oct 2010 22:04:19 -0000 1.6 @@ -4,7 +4,7 @@ #include "css.t" </head> -#define CURL_AUTO +#define DEVEL_RECENT #include "_menu.html" #include "setup.t" Index: _summary.html =================================================================== RCS file: /cvsroot/curl/curl-www/auto/_summary.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- _summary.html 20 Feb 2004 16:03:17 -0000 1.1 +++ _summary.html 8 Oct 2010 22:04:19 -0000 1.2 @@ -4,7 +4,7 @@ #include "css.t" </head> -#define CURL_AUTO +#define DEVEL_BUILDSTATS #include "_menu.html" #include "setup.t"