bagder: curl-www/auto Makefile, 1.14, 1.15 _cvshistory.html, 1.6, 1.7 _howto.html, 1.15, 1.16 _index.html, 1.3, 1.4 _menu.html, 1.3, 1.4 _release-notes.html, 1.2, 1.3 _summary.html, 1.2, 1.3 _table0.html, 1.3, 1.4 _table1.html, 1.3, 1.4 _table2.html, 1.3, 1.4 _table3.html, 1.4, 1.5 _todo-release.html, 1.2, 1.3

[email protected] Sat, 09 Oct 2010 10:18:50 +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-serv13907

Modified Files:
	Makefile _cvshistory.html _howto.html _index.html _menu.html 
	_release-notes.html _summary.html _table0.html _table1.html 
	_table2.html _table3.html _todo-release.html 
Log Message:
today's cleanup of the new dev section, lots of fixes


Index: _menu.html
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/_menu.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- _menu.html	8 Oct 2010 22:37:34 -0000	1.3
+++ _menu.html	9 Oct 2010 10:18:47 -0000	1.4
@@ -36,33 +36,35 @@
 #ifdef DEVEL_INDEX
 HERE(x, Develop Index)
 #else
-VLINK(/auto/, Develop Index, Development section front page)
+VLINK(/dev/, Develop Index, Development section front page)
 #endif
 
 #ifdef DEVEL_BUILDS
 HERE(x, Autobuilds)
 #else
-VLINK(/auto/builds.html, Autobuilds, Automated non-stop builds)
+VLINK(/dev/builds.html, Autobuilds, Automated non-stop builds)
 #endif
 
 #ifdef DEVEL_BUILDSTATS
-HERE(x, Build Stats)
+HERE(x, Autobuild Stats)
 #else
-VLINK(/auto/summary.html, Build Stats, Stats from the autobuilds)
+VLINK(/dev/summary.html, Autobuild Stats, Stats from the autobuilds)
 #endif
 
-#ifdef DEVEL_RECENT
-HERE(x, Source Activity)
+#ifdef DEVEL_BUILDHOWTO
+HERE(x, Autobuild HOWTO)
 #else
-VLINK(/auto/cvshistory.html, Source Activity, Recent Activity in the git repo)
+VLINK(/dev/howto.html, Autobuild HOWTO, Description on how to run autobuilds)
 #endif
 
-#ifdef DEVEL_BUILDHOWTO
-HERE(x, Build HOWTO)
+#ifdef DEVEL_RECENT
+HERE(x, Source Activity)
 #else
-VLINK(/auto/howto.html, Build HOWTO, Description on how to run autobuilds)
+VLINK(/dev/cvshistory.html, Source Activity, Recent Activity in the git repo)
 #endif
 
+<hr>
+
 #ifdef DEVEL_TRACKER
 HERE(x, Bugtracker)
 #else
@@ -70,15 +72,53 @@
 #endif
 
 #ifdef DEVEL_RELEASENOTES
-HERE(x, RELEASE-NOTES)
+HERE(x, Release Notes)
 #else
-VLINK(/auto/release-notes.html, RELEASE-NOTES, The pending RELEASE-NOTES)
+VLINK(/dev/release-notes.html, Release Notes, The pending RELEASE-NOTES)
 #endif
 
 #ifdef DEVEL_TODORELEASE
-HERE(x, TODO-RELEASE)
+HERE(x, TODO Release)
 #else
-VLINK(/auto/todo-release.html, TODO-RELEASE, The pending TODO-RELEASE)
+VLINK(/dev/todo-release.html, TODO Release, The pending TODO-RELEASE)
+#endif
+
+#ifdef DEVEL_SOURCE
+HERE(x, Source code)
+#else
+VLINK(/dev/source.html, Source code, How to get or view the source code)
+#endif
+
+<hr>
+
+#ifdef DEVEL_CONTRIBUTE
+HERE(x, Contribute)
+#else
+VLINK(/dev/contribute.html, Contribute, How to Contribute)
+#endif
+
+#ifdef DEVEL_INTERNALS
+HERE(x, Internals)
+#else
+VLINK(/dev/internals.html, Internals, Internals described)
+#endif
+
+#ifdef DEVEL_RUNTESTS
+HERE(x, Run Tests)
+#else
+VLINK(/dev/runtests.html, Run Tests, How to run the test suite)
+#endif
+
+#ifdef DEVEL_TESTCURL
+HERE(x, Test curl)
+#else
+VLINK(/dev/testcurl.html, Test curl, The automatic curl testing tool)
+#endif
+
+#ifdef DEVEL_SPECS
+HERE(x, Specifications)
+#else
+VLINK(/rfc/, Specifications, Specs and RFSs that concern us)
 #endif
 
 </div>

