Changes between Version 15 and Version 16 of UnifiedLookAndFeelProject
- Timestamp:
- Aug 8, 2007, 7:48:19 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UnifiedLookAndFeelProject
v15 v16 26 26 == HTML docs == 27 27 28 === Check out the new style === 29 28 30 You can see the latest iteration of the [http://beta.boost.org/development/doc/doc_test/doc/html/index.html new style here]. 29 31 30 32 If 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 execute33 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: 32 34 33 35 {{{ … … 43 45 }}} 44 46 45 Some of the new features: 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: 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 54 Correctly structured project styles are currently: 55 * http://beta.boost.org/development 56 57 === Some of the new features === 46 58 47 59 * Validated XHTML 1.1 output (better than strict XHTML) … … 55 67 * CSS-based admonitions and navigation graphics 56 68 * 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 === 57 80 58 81 The following subprojects deal with HTML documents