diff --git a/updating_the_website.html b/updating_the_website.html index 15209ab..1ee97f5 100755 --- a/updating_the_website.html +++ b/updating_the_website.html @@ -1,101 +1,111 @@ - + - -
- - - - + + +![]() |
-
-
![]() |
+ Home | -Home | +Libraries | -Libraries | +People | -People | +FAQ | -FAQ | +More | +
Any boost developer can update the Boost website content between + releases.
-Any boost developer can update the Boost website content between - releases.
+tidy helps in
+ preventing errors in the HTML, in keeping a clear revision history, and
+ in conforming to Web standards to help make the website readable by the
+ majority of people. The Boost web pages currently have a variety of
+ different types of HTML and XHTML content. Each needs to be dealt with
+ differently by tidy. Most pages are regular HTML 3.x/4.x,
+ for these use a tidy invocation of:
+ +tidy --tidy-mark no -i -wrap 78 -m some_page.html +Other pages are using the more recent XHTML 1.0 and XHTML 1.0 Strict +standards. Most notably this include the home +page. Some additional options are needed to make
tidy
+enforce the XHTML standard:
+ +tidy --tidy-mark no -i -wrap 78 -m -asxhtml some_page.html +That command is also useful if one is converting from HTML to XHTML. To +have
tidy check for the XHTML 1.0 Strict format use:
+ +tidy --tidy-mark no -i -wrap 78 -m -asxhtml --doctype strict some_page.html +If you have a choice as to what format to use, prefer the XHTML 1.0 +Strict format as that opens the content to the widest audience. +
scp'ing to the
- appropriate subdirectory of
- shell.sf.net:/home/groups/b/bo/boost/htdocs/. For
- example, to update the page you are reading, I would issue
-+
scp'ing to the
+ appropriate subdirectory of
+ shell.sf.net:/home/groups/b/bo/boost/htdocs/. For example,
+ to update the page you are reading, I would issue
+ scp updating_the_website.html david_abrahams@shell.sf.net:/home/groups/b/bo/boost/htdocs/more/-
-ssh david_abrahams@shell.sf.net "chmod a+r,g+rw /home/groups/b/bo/boost/htdocs/more/updating_the_website.html" +
+ssh david_abrahams@shell.sf.net "chmod a+r,g+rw /home/groups/b/bo/boost/htdocs/more/updating_the_website.html"-
Revised - $Date$ -
+Revised $Date$ +
-© Copyright David Abrahams 2005
+© Copyright David Abrahams 2005
-Use, modification, and distribution are subject to the Boost - Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at www.boost.org/LICENSE_1_0.txt)
- -© Copyright Rene Rivera 2005
+ +Distributed under the Boost Software License, Version 1.0. (See + accompanying file LICENSE_1_0.txt or copy + at www.boost.org/LICENSE_1_0.txt)
+ - - - - -