Index: _table3.html
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/_table3.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- _table3.html	8 Oct 2010 22:04:19 -0000	1.4
+++ _table3.html	9 Oct 2010 10:18:48 -0000	1.5
@@ -9,10 +9,9 @@
 #include "_menu.html"
 #include "setup.t"
 
-WHERE2(Devel, "/devel.html", Automatic Builds)
+WHERE2(Development, "/dev/", Automatic Builds)
 
 TITLE(Automatic Builds -- The Big Table)
-#include "topline.t"
 #include "setup.t"
 
 SUBTITLE(Autobuild Table)

Index: _table1.html
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/_table1.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- _table1.html	8 Oct 2010 22:04:19 -0000	1.3
+++ _table1.html	9 Oct 2010 10:18:47 -0000	1.4
@@ -9,10 +9,9 @@
 #include "_menu.html"
 #include "setup.t"
 
-WHERE2(Devel, "/devel.html", Automatic Builds)
+WHERE2(Development, "/dev/", Automatic Builds)
 
 TITLE(Automatic Builds -- Table 2)
-#include "topline.t"
 #include "setup.t"
 
 SUBTITLE(Autobuild Table)

Index: _howto.html
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/_howto.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- _howto.html	8 Oct 2010 22:04:19 -0000	1.15
+++ _howto.html	9 Oct 2010 10:18:47 -0000	1.16
@@ -9,10 +9,9 @@
 #include "_menu.html"
 #include "setup.t"
 
-WHERE2(Devel, "/devel.html", Automatic Build HOWTO)
+WHERE2(Development, "/dev/", Automatic Build HOWTO)
 TITLE(Setup Your Machine to Autobuild from git)
 
-#include "topline.t"
 #include "setup.t"
 
 SUBTITLE(Get a Fresh Check-out from git)
@@ -26,8 +25,8 @@
   $ ./curl/tests/testcurl.pl
 </pre>
 <p>
