bagder: curl-www/auto _index.html,1.1,1.2 _menu.html,1.1,1.2

[email protected] Fri, 08 Oct 2010 22:21:06 +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-serv4773

Modified Files:
	_index.html _menu.html 
Log Message:
spiced up


Index: _menu.html
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/_menu.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- _menu.html	8 Oct 2010 22:04:19 -0000	1.1
+++ _menu.html	8 Oct 2010 22:21:04 -0000	1.2
@@ -23,12 +23,11 @@
 <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>
+#define VLINK(l,t,itle) <div><a href="l" class="menuitem" title="itle">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>
 
@@ -37,31 +36,37 @@
 #ifdef DEVEL_INDEX
 HERE(x, Develop Index)
 #else
-DOCREF(/auto/, Develop Index)
+VLINK(/auto/, Develop Index, Development section front page)
 #endif
 
 #ifdef DEVEL_BUILDS
 HERE(x, Autobuilds)
 #else
-DOCREF(/auto/builds.html, Autobuilds)
+VLINK(/auto/builds.html, Autobuilds, Automated non-stop builds)
 #endif
 
 #ifdef DEVEL_BUILDSTATS
 HERE(x, Build Stats)
 #else
-DOCREF(/auto/summary.html, Build Stats)
+VLINK(/auto/summary.html, Build Stats, Stats from the autobuilds)
 #endif
 
 #ifdef DEVEL_RECENT
 HERE(x, Source Activity)
 #else
-DOCREF(/auto/cvshistory.html, Source Activity)
+VLINK(/auto/cvshistory.html, Source Activity, Recent Activity in the git repo)
 #endif
 
 #ifdef DEVEL_BUILDHOWTO
 HERE(x, Build HOWTO)
 #else
-DOCREF(/auto/howto.html, Build HOWTO)
+VLINK(/auto/howto.html, Build HOWTO, Description on how to run autobuilds)
+#endif
+
+#ifdef DEVEL_TRACKER
+HERE(x, Bugtracker)
+#else
+VLINK(http://sourceforge.net/bugs/?group_id=976&amp;func=browse, Bugtracker &raquo;, Sourceforge bug tracker)
 #endif
 
 

Index: _index.html
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/_index.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- _index.html	8 Oct 2010 22:04:19 -0000	1.1
+++ _index.html	8 Oct 2010 22:21:04 -0000	1.2
@@ -13,41 +13,41 @@
 WHERE1(Development)
 
 TITLE(Curl Development Overview)
+<p><strong>
+ This is the section of the web site devoted to the development of curl and
+ libcurl. If you are just a "user" of curl or libcurl, this may not be where
+ you want to hang out.</strong>
 <p>
  There is always development going on in the curl project.  To help out the
  development team, we provide these services:
-<ul>
-<li>
+
+<table><tr valign="top"><td width="50%">
+
  <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>
+<p>
+ <a href="http://curl.haxx.se/auto/builds.html">Automatic Builds</a> - We
+ build curl automatically non-stop to verify that it builds works.
+<p>
  <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>
+ version of curl, packaged and provided daily.
+<p>
  <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>
+ talk and thoughts about how the future will become is discussed there.
+</td><td>
+
  <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
+ tracker</a> - submit problems there. See also the <a
  href="/docs/knownbugs.html">KNOWN_BUGS</a> document.
-<li>
+<p>
  <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>
+<p>
  <a href="/source.html">Source code</a> - check out the latest and greatest
  source directly from the curl source code repsitory
 
-</ul>
+</td></tr></table>
 
 #include "_footer.html"
 </BODY>