Author: sebor
Date: Sun Aug 28 14:58:48 2005
New Revision: 263925
URL: http://svn.apache.org/viewcvs?rev=263925&view=rev
Log:
2005-08-28 Martin Sebor <[EMAIL PROTECTED]>
STDCXX-17
* download.html: Documented how to download stdcxx files.
Added:
incubator/stdcxx/site/download.html (with props)
Added: incubator/stdcxx/site/download.html
URL:
http://svn.apache.org/viewcvs/incubator/stdcxx/site/download.html?rev=263925&view=auto
==============================================================================
--- incubator/stdcxx/site/download.html (added)
+++ incubator/stdcxx/site/download.html Sun Aug 28 14:58:48 2005
@@ -0,0 +1,258 @@
+<!DOCTYPE HTML PUBLIC
+ "-//W3C//DTD HTML 4.01 Transitional//EN"
+ "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <title>Downloading the Apache C++ Standard Library</title>
+ <link type="text/css" href="basic.css" rel="stylesheet">
+ <link rel="shortcut icon" href="">
+ </head>
+
+ <div id="top">
+ <!-- breadcrumbs -->
+ <div class="breadtrail">
+ <a href="http://incubator.apache.org/">Incubator</a> >
+ <a href="http://incubator.apache.org/stdcxx/">stdcxx</a>
+ </div>
+ <div class="header">
+ <div class="grouplogo">
+ <a href="http://incubator.apache.org/">
+ <img class="logoImage"
+ alt="Apache Incubator"
+ title="Apache Incubator"
+ src="images/incubator_logo.gif"
+ border="0" >
+ </a>
+ </div>
+ <div class="projectlogo">
+ <a href="http://incubator.apache.org/stdcxx/">
+ <img class="logoImage"
+ alt="STDCXX - Apache C++ Standard Library"
+ title="STDCXX - Apache C++ Standard Library"
+ src="images/stdcxx.gif"
+ border="0">
+ </a>
+ </div>
+ <div class="searchbox">
+ <form action="http://www.google.com/search"
+ method="get"
+ class="roundtopsmall">
+ <input value="apache.org" name="sitesearch" type="hidden">
+ <input value="" size="25" name="q" id="query" type="text">
+ <input name="Search" value="Search" type="submit">
+ </form>
+ </div>
+ <ul id="tabs">
+ <li class="current">
+ <a class="base-selected" href="index.html">stdcxx</a>
+ </li>
+ </ul>
+ </div>
+ </div> <!-- top -->
+
+ <div id="main">
+ <div id="publishedStrip">
+ Last Modified $Date$
+ </div>
+ <div class="breadtrail">
+
+ </div>
+
+ <!-- left hand navigation -->
+ <div id="menu">
+ <div class="menupage">
+
+ <div class="menuitem">
+ <a title="" href="index.html">
+ stdcxx
+ </a>
+ </div>
+
+ <div class="menuitem">
+ <a title="" href="http://incubator.apache.org/projects/stdcxx.html">
+ Status
+ </a>
+ </div>
+
+ <div id="menu_selected_1.1"
+ class="selectedmenuitemgroup"
+ style="display: block;">
+ <div class="menupage">
+ <div class="menupagetitle">Download</div>
+ </div>
+ </div>
+
+ <div class="menuitem">
+ <a title=""
href="http://svn.apache.org/repos/asf/incubator/stdcxx/trunk/etc/config/README">
+ README
+ </a>
+ </div>
+
+ <div class="menuitem">
+ <a title="" href="http://www.apache.org/licenses/LICENSE-2.0">
+ License
+ </a>
+ </div>
+
+ <div class="menuitem">
+ <a title="" href="bugs.html">
+ Bugs
+ </a>
+ </div>
+
+ <div class="menuitem">
+ <a title=""
href="http://svn.apache.org/repos/asf/incubator/stdcxx/trunk/doc/stdlibref/">
+ Class Reference
+ </a>
+ </div>
+
+ <div class="menuitem">
+ <a title=""
href="http://svn.apache.org/repos/asf/incubator/stdcxx/trunk/doc/stdlibug/">
+ User Guide
+ </a>
+ </div>
+
+ <div class="menuitem">
+ <a title="" href="#">
+ Design and Style Document
+ </a>
+ </div>
+
+ </div> <!-- menupage -->
+ <div id="roundbottom">
+ <img style="display: none" class="corner" height="15" width="15"
+ alt="" src="images/rc-b-l-15-1body-2menu-3menu.png">
+ </div>
+ </div> <!-- menu -->
+ </div> <!-- main -->
+
+ <!--start main content-->
+ <div id="content">
+ <h1>Downloading the Apache C++ Standard Library</h1>
+ <div id="minitoc-area">
+ <ul class="minitoc">
+ <li><a href="#latest">Viewing the Latest Files Online</a></li>
+ <li>
+ <a href="#viewsvn">
+ Viewing the stdcxx Subversion Repository Online
+ </a>
+ </li>
+ <li>
+ <a href="#svn">
+ Checking Out stdcxx Using the Subversion Client
+ </a>
+ </li>
+ <li><a href="#snapshots">Downloading stdcxx Snapshots</a></li>
+ <li><a href="#releases">Downloading stdcxx Releases</a></li>
+ </ul>
+ </div>
+
+ <a name="latest"></a>
+ <h2 class="boxed">Viewing the Latest Files Online</h2>
+ <div class="section">
+ <p>
+
+The latest development versions of stdcxx files can be viewed by
+directly accessing the stdcxx file repository in ASF Subversion
+through any Web browser <a
+href="http://svn.apache.org/repos/asf/incubator/stdcxx/trunk">here</a>.
+
+ </p>
+ </div> <!-- section -->
+
+ <a name="latest"></a>
+ <h2 class="boxed">Viewing the stdcxx Subversion Repository Online</h2>
+ <div class="section">
+ <p>
+
+The ASF stdcxx Subversion repository can also be accessed via the <a
+href="http://viewcvs.sourceforge.net/">ViewCVS</a> interface for
+Subversion <a
+href="http://svn.apache.org/viewcvs.cgi/incubator/stdcxx/">here</a>.
+
+ </p>
+ </div> <!-- section -->
+
+ <a name="svn"></a>
+ <h2 class="boxed">Checking Out Files Using the Subversion Client</h2>
+ <div class="section">
+ <p>
+
+To check out stdcxx files using anonymous Subversion access, read the
+instructions <a
+href="http://www.apache.org/dev/version-control.html#anon-svn">here</a>.
+
+ </p>
+ <p>
+
+To check out the latest development version of entire stdcxx
+repository (i.e., its trunk), use the following command:
+
+ </p>
+ <p>
+
+<code>$ svn co http://svn.apache.org/repos/asf/stdcxx/trunk stdcxx</code>
+
+ </p>
+ <p>
+
+To check out stdcxx files for write access (committers only), read the
+instructions <a
+href="http://www.apache.org/dev/version-control.html#https-svn">here</a>.
+
+ </p>
+ <p>
+
+The Subversion command is the same as above, the only thing different
+is the HTTPS protocol instead of ordinary HTTP:
+
+ </p>
+ <p>
+
+<code>$ svn co https://svn.apache.org/repos/asf/stdcxx/trunk stdcxx</code>
+
+ </p>
+ </div> <!-- section -->
+
+ <a name="latest"></a>
+ <h2 class="boxed">Downloading stdcxx Snapshots</h2>
+ <div class="section">
+ <p>
+
+No snapshots of stdcxx are available at this time. On 8/25/2005 the
+stdcxx development community initiated a vote on publishing the first
+snapshot of stdcxx (see this <a
+href="http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-dev/200508.mbox/[EMAIL
PROTECTED]">post</a>). Once
+the results of the vote are in and, assuming the results are
+favorable, once the Incubator PMC has approved the release of the
+snapshot, it will be made available for download from the stdcxx Web
+site. Until then, use one of the methods above to download stdcxx
+files.
+
+ </p>
+ </div> <!-- section -->
+
+ <a name="latest"></a>
+ <h2 class="boxed">Downloading stdcxx Releases</h2>
+ <div class="section">
+ <p>
+
+There is no published stdcxx release at this time. The stdcxx
+development community is working toward the first release of the
+project, version 4.1.3.
+
+ </p>
+ </div> <!-- section -->
+
+ <!-- End main content-->
+
+ <div class="clearboth"> </div>
+ </div>
+ <div id="footer">
+ <div class="copyright">
+ Copyright © 2005 The Apache Software Foundation.
+ </div>
+ </div>
+ </body>
+</html>
Propchange: incubator/stdcxx/site/download.html
------------------------------------------------------------------------------
svn:keywords = Date