|
Boost-Commit : |
From: grafikrobot_at_[hidden]
Date: 2007-09-08 18:00:19
Author: grafik
Date: 2007-09-08 18:00:16 EDT (Sat, 08 Sep 2007)
New Revision: 39170
URL: http://svn.boost.org/trac/boost/changeset/39170
Log:
Add no-merge options to tidy command, to prevent munging of layout structure.
Text files modified:
website/public_html/beta/development/website_updating.html | 31 +++++++++++++++----------------
1 files changed, 15 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 18:00:16 EDT (Sat, 08 Sep 2007)
@@ -28,12 +28,10 @@
<div class="section-body">
<h2>Getting Content</h2>
- <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>
-
+ <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>
<pre>
svn co https://svn.boost.org/svn/boost/website
</pre>
@@ -51,16 +49,17 @@
want to edit as above, make the changes you want and run the
result through HTML Tidy with these options:</p>
<pre>
-tidy --tidy-mark no -i -wrap 78 -m -asxhtml --doctype strict <i>fname</i>
+tidy --tidy-mark no -i -wrap 78 -m -asxhtml --merge-divs no --merge-spans no --doctype strict <i>fname</i>
</pre>
<p>Running HTML Tidy with a consistent set of options also
- helps in keeping an accurate change history in the repository.
- There are examples of
- the kinds of styles supported either directly or through the use
- of [<tt>class="<i>value</i>"</tt>] attributes for the various
- XHTML tags. Please pay attention to any errors and warnings that
- HTML Tidy mentions and strive to remove all of them.</p>
+ helps in keeping an accurate change history in the repository.
+ There are examples of
+ the kinds of styles supported either directly or through the
+ use of [<tt>class="<i>value</i>"</tt>] attributes for the
+ various XHTML tags. Please pay attention to any errors and
+ warnings that HTML Tidy mentions and strive to remove all of
+ them.</p>
<p>The pages should be viewable in most browsers. If possible
test you changes in as many as possible. Preferably at least
@@ -73,7 +72,7 @@
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>
+ may take several minutes after check-in).</p>
<h2>New Page</h2>
@@ -87,8 +86,8 @@
<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
+ <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>
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