Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r80393 - website/public_html/live/users/download
From: dnljms_at_[hidden]
Date: 2012-09-04 03:42:32


Author: danieljames
Date: 2012-09-04 03:42:31 EDT (Tue, 04 Sep 2012)
New Revision: 80393
URL: http://svn.boost.org/trac/boost/changeset/80393

Log:
Website: Restore missing parts of download page.
Text files modified:
   website/public_html/live/users/download/index.html | 77 +++++++++++++++++++++++++++++++++++++++
   1 files changed, 76 insertions(+), 1 deletions(-)

Modified: website/public_html/live/users/download/index.html
==============================================================================
--- website/public_html/live/users/download/index.html (original)
+++ website/public_html/live/users/download/index.html 2012-09-04 03:42:31 EDT (Tue, 04 Sep 2012)
@@ -22,7 +22,82 @@
             <div class="section-title">
               <h1>Boost Downloads</h1>
             </div>
- <!--#include virtual="/generated/download-items.html" -->
+
+ <div class="section-body">
+
+ <!--#include virtual="/generated/download-items.html" -->
+
+ <h2><a name="history" id="history"></a>Old Boost Releases</h2>
+
+ <p>Old versions of boost can be found on the <a href=
+ "/users/history/">version history</a> page or from <a class=
+ "external" href=
+ "http://sourceforge.net/projects/boost/files/">the
+ sourceforge download page</a>.</p>
+
+ <h2><a name="repository" id="repository"></a>Subversion
+ Repository</h2>
+
+ <p>Boost uses <a class="external" href=
+ "http://subversion.tigris.org/">Subversion</a> to manage all of
+ the data associated with Boost's development, including the
+ source code to Boost, documentation for Boost libraries, and
+ the Boost web site.</p>
+
+ <h3>Accessing the Boost Subversion Repository</h3>
+
+ <p>The Subversion repository can be accessed in several
+ ways:</p>
+
+ <ul>
+ <li>Anonymous, read-only access to the Boost Subversion
+ repository is available at <a href=
+ "http://svn.boost.org/svn/boost">http://svn.boost.org/svn/boost>.
+ To access the current Boost development code, for instance,
+ one would check out from <a href=
+ "
http://svn.boost.org/svn/boost/trunk">http://svn.boost.org/svn/boost/trunk>.
+ For example, using the command-line <tt>svn</tt>, one might
+ use:
+ <pre>
+svn co <a href=
+"
http://svn.boost.org/svn/boost/trunk">http://svn.boost.org/svn/boost/trunk> boost-trunk
+</pre>
+ </li>
+
+ <li>On Windows, <a href=
+ "
http://tortoisesvn.tigris.org/">TortoiseSVN</a> provides an
+ easy-to-use, graphical interface to Subversion.</li>
+ </ul>
+
+ <h3>Organization of the Boost Subversion Repository</h3>
+
+ <p>The Boost Subversion repository is organized into several
+ top-level directories, reflecting various stages of Boost
+ library development and subtasks within the Boost community. We
+ have the following top-level directories:</p>
+
+ <ul>
+ <li><tt>trunk</tt>: Contains the latest "development" version
+ of Boost.</li>
+
+ <li><tt>sandbox</tt>: Contains libraries and tools that are
+ under active development and have not yet been reviewed or
+ accepted into Boost. See <a href=
+ "http://svn.boost.org/trac/boost/wiki/BoostSandbox">BoostSandbox</a>
+ for information about organization of the sandbox.</li>
+
+ <li><tt>website</tt>: Contains the upcoming Boost web site,
+ which is not yet live.</li>
+
+ <li><tt>branches</tt>: Contains various branches of Boost
+ libraries, typically for release branches and for non-trivial
+ changes to Boost libraries that need to be made separately
+ from the trunk.</li>
+
+ <li><tt>tags</tt>: Contains "tags" that mark certain points
+ in the source tree, such as particular Boost releases.</li>
+ </ul>
+ </div>
           </div>
         </div>
       </div>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk