Changes between Version 22 and Version 23 of DocsTranslationsProject
- Timestamp:
- Jun 26, 2007, 2:16:50 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DocsTranslationsProject
v22 v23 60 60 <para> 61 61 Distributed under the Boost Software License, Version 1.0. (See accompanying 62 file LICENSE_1_0.txt or copy at <ulink url="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</ulink>) 62 file LICENSE_1_0.txt or copy at 63 <ulink url="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</ulink>) 63 64 </para> 64 65 </legalnotice> … … 73 74 <section id="library_name.section_id"> 74 75 75 <title>Description</title> 76 77 <para> 78 <inlinemediaobject><imageobject><imagedata fileref="../images/library_logo.png"></imagedata></imageobject> 79 <textobject> 80 <phrase>Boost.LibraryName logo</phrase> 81 </textobject> 82 </inlinemediaobject> 83 </para> 76 <title>Section Title</title> 84 77 85 78 <para> … … 114 107 [[Br]] Example: 115 108 {{{ 109 <?xml version="1.0" encoding="utf-8"?> 110 <!-- 111 Copyright (c) Year author name, author name 112 113 Distributed under the Boost Software License, Version 1.0. 114 (See accompanying file LICENSE_1_0.txt or copy at 115 http://www.boost.org/LICENSE_1_0.txt) 116 --> 117 118 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 119 version="1.0"> 120 121 <!-- Html boostbook parameters --> 122 123 <xsl:param name = "chapter.logo.img" select = "'../images/library_logo.png'" /> 124 125 <xsl:param name = "quickbook.source.style.show" select = "'true'" /> 126 127 <!-- Dockbook parameters --> 128 129 <xsl:param name = "chunk.section.depth" select = "2" /> 130 131 </xsl:stylesheet> 116 132 117 133 }}}