Author: sebor
Date: Wed Jan 18 12:31:34 2006
New Revision: 370251
URL: http://svn.apache.org/viewcvs?rev=370251&view=rev
Log:
2006-01-18 Martin Sebor <[EMAIL PROTECTED]>
STDCXX-12
* index.html: Added index.html to the name of the Subversion directory
containinng the docs (required).
* bugs.html: Used ViewCVS to serve documentation straight out of the
Subversion database (see also rev 370222).
* download.html: Same.
Modified:
incubator/stdcxx/site/bugs.html
incubator/stdcxx/site/download.html
incubator/stdcxx/site/index.html
Modified: incubator/stdcxx/site/bugs.html
URL:
http://svn.apache.org/viewcvs/incubator/stdcxx/site/bugs.html?rev=370251&r1=370250&r2=370251&view=diff
==============================================================================
--- incubator/stdcxx/site/bugs.html (original)
+++ incubator/stdcxx/site/bugs.html Wed Jan 18 12:31:34 2006
@@ -100,15 +100,19 @@
</div>
<div class="menuitem">
- <a title=""
href="http://svn.apache.org/repos/asf/incubator/stdcxx/trunk/doc/stdlibref/">
+ <a title="View the latest Class Reference in Subversion"
+
href="http://svn.apache.org/viewcvs.cgi/*checkout*/incubator/stdcxx/trunk/doc/stdlibref/index.html">
Class Reference
</a>
</div>
+
<div class="menuitem">
- <a title=""
href="http://svn.apache.org/repos/asf/incubator/stdcxx/trunk/doc/stdlibug/">
+ <a title="View the latest User Guide in Subversion"
+
href="http://svn.apache.org/viewcvs.cgi/*checkout*/incubator/stdcxx/trunk/doc/stdlibug/index.html">
User Guide
</a>
</div>
+
<div class="menuitem">
<a title="" href="#">
Design and Style Document
Modified: incubator/stdcxx/site/download.html
URL:
http://svn.apache.org/viewcvs/incubator/stdcxx/site/download.html?rev=370251&r1=370250&r2=370251&view=diff
==============================================================================
--- incubator/stdcxx/site/download.html (original)
+++ incubator/stdcxx/site/download.html Wed Jan 18 12:31:34 2006
@@ -108,15 +108,15 @@
</div>
<div class="menuitem">
- <a title="View the Class Reference sources in Subversion"
-
href="http://svn.apache.org/repos/asf/incubator/stdcxx/trunk/doc/stdlibref/">
+ <a title="View the latest Class Reference in Subversion"
+
href="http://svn.apache.org/viewcvs.cgi/*checkout*/incubator/stdcxx/trunk/doc/stdlibref/index.html">
Class Reference
</a>
</div>
<div class="menuitem">
- <a title="View the User Guide sources in Subversion"
-
href="http://svn.apache.org/repos/asf/incubator/stdcxx/trunk/doc/stdlibug/">
+ <a title="View the latest User Guide in Subversion"
+
href="http://svn.apache.org/viewcvs.cgi/*checkout*/incubator/stdcxx/trunk/doc/stdlibug/index.html">
User Guide
</a>
</div>
Modified: incubator/stdcxx/site/index.html
URL:
http://svn.apache.org/viewcvs/incubator/stdcxx/site/index.html?rev=370251&r1=370250&r2=370251&view=diff
==============================================================================
--- incubator/stdcxx/site/index.html (original)
+++ incubator/stdcxx/site/index.html Wed Jan 18 12:31:34 2006
@@ -116,14 +116,14 @@
<div class="menuitem">
<a title="View the latest Class Reference in Subversion"
-
href="http://svn.apache.org/viewcvs.cgi/*checkout*/incubator/stdcxx/trunk/doc/stdlibref/">
+
href="http://svn.apache.org/viewcvs.cgi/*checkout*/incubator/stdcxx/trunk/doc/stdlibref/index.html">
Class Reference
</a>
</div>
<div class="menuitem">
<a title="View the latest User Guide in Subversion"
-
href="http://svn.apache.org/viewcvs.cgi/*checkout*/incubator/stdcxx/trunk/doc/stdlibug/">
+
href="http://svn.apache.org/viewcvs.cgi/*checkout*/incubator/stdcxx/trunk/doc/stdlibug/index.html">
User Guide
</a>
</div>
@@ -1040,10 +1040,10 @@
A number of excellent design and programming books describe the C++
Standard Library in an approachable way. In addition, besides the
required <a
-href="http://svn.apache.org/repos/asf/incubator/stdcxx/trunk/doc/stdlibref/">Class
+href="http://svn.apache.org/viewcvs.cgi/*checkout*/incubator/stdcxx/trunk/doc/stdlibref/index.html">Class
Reference</a>, this implementation of the library also includes an
extensive <a
-href="http://svn.apache.org/repos/asf/incubator/stdcxx/trunk/doc/stdlibug/">User
+href="http://svn.apache.org/viewcvs.cgi/*checkout*/incubator/stdcxx/trunk/doc/stdlibug/index.html">User
Guide</a> complete with tutorials and example programs. That being
said, the ultimate reference to the C++ Standard Library is, of
course, the C++ Standard itself (and to a smaller extent, also the C