bagder: curl-www/auto _index.html, 1.2, 1.3 _menu.html, 1.2, 1.3 _release-notes.html, 1.1, 1.2 _todo-release.html, 1.1, 1.2

[email protected] Fri, 08 Oct 2010 22:37:36 +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-serv21171

Modified Files:
	_index.html _menu.html _release-notes.html _todo-release.html 
Log Message:
added more links to relevent pages within this section


Index: _menu.html
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/_menu.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- _menu.html	8 Oct 2010 22:21:04 -0000	1.2
+++ _menu.html	8 Oct 2010 22:37:34 -0000	1.3
@@ -69,6 +69,17 @@
 VLINK(http://sourceforge.net/bugs/?group_id=976&amp;func=browse, Bugtracker &raquo;, Sourceforge bug tracker)
 #endif
 
+#ifdef DEVEL_RELEASENOTES
+HERE(x, RELEASE-NOTES)
+#else
+VLINK(/auto/release-notes.html, RELEASE-NOTES, The pending RELEASE-NOTES)
+#endif
+
+#ifdef DEVEL_TODORELEASE
+HERE(x, TODO-RELEASE)
+#else
+VLINK(/auto/todo-release.html, TODO-RELEASE, The pending TODO-RELEASE)
+#endif
 
 </div>
 

Index: _release-notes.html
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/_release-notes.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- _release-notes.html	5 Oct 2010 12:42:13 -0000	1.1
+++ _release-notes.html	8 Oct 2010 22:37:34 -0000	1.2
@@ -4,8 +4,7 @@
 #include "css.t"
 </HEAD>
 
-#define CURL_AUTO
-#define AUTO_RELEASENOTES
+#define DEVEL_RELEASENOTES
 #define CURL_URL release-notes.html
 
 #include "_menu.html"

Index: _index.html
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/_index.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- _index.html	8 Oct 2010 22:21:04 -0000	1.2
+++ _index.html	8 Oct 2010 22:37:34 -0000	1.3
@@ -21,7 +21,7 @@
  There is always development going on in the curl project.  To help out the
  development team, we provide these services:
 
-<table><tr valign="top"><td width="50%">
+<table><tr valign="top"><td width="33%">
 
  <a href="http://curl.haxx.se/auto/cvshistory.html">Recent Source Activity</a>
  - What happened recently in the source code repository?
@@ -31,10 +31,7 @@
 <p>
  <a href="http://cool.haxx.se/curl-daily/">Daily Snapshot</a> - The latest
  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.
-</td><td>
+</td><td width="33%">
 
  <a href="http://sourceforge.net/tracker/?group_id=976&atid=100976">Bug
  tracker</a> - submit problems there. See also the <a
@@ -47,6 +44,17 @@
  <a href="/source.html">Source code</a> - check out the latest and greatest
  source directly from the curl source code repsitory
 
+</td><td width="33%">
+
+ <a href="release-notes.html">RELEASE-NOTES</a> is the current work in progress
+ document for the next release.
+<p>
+ <a href="todo-release.html">TODO-RELEASE</a> is the current work document
+ listing issues we may work on to get fix for the next release, or a future
+ one.
+<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.
 </td></tr></table>
 
 #include "_footer.html"

Index: _todo-release.html
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/_todo-release.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- _todo-release.html	5 Oct 2010 12:42:13 -0000	1.1
+++ _todo-release.html	8 Oct 2010 22:37:34 -0000	1.2
@@ -4,8 +4,7 @@
 #include "css.t"
 </HEAD>
 
-#define CURL_AUTO
-#define AUTO_TODORELEASE
+#define DEVEL_TODORELEASE
 #define CURL_URL todo-release.html
 
 #include "_menu.html"