From 648d0d4e2e4fe148b08f508f8dff79dd36dc8cbe Mon Sep 17 00:00:00 2001
From: Rene Rivera
Date: Sat, 8 Sep 2007 23:36:53 +0000
Subject: [PATCH] Update for new locations, i.e. subversion.
[SVN r39172]
---
development/website_updating.html | 78 ++++++++++++++++++++++++-------
1 file changed, 62 insertions(+), 16 deletions(-)
diff --git a/development/website_updating.html b/development/website_updating.html
index 67fc3860..6c7e2c04 100644
--- a/development/website_updating.html
+++ b/development/website_updating.html
@@ -31,9 +31,14 @@
The website content lives in the Boost Subversion repository. To get
the website content, retrieve the website module from
- the Boost Subversion repository. For example:
+ the Boost Subversion repository. For in progress work:
-svn co https://svn.boost.org/svn/boost/website
+svn co https://svn.boost.org/svn/boost/website/public_html/beta
+
+
+ And for the live website:
+
+svn co https://svn.boost.org/svn/boost/website/public_html/live
Existing Page
@@ -70,33 +75,74 @@ tidy --tidy-mark no -i -wrap 78 -m -asxhtml --merge-divs no --merge-spans no --d
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 test site to update with the new content (which
- may take several minutes after check-in).
+ server, or commit the changes and view the changes online
+ at:
+
+
New Page
To make adding new pages easier there is a template 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:
+ "http://svn.boost.org/svn/boost/website/workplace/template.html">
+ template 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:
- Introduction
- 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:
- website/users
+ visitors are going to visit. Directory: /users
- Community
- For users who are interested in participating, or are
already participitating, this section describes how the Boost
community of users and developers functions. Directory:
- website/community
+ /community
- Development
@@ -107,7 +153,7 @@ tidy --tidy-mark no -i -wrap 78 -m -asxhtml --merge-divs no --merge-spans no --d
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:
- website/development
+ /development
- Support
@@ -115,7 +161,7 @@ tidy --tidy-mark no -i -wrap 78 -m -asxhtml --merge-divs no --merge-spans no --d
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:
- website/support
+ /support
- Documentation
@@ -123,7 +169,7 @@ tidy --tidy-mark no -i -wrap 78 -m -asxhtml --merge-divs no --merge-spans no --d
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:
- website/support
+ /doc
To provide the section user interface look and feel there