Changes between Version 15 and Version 16 of UnifiedLookAndFeelProject


Ignore:
Timestamp:
Aug 8, 2007, 7:48:19 PM (15 years ago)
Author:
Stjepan Rajko
Comment:

added HTML style known issues and expanded check out instructions

Legend:

Unmodified
Added
Removed
Modified
  • UnifiedLookAndFeelProject

    v15 v16  
    2626== HTML docs ==
    2727
     28=== Check out the new style ===
     29
    2830You can see the latest iteration of the [http://beta.boost.org/development/doc/doc_test/doc/html/index.html new style here].
    2931
    3032If you checkout boost from the SVN repository, you can build docs with the new style by switching the appropriate XSL directory
    31 to the updated version in the sandbox.  To switch, go to the tools/boostbook/xsl directory of your checked out boost working copy, and execute
     33to 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:
    3234
    3335{{{
     
    4345}}}
    4446
    45 Some of the new features:
     47To 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:
     48
     49{{{
     50      <xsl:param>project.root=path-to-project-style-root
     51 (or) <xsl:param>boost.root=path-to-project-style-root
     52}}}
     53
     54Correctly structured project styles are currently:
     55  * http://beta.boost.org/development
     56
     57=== Some of the new features ===
    4658
    4759  * Validated XHTML 1.1 output (better than strict XHTML)
     
    5567  * CSS-based admonitions and navigation graphics
    5668  * Quickbook source stylesheet
     69
     70=== Known issues ===
     71
     72  * On [http://beta.boost.org/development/doc/doc_test/doc/html/index.html]
     73    * Firefox and IE7 don't display code blocks correctly in print-preview (and
     74      presumably when printed).
     75    * IE7 indicates that there were Javascript errors on the page when loading
     76      the above page.  And when stylesheets are used locally then IE7 complains
     77      about "active content".
     78
     79=== Subprojects ===
    5780
    5881The following subprojects deal with HTML documents