Boost logo

Boost-Commit :

From: grafikrobot_at_[hidden]
Date: 2007-09-08 19:36:53


Author: grafik
Date: 2007-09-08 19:36:53 EDT (Sat, 08 Sep 2007)
New Revision: 39172
URL: http://svn.boost.org/trac/boost/changeset/39172

Log:
Update for new locations, i.e. subversion.
Text files modified:
   website/public_html/beta/development/website_updating.html | 78 +++++++++++++++++++++++++++++++--------
   1 files changed, 62 insertions(+), 16 deletions(-)

Modified: website/public_html/beta/development/website_updating.html
==============================================================================
--- website/public_html/beta/development/website_updating.html (original)
+++ website/public_html/beta/development/website_updating.html 2007-09-08 19:36:53 EDT (Sat, 08 Sep 2007)
@@ -31,9 +31,14 @@
               <p>The website content lives in the <a href=
               "http://svn.boost.org">Boost Subversion repository</a>. To get
               the website content, retrieve the <tt>website</tt> module from
- the Boost Subversion repository. For example:</p>
+ the Boost Subversion repository. For in progress work:</p>
               <pre>
-svn co https://svn.boost.org/svn/boost/website
+svn co https://svn.boost.org/svn/boost/website/public_html/beta
+</pre>
+
+ <p>And for the live website:</p>
+ <pre>
+svn co https://svn.boost.org/svn/boost/website/public_html/live
 </pre>
 
               <h2>Existing Page</h2>
@@ -70,33 +75,74 @@
               the footer. This is because the site uses Server Side Includes
               (SSI) which most browsers will not process. To look at the
               complete content you will need to either run your own Apache
- server, or wait for the <a href="http://beta.boost.org/" class=
- "external">test site</a> to update with the new content (which
- may take several minutes after check-in).</p>
+ server, or commit the changes and view the changes online
+ at:</p>
+
+ <table summary="Website Locations">
+ <tr>
+ <th>Site</th>
+
+ <th>URL</th>
+
+ <th>Subversion</th>
+ </tr>
+
+ <tr>
+ <td>Beta</td>
+
+ <td><a href=
+ "http://beta.boost.org/">http://beta.boost.org/></td>
+
+ <td><a href=
+ "
https://svn.boost.org/svn/boost/website/public_html/beta/">
+ https://svn.boost.org/svn/boost/website/public_html/beta/></td>
+ </tr>
+
+ <tr>
+ <td colspan="3">This is the experimetal version of the
+ website. Changes should be made here first and then merged
+ to the live website.</td>
+ </tr>
+
+ <tr>
+ <td>Live</td>
+
+ <td><a href=
+ "
http://www.boost.org/">http://www.boost.org/></td>
+
+ <td><a href=
+ "
https://svn.boost.org/svn/boost/website/public_html/live/">
+ https://svn.boost.org/svn/boost/website/public_html/live/></td>
+ </tr>
+
+ <tr>
+ <td colspan="3">The website the general public will
+ see.</td>
+ </tr>
+ </table>
 
               <h2>New Page</h2>
 
               <p>To make adding new pages easier there is a <a href=
- "/workplace/template.html">template</a> to get one started. To
- start, copy the template to the section of the website you want
- to add to and name the new file with a reasonably clear name.
- The section is up to you but the intended type of content for
- each is:</p>
+ "
http://svn.boost.org/svn/boost/website/workplace/template.html">
+ template</a> to get one started. To start, copy the template to
+ the section of the website you want to add to and name the new
+ file with a reasonably clear name. The section is up to you but
+ the intended type of content for each is:</p>
 
               <dl>
                 <dt><dfn>Introduction</dfn></dt>
 
                 <dd>Content to help new users understand what Boost is for
                 and what it is about. This is the one place where new
- visitors are going to visit. Directory:
- <tt>website/users</tt></dd>
+ visitors are going to visit. Directory: <tt>/users</tt></dd>
 
                 <dt><dfn>Community</dfn></dt>
 
                 <dd>For users who are interested in participating, or are
                 already participitating, this section describes how the Boost
                 community of users and developers functions. Directory:
- <tt>website/community</tt></dd>
+ <tt>/community</tt></dd>
 
                 <dt><dfn>Development</dfn></dt>
 
@@ -107,7 +153,7 @@
                 content that only pertains to library developers, although it
                 may be of more widespread interest as users become more
                 involved in the Boost community. Directory:
- <tt>website/development</tt></dd>
+ <tt>/development</tt></dd>
 
                 <dt><dfn>Support</dfn></dt>
 
@@ -115,7 +161,7 @@
                 here. This would include both public support as informally
                 provided by the Boost developers and the over all Boost
                 community and commercial support when available. Directory:
- <tt>website/support</tt></dd>
+ <tt>/support</tt></dd>
 
                 <dt><dfn>Documentation</dfn></dt>
 
@@ -123,7 +169,7 @@
                 libraries. This includes at minimum the library documentation
                 published with each of the Boost releases. Also included is
                 access to the community maintained Wiki. Directory:
- <tt>website/support</tt></dd>
+ <tt>/doc</tt></dd>
               </dl>
 
               <p>To provide the section user interface look and feel there


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