Changes between Version 17 and Version 18 of UnifiedLookAndFeelProject


Ignore:
Timestamp:
Sep 14, 2007, 7:03:15 PM (15 years ago)
Author:
Frank Mori Hess
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UnifiedLookAndFeelProject

    v17 v18  
    3030You can see the latest iteration of the [http://beta.boost.org/development/doc/doc_test/doc/html/index.html new style here].
    3131
    32 If you checkout boost from the SVN repository, you can build docs with the new style by switching the appropriate XSL directory
    33 to the updated version in the sandbox.  To switch, go to the tools/boostbook/xsl directory of your checked out boost working copy, and depending on whether you check out using http or https, execute one of the following:
     32If you checkout boost from the SVN repository, you can build docs with the new style by switching the boostbook directory
     33to the updated version in the sandbox.  To switch, go to the tools/boostbook directory of your checked out boost working copy, and depending on whether you check out using http or https, execute one of the following:
    3434
    3535{{{
    36       svn switch -N http://svn.boost.org/svn/boost/sandbox/boost_docs/trunk/tools/boostbook/xsl .
    37  (or) svn switch -N https://svn.boost.org/svn/boost/sandbox/boost_docs/trunk/tools/boostbook/xsl .
     36      svn switch http://svn.boost.org/svn/boost/sandbox/boost_docs/trunk/tools/boostbook .
     37 (or) svn switch https://svn.boost.org/svn/boost/sandbox/boost_docs/trunk/tools/boostbook .
    3838}}}
    3939
    40 This will make that particular working copy directory be synchronized with the new style.  To switch back, execute:
     40This will make the boostbook subdirectories be synchronized with the new style.  After
     41switching, you may also need to update your docbook/fop tools by using one of the setup_boostbook
     42scripts in the boostbook subdirectory.
     43
     44To switch back,
     45return to the boostbook subdirectory and execute:
    4146
    4247{{{
    43       svn switch -N http://svn.boost.org/svn/boost/trunk/tools/boostbook/xsl .
    44  (or) svn switch -N https://svn.boost.org/svn/boost/trunk/tools/boostbook/xsl .
     48      svn switch http://svn.boost.org/svn/boost/trunk/tools/boostbook .
     49 (or) svn switch https://svn.boost.org/svn/boost/trunk/tools/boostbook .
    4550}}}
    4651
    47 To use the new style, you may need to modify to your Jamfile.  Either of the following lines will pull in all of the style files needed:
     52To use the new style, you may need to modify to your Jamfile.  The root directory
     53containing doc/style, doc/javascript, etc. may be specified with a line
     54something like:
    4855
    4956{{{
    50       <xsl:param>project.root=path-to-project-style-root
    51  (or) <xsl:param>boost.root=path-to-project-style-root
     57      <xsl:param>project.root="path-to-project-style-root"
    5258}}}
    5359