- The first time to run <a href="/docs/testcurl.html">testcurl.pl</a>, it'll
- prompt you for some info (unless you provide that data using command line
+ The first time to run <a href="testcurl.html">testcurl.pl</a>, it'll prompt
+ you for some info (unless you provide that data using command line
  options). That info is then stored in the file named 'setup' in the current
  directory and will be used when this script is subsequently run. The format
  is easily manually edited using a text editor.

Index: Makefile
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/Makefile,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- Makefile	8 Oct 2010 22:04:19 -0000	1.14
+++ Makefile	9 Oct 2010 10:18:46 -0000	1.15
@@ -2,6 +2,7 @@
 
 SRCROOT=$(ROOT)/cvssource
 DOCROOT=$(SRCROOT)/docs
+TESTROOT=$(SRCROOT)/tests
 CURL= $(ROOT)
 
 MAINPARTS= $(ROOT)/_doctype.html $(CURL)/_menu.html $(CURL)/_footer.html \
@@ -12,17 +13,44 @@
  rm -f $@; \
  fcpp -I.. -I. -WWW -Uunix -P -H -C -V -LL "$(NOW)" $< $@;
 TXT2PLAIN = txt2plain.pl
+MAN2HTML = roffit --bare
 
 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 builds.html todo-release.html \
-	release-notes.html index.html
+	release-notes.html index.html contribute.html internals.html \
+	testcurl.html runtests.html source.html
 
 all: $(PAGES)
 
 index.html: _index.html $(MAINPARTS)
 	$(ACTION)
 
+source.html: _source.html $(MAINPARTS)
+	$(ACTION)
+
+testcurl.html: _testcurl.html $(MAINPARTS) testcurl.dump
+	$(ACTION)
+testcurl.dump: $(TESTROOT)/testcurl.1
+	$(MAN2HTML) < $< > $@
+
+runtests.html: _runtests.html $(MAINPARTS) runtests.dump
+	$(ACTION)
+runtests.dump: $(TESTROOT)/runtests.1
+	$(MAN2HTML) < $< > $@
+
+contribute.html: _contribute.html $(MAINPARTS) contribute.t
+	$(ACTION)
+
+contribute.t: $(DOCROOT)/CONTRIBUTE $(ROOT)/docs/faqparse.pl
+	$(ROOT)/docs/faqparse.pl < $< > $@
+
+internals.html: _internals.html $(MAINPARTS) internals.t
+	$(ACTION)
+
+internals.t: $(DOCROOT)/INTERNALS
+	$(TXT2PLAIN) < $< > $@
+
 builds.html:
 	ln -s table0.html builds.html
 

Index: _table0.html
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/_table0.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- _table0.html	8 Oct 2010 22:04:19 -0000	1.3
+++ _table0.html	9 Oct 2010 10:18:47 -0000	1.4
@@ -9,10 +9,9 @@
 #include "_menu.html"
 #include "setup.t"
 
-WHERE2(Devel, "/devel.html", Automatic Builds)
+WHERE2(Development, "/dev/", Automatic Builds)
 
 TITLE(Automatic Builds -- Table 1)
-#include "topline.t"
 #include "setup.t"
 
 SUBTITLE(Autobuild Table)

Index: _release-notes.html
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/_release-notes.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- _release-notes.html	8 Oct 2010 22:37:34 -0000	1.2
+++ _release-notes.html	9 Oct 2010 10:18:47 -0000	1.3
@@ -10,7 +10,7 @@
 #include "_menu.html"
 #include "setup.t"
 
-WHERE2(Devel, "/auto/", RELEASE-NOTES)
+WHERE2(Development, "/dev/", RELEASE-NOTES)
 
 TITLE(Pending RELEASE-NOTES for the upcoming releases)
 <div class="relatedbox">

Index: _index.html
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/_index.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- _index.html	8 Oct 2010 22:37:34 -0000	1.3
+++ _index.html	9 Oct 2010 10:18:47 -0000	1.4
@@ -21,42 +21,118 @@
  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="33%">
-
- <a href="http://curl.haxx.se/auto/cvshistory.html">Recent Source Activity</a>
- - What happened recently in the source code repository?
+SUBTITLE(Generated contents)
 <p>
+ Stuff that is updated automatically.
+<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> - We
  build curl automatically non-stop to verify that it builds works.
-<p>
+<li>
  <a href="http://cool.haxx.se/curl-daily/">Daily Snapshot</a> - The latest
  version of curl, packaged and provided daily.
-</td><td width="33%">
+</ul>
+
+SUBTITLE(Documents in progress)
+<p>
+ Stuff being worked on for the next release.
+
+<ul>
+<li> <a href="release-notes.html">RELEASE-NOTES</a> is the current work in
+ progress document for the next release.
+<li>
+
+ <a href="todo-release.html">TODO-RELEASE</a> lists issues we may work on to
+ get fix for the next release, or a future one.
+
+<li>
+ <a href="source.html">Source code</a> - check out the latest code
+ directly from git
 
+</ul>
+
+SUBTITLE(Bugs and discussions)
+<ul>
+<li>
  <a href="http://sourceforge.net/tracker/?group_id=976&atid=100976">Bug
- tracker</a> - submit problems there. See also the <a
+ tracker</a> [sourceforge.net] - submit problems there. See also the <a
  href="/docs/knownbugs.html">KNOWN_BUGS</a> document.
+<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.
+</ul>
+
+SUBTITLE(Documentation)
 <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.
-<p>
- <a href="/source.html">Source code</a> - check out the latest and greatest
- source directly from the curl source code repsitory
+ Most of these are documents from the source archive converted to web pages
+ here for your convenience.
+<ul>
 
-</td><td width="33%">
+<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="/docs/contribute.html">Contribute</a> explains about a few things
+  to consider when you contribute with patches and source code to the curl
+  project.
+
+<li>
+  <a href="/docs/copyright.html">Copyright</a> details the copyright and
+  licensing for curl and libcurl.
+
+<li>
+  <a href="/docs/internals.html">Internals</a> describes how things work
+  internally in curl, for code hackers, bug fixers and generally interested
+  parties.
+
+<li>
+  <a href="/docs/todo.html">TODO</a> is the document in which we collect ideas
+  of what to add in future releases.
+
+<li> The <a href="/docs/knownbugs.html">KNOWN_BUGS</a> list.
+
+<li>
+  <a href="/docs/thanks.html">Thanks to these people</a>, curl exists as it is
+  today!
+
+<li>
+ <a href="/rfc/">List of specifications</a>, that we use as basis for the
+ protocols we support
+
+<li> The <a href="/docs/runtests.html">runtests</a> man page
+
+<li> The <a href="/docs/testcurl.html">testcurl</a> docs
 
- <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>
+  Should also provide these docs:
+<pre>
+README.ares
+README.curl_off_t
+README.curlx
+README.encoding
+README.hostip
+README.httpauth
+README.memoryleak
+README.multi_socket
+README.pingpong
+README.pipelining
+</pre>
+
+</ul>
+SUBTITLE(Related Documentation)
+<ul>
+<li>
+ You'll find answers to many questions regarding <b>SSL and OpenSSL</b> in the
+ <a href="http://www.openssl.org/support/faq.html">OpenSSL FAQ</a>.
+<li>
+ C programming language international standardization working group
+ <a href="http://www.open-std.org/JTC1/SC22/WG14/">JTC1/SC22/WG14</a>
 
 #include "_footer.html"
 </BODY>
 </HTML>
+

Index: _table2.html
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/_table2.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- _table2.html	8 Oct 2010 22:04:19 -0000	1.3
+++ _table2.html	9 Oct 2010 10:18:47 -0000	1.4
@@ -9,10 +9,9 @@
 #include "_menu.html"
 #include "setup.t"
 
-WHERE2(Devel, "/devel.html", Automatic Builds)
+WHERE2(Development, "/dev/", Automatic Builds)
 
 TITLE(Automatic Builds -- Table 3)
-#include "topline.t"
 #include "setup.t"
 
 SUBTITLE(Autobuild Table)

Index: _cvshistory.html
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/_cvshistory.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- _cvshistory.html	8 Oct 2010 22:04:19 -0000	1.6
+++ _cvshistory.html	9 Oct 2010 10:18:47 -0000	1.7
@@ -9,13 +9,12 @@
 #include "_menu.html"
 #include "setup.t"
 
-WHERE2(Devel, "/devel.html", Recent Source Code Activity)
+WHERE2(Development, "/dev/", Recent Source Code Activity)
 TITLE(Recent Activity in the repo)
 
-#include "topline.t"
 #include "setup.t"
 
-<p> The most recent changes in curl's <a href="http://github.com/bagder/curl">git repository</a>
+<p> The most recent changes in curl's <a href="source.html">git repository</a>
 <p>
 #include "cvs.t"
 

Index: _summary.html
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/_summary.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- _summary.html	8 Oct 2010 22:04:19 -0000	1.2
+++ _summary.html	9 Oct 2010 10:18:47 -0000	1.3
@@ -9,11 +9,10 @@
 #include "_menu.html"
 #include "setup.t"
 
-WHERE2(Devel, "/devel.html", Automatic Build Stats)
+WHERE2(Development, "/dev/", Automatic Build Stats)
 
 TITLE(Automatic Builds -- Some Stats)
 
-#include "topline.t"
 #include "setup.t"
 <p>
 #include "summary.t"

Index: _todo-release.html
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/_todo-release.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- _todo-release.html	8 Oct 2010 22:37:34 -0000	1.2
+++ _todo-release.html	9 Oct 2010 10:18:48 -0000	1.3
@@ -10,7 +10,7 @@
 #include "_menu.html"
 #include "setup.t"
 
-WHERE2(Devel, "/auto/", TODO RELEASE)
+WHERE2(Development, "/dev/", TODO RELEASE)
 
 TITLE(Things in the pipe for the upcoming releases)
 <div class="relatedbox">