Boost logo

Boost-Commit :

From: grafikrobot_at_[hidden]
Date: 2008-03-27 16:49:27


Author: grafik
Date: 2008-03-27 16:49:26 EDT (Thu, 27 Mar 2008)
New Revision: 43886
URL: http://svn.boost.org/trac/boost/changeset/43886

Log:
Add info about optional tidy args, and pointer to downloading tidy.
Text files modified:
   website/public_html/beta/development/website_updating.html | 17 ++++++++++++++---
   1 files changed, 14 insertions(+), 3 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 2008-03-27 16:49:26 EDT (Thu, 27 Mar 2008)
@@ -7,7 +7,7 @@
   <meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
   <link rel="icon" href="/favicon.ico" type="image/ico" />
   <link rel="stylesheet" type="text/css" href=
- "/style/section-development.css" />
+ "../style/section-development.css" />
   <!--[if IE]> <style type="text/css"> body { behavior: url(/style/csshover.htc); } </style> <![endif]-->
 </head>
 
@@ -82,6 +82,16 @@
               warnings that HTML Tidy mentions and strive to remove all of
               them.</p>
 
+ <p><strong>NOTE:</strong> The options for <tt>tidy</tt> are for
+ the latest version. In particular the <tt>--merge-*</tt>
+ options may not be available in the version that comes as part
+ of many Unix/Linux distributions, and Windows utilities.
+ Removing the unavailable options is possible and will work. But
+ we recommend installing the latest <tt>tidy</tt> if possible.
+ You can obtain up to date Windows binaries, and sources from
+ the <a href="http://tidy.sourceforge.net/" class=
+ "external">HTML Tidy Library Project</a>.</p>
+
               <p>The pages should be viewable in most browsers. If possible
               test you changes in as many as possible. Preferably at least
               with IE and one other modern browser if you are on Windows. But
@@ -368,8 +378,9 @@
 ?&gt;
 </pre>
 
- <p>For a brief explanation of the settings see the
- <tt>common/code/boost_config.php</tt> file.</p>
+ <p>For a brief explanation of the settings see the <a href=
+ "http://svn.boost.org/trac/boost/browser/website/public_html/beta/common/code/boost_config.php">
+ <tt>common/code/boost_config.php</tt></a> file.</p>
                 </li>
               </ol>
             </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