summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@redhat.com>2017-05-24 10:22:40 -0400
committerShaun McCance <shaunm@redhat.com>2017-05-24 10:22:40 -0400
commitf2edd6e1a4e38810ae65e400a8565db6ed3e0df3 (patch)
tree6896cde1cd493c7aa8b83b8fcf6237980f7eb27c
parentd7cc35f2faa9420e51220866eebeb58dc2d0b7fc (diff)
downloadyelp-xsl-f2edd6e1a4e38810ae65e400a8565db6ed3e0df3.tar.gz
Post-merge revision version bump in xsldoc comments
-rw-r--r--xslt/common/color.xsl68
-rw-r--r--xslt/common/html.xsl48
-rw-r--r--xslt/common/icons.xsl32
-rw-r--r--xslt/docbook/common/db-title.xsl2
-rw-r--r--xslt/docbook/html/db2html-list.xsl2
-rw-r--r--xslt/mallard/html/mal2html-ui.xsl2
6 files changed, 77 insertions, 77 deletions
diff --git a/xslt/common/color.xsl b/xslt/common/color.xsl
index 672c1c52..45253125 100644
--- a/xslt/common/color.xsl
+++ b/xslt/common/color.xsl
@@ -22,7 +22,7 @@ along with this program; see the file COPYING.LGPL. If not, see <http://www.gnu
<!--!!==========================================================================
Colors
Common named colors and color utilities for output styling.
-:Revision:version="3.22" date="2016-01-03" status="final"
+:Revision:version="3.26" date="2016-01-03" status="final"
This stylesheet provides a common interface to specify custom colors for
transformations to presentation-oreinted formats. This allows similar
@@ -36,7 +36,7 @@ and extracting information about colors.
<!--**==========================================================================
color.hex2dec
Convert a hexidecimal number to decimal.
-:Revision: version="3.22" date="2016-01-03" status="final"
+:Revision: version="3.26" date="2016-01-03" status="final"
$hex: The hexidecimal number to convert to decimal.
This template converts a hexidecimal number to decimal. It's useful for getting
@@ -75,7 +75,7 @@ the numeric values of color components in a hexidecimal color code.
<!--**==========================================================================
color.r
Extract the red component of a color.
-:Revision: version="3.22" date="2016-01-03" status="final"
+:Revision: version="3.26" date="2016-01-03" status="final"
$color: A color specified in hexidecimal, #{rgb()}, or #{rgba()}.
This template extracts the red portion of a color, returning a number between
@@ -106,7 +106,7 @@ not accept HSL or named HTML colors.
<!--**==========================================================================
color.g
Extract the green component of a color.
-:Revision: version="3.22" date="2016-01-03" status="final"
+:Revision: version="3.26" date="2016-01-03" status="final"
$color: A color specified in hexidecimal, #{rgb()}, or #{rgba()}.
This template extracts the green portion of a color, returning a number between
@@ -137,7 +137,7 @@ not accept HSL or named HTML colors.
<!--**==========================================================================
color.b
Extract the blue component of a color.
-:Revision: version="3.22" date="2016-01-03" status="final"
+:Revision: version="3.26" date="2016-01-03" status="final"
$color: A color specified in hexidecimal, #{rgb()}, or #{rgba()}.
This template extracts the blue portion of a color, returning a number between
@@ -175,7 +175,7 @@ not accept HSL or named HTML colors.
<!--**==========================================================================
color.a
Extract the alpha value of a color.
-:Revision: version="3.22" date="2016-01-03" status="final"
+:Revision: version="3.26" date="2016-01-03" status="final"
$color: A color specified in hexidecimal, #{rgb()}, or #{rgba()}.
This template extracts the alpha, or opacity level, of a color. It returns a
@@ -201,7 +201,7 @@ with anything other than #{rgba()}, it always returns 1.0.
<!--**==========================================================================
color.rl
Get the relative luminance of a color.
-:Revision: version="3.22" date="2016-01-03" status="final"
+:Revision: version="3.26" date="2016-01-03" status="final"
$color: A color specified in hexidecimal, #{rgb()}, or #{rgba()}.
This template calculates the relative luminance of a color, returning a number
@@ -271,7 +271,7 @@ HSL or named HTML colors.
<!--**==========================================================================
color.contrast
Get the contrast between two colors.
-:Revision: version="3.22" date="2016-01-03" status="final"
+:Revision: version="3.26" date="2016-01-03" status="final"
$bg: A color specified in hexidecimal, #{rgb()}, or #{rgba()}.
$fg: A color specified in hexidecimal, #{rgb()}, or #{rgba()}.
@@ -317,7 +317,7 @@ ratio of at least 3.0 for large-scale text.
<!--**==========================================================================
color.blend
Blend two colors together at a specified mix level.
-:Revision: version="3.22" date="2016-01-03" status="final"
+:Revision: version="3.26" date="2016-01-03" status="final"
$bg: A color specified in hexidecimal, #{rgb()}, or #{rgba()}.
$fg: A color specified in hexidecimal, #{rgb()}, or #{rgba()}.
$mix: The mix level, between 0.0 and 1.0.
@@ -537,7 +537,7 @@ the #{rgb()} scheme. Otherwise, it uses the #{rgba()} scheme.
<!--@@==========================================================================
color.fg
The primary text color.
-:Revision:version="3.22" date="2016-01-03" status="final"
+:Revision:version="3.26" date="2016-01-03" status="final"
This parameters specifies the normal color of text. It should have a high color
contrast against @{color.bg}. Other text colors can be automatically computed
@@ -549,7 +549,7 @@ based on this color.
<!--@@==========================================================================
color.bg
The normal background color.
-:Revision:version="3.22" date="2016-01-03" status="final"
+:Revision:version="3.26" date="2016-01-03" status="final"
This parameters specifies the background color. It should have a high color
contrast against @{color.fg}. Other background colors can be automatically
@@ -561,7 +561,7 @@ computed based on this color.
<!--@@==========================================================================
color.red
A red accent color.
-:Revision:version="3.22" date="2016-01-03" status="final"
+:Revision:version="3.26" date="2016-01-03" status="final"
This parameter specifies a shade of red that is suitable for borders and
other accents. It should have some contrast against background colors, but it
@@ -573,7 +573,7 @@ does not need as high of a contrast as text colors.
<!--@@==========================================================================
color.fg.red
A red text color.
-:Revision:version="3.22" date="2016-01-03" status="final"
+:Revision:version="3.26" date="2016-01-03" status="final"
This parameter specifies a shade of red that is suitable for text. It should
have a high color contrast against @{color.bg}. If not specified, it can be
@@ -589,7 +589,7 @@ automatically computed based on @{color.red} and @{color.fg}.
<!--@@==========================================================================
color.bg.red
A red background color.
-:Revision:version="3.22" date="2016-01-03" status="final"
+:Revision:version="3.26" date="2016-01-03" status="final"
This parameter specifies a shade of red that is suitable for backgrounds.
It should have a high color contrast against @{color.fg}. If not specified,
@@ -605,7 +605,7 @@ it can be automatically computed based on @{color.red} and @{color.bg}.
<!--@@==========================================================================
color.orange
An orange accent color.
-:Revision:version="3.22" date="2016-01-03" status="final"
+:Revision:version="3.26" date="2016-01-03" status="final"
This parameter specifies a shade of orange that is suitable for borders and
other accents. It should have some contrast against background colors, but it
@@ -617,7 +617,7 @@ does not need as high of a contrast as text colors.
<!--@@==========================================================================
color.fg.orange
An orange text color.
-:Revision:version="3.22" date="2016-01-03" status="final"
+:Revision:version="3.26" date="2016-01-03" status="final"
This parameter specifies a shade of orange that is suitable for text. It should
have a high color contrast against @{color.bg}. If not specified, it can be
@@ -633,7 +633,7 @@ automatically computed based on @{color.orange} and @{color.fg}.
<!--@@==========================================================================
color.bg.orange
An orange background color.
-:Revision:version="3.22" date="2016-01-03" status="final"
+:Revision:version="3.26" date="2016-01-03" status="final"
This parameter specifies a shade of orange that is suitable for backgrounds.
It should have a high color contrast against @{color.fg}. If not specified,
@@ -649,7 +649,7 @@ it can be automatically computed based on @{color.orange} and @{color.bg}.
<!--@@==========================================================================
color.yellow
A yellow accent color.
-:Revision:version="3.22" date="2016-01-03" status="final"
+:Revision:version="3.26" date="2016-01-03" status="final"
This parameter specifies a shade of yellow that is suitable for borders and
other accents. It should have some contrast against background colors, but it
@@ -661,7 +661,7 @@ does not need as high of a contrast as text colors.
<!--@@==========================================================================
color.fg.yellow
A yellow text color.
-:Revision:version="3.22" date="2016-01-03" status="final"
+:Revision:version="3.26" date="2016-01-03" status="final"
This parameter specifies a shade of yellow that is suitable for text. It should
have a high color contrast against @{color.bg}. If not specified, it can be
@@ -678,7 +678,7 @@ automatically computed based on @{color.yellow} and @{color.fg}.
<!--@@==========================================================================
color.bg.yellow
A yellow background color.
-:Revision:version="3.22" date="2016-01-03" status="final"
+:Revision:version="3.26" date="2016-01-03" status="final"
This parameter specifies a shade of yellow that is suitable for backgrounds.
It should have a high color contrast against @{color.fg}. If not specified,
@@ -695,7 +695,7 @@ it can be automatically computed based on @{color.yellow} and @{color.bg}.
<!--@@==========================================================================
color.green
A green accent color.
-:Revision:version="3.22" date="2016-01-03" status="final"
+:Revision:version="3.26" date="2016-01-03" status="final"
This parameter specifies a shade of green that is suitable for borders and
other accents. It should have some contrast against background colors, but it
@@ -707,7 +707,7 @@ does not need as high of a contrast as text colors.
<!--@@==========================================================================
color.fg.green
A green text color.
-:Revision:version="3.22" date="2016-01-03" status="final"
+:Revision:version="3.26" date="2016-01-03" status="final"
This parameter specifies a shade of green that is suitable for text. It should
have a high color contrast against @{color.bg}. If not specified, it can be
@@ -723,7 +723,7 @@ automatically computed based on @{color.green} and @{color.fg}.
<!--@@==========================================================================
color.bg.green
A green background color.
-:Revision:version="3.22" date="2016-01-03" status="final"
+:Revision:version="3.26" date="2016-01-03" status="final"
This parameter specifies a shade of green that is suitable for backgrounds.
It should have a high color contrast against @{color.fg}. If not specified,
@@ -739,7 +739,7 @@ it can be automatically computed based on @{color.green} and @{color.bg}.
<!--@@==========================================================================
color.blue
A blue accent color.
-:Revision:version="3.22" date="2016-01-03" status="final"
+:Revision:version="3.26" date="2016-01-03" status="final"
This parameter specifies a shade of blue that is suitable for borders and
other accents. It should have some contrast against background colors, but it
@@ -751,7 +751,7 @@ does not need as high of a contrast as text colors.
<!--@@==========================================================================
color.fg.blue
A blue text color.
-:Revision:version="3.22" date="2016-01-03" status="final"
+:Revision:version="3.26" date="2016-01-03" status="final"
This parameter specifies a shade of blue that is suitable for text. It should
have a high color contrast against @{color.bg}. If not specified, it can be
@@ -766,7 +766,7 @@ automatically computed based on @{color.blue} and @{color.fg}.
<!--@@==========================================================================
color.bg.blue
A blue background color.
-:Revision:version="3.22" date="2016-01-03" status="final"
+:Revision:version="3.26" date="2016-01-03" status="final"
This parameter specifies a shade of blue that is suitable for backgrounds.
It should have a high color contrast against @{color.fg}. If not specified,
@@ -782,7 +782,7 @@ it can be automatically computed based on @{color.blue} and @{color.bg}.
<!--@@==========================================================================
color.purple
A purple accent color.
-:Revision:version="3.22" date="2016-01-03" status="final"
+:Revision:version="3.26" date="2016-01-03" status="final"
This parameter specifies a shade of purple that is suitable for borders and
other accents. It should have some contrast against background colors, but it
@@ -794,7 +794,7 @@ does not need as high of a contrast as text colors.
<!--@@==========================================================================
color.fg.purple
A purple text color.
-:Revision:version="3.22" date="2016-01-03" status="final"
+:Revision:version="3.26" date="2016-01-03" status="final"
This parameter specifies a shade of purple that is suitable for text. It should
have a high color contrast against @{color.bg}. If not specified, it can be
@@ -810,7 +810,7 @@ automatically computed based on @{color.purple} and @{color.fg}.
<!--@@==========================================================================
color.bg.purple
A purple background color.
-:Revision:version="3.22" date="2016-01-03" status="final"
+:Revision:version="3.26" date="2016-01-03" status="final"
This parameter specifies a shade of purple that is suitable for backgrounds.
It should have a high color contrast against @{color.fg}. If not specified,
@@ -826,7 +826,7 @@ it can be automatically computed based on @{color.purple} and @{color.bg}.
<!--@@==========================================================================
color.gray
A gray accent color.
-:Revision:version="3.22" date="2016-01-03" status="final"
+:Revision:version="3.26" date="2016-01-03" status="final"
This parameter specifies a shade of gray that is suitable for borders and
other accents. It should have some contrast against background colors, but it
@@ -838,7 +838,7 @@ does not need as high of a contrast as text colors.
<!--@@==========================================================================
color.fg.gray
A gray text color.
-:Revision:version="3.22" date="2016-01-03" status="final"
+:Revision:version="3.26" date="2016-01-03" status="final"
This parameter specifies a shade of gray that is suitable for text. It should
have a high color contrast against @{color.bg}. If not specified, it can be
@@ -854,7 +854,7 @@ automatically computed based on @{color.gray} and @{color.fg}.
<!--@@==========================================================================
color.bg.gray
A gray background color.
-:Revision:version="3.22" date="2016-01-03" status="final"
+:Revision:version="3.26" date="2016-01-03" status="final"
This parameter specifies a shade of gray that is suitable for backgrounds.
It should have a high color contrast against @{color.fg}. If not specified,
@@ -870,7 +870,7 @@ it can be automatically computed based on @{color.gray} and @{color.bg}.
<!--@@==========================================================================
color.fg.dark
A dark gray text color.
-:Revision:version="3.22" date="2016-01-03" status="final"
+:Revision:version="3.26" date="2016-01-03" status="final"
This parameter specifies a dark shade of gray that is suitable for text. It
should have a very high color contrast against @{color.bg}. It is typically
@@ -889,7 +889,7 @@ specified, it can be automatically computed based on @{color.gray} and
<!--@@==========================================================================
color.bg.dark
A dark gray background color.
-:Revision:version="3.22" date="2016-01-03" status="final"
+:Revision:version="3.26" date="2016-01-03" status="final"
This parameter specifies a shade of gray that is suitable for backgrounds,
and is darker than @{color.bg.gray}. It should have a high color contrast
diff --git a/xslt/common/html.xsl b/xslt/common/html.xsl
index 9edbe278..33b2653b 100644
--- a/xslt/common/html.xsl
+++ b/xslt/common/html.xsl
@@ -215,7 +215,7 @@ time by JavaScript.
<!--@@==========================================================================
html.output.prefix
An optional path prefix for files output with *{html.output}.
-:Revision:version="3.next" date="2016-10-03" status="review"
+:Revision:version="3.26" date="2017-05-24" status="final"
This parameter allows you to specify an prefix to place before the output path
used by *{html.output} when creating files. You can use this to override the
@@ -305,7 +305,7 @@ parent elements.
<!--**==========================================================================
html.page
Create an HTML document.
-:Revision:version="3.next" date="2016-09-12" status="review"
+:Revision:version="3.26" date="2017-05-24" status="final"
$node: The node to create HTML for.
This template creates the actual HTML output for ${node}. It outputs top-level
@@ -422,7 +422,7 @@ implement this node to add attributes for styling, data, or other purposes.
html.top.custom
Stub to output HTML at the top of the page.
:Stub: true
-:Revision: version="3.next" date="2016-09-12" status="review"
+:Revision:version="3.26" date="2017-05-24" status="final"
$node: The node a page is being created for.
This template is a stub, called by *{html.page}. It is called before the
@@ -438,7 +438,7 @@ at the top of the page.
html.bottom.custom
Stub to output HTML at the bottom of the page.
:Stub: true
-:Revision: version="3.next" date="2016-09-12" status="review"
+:Revision:version="3.26" date="2017-05-24" status="final"
$node: The node a page is being created for.
This template is a stub, called by *{html.page}. It is called after the
@@ -454,7 +454,7 @@ at the bottom of the page.
html.sidebar.custom
Stub to output custom sidebar content.
:Stub: true
-:Revision: version="3.next" date="2016-09-12" status="review"
+:Revision:version="3.26" date="2017-05-24" status="final"
$node: The node a page is being created for.
This template is a stub, called by *{html.page}. It is called inside the #{main}
@@ -474,7 +474,7 @@ for that element to display it after the #{main} element.
html.header.custom
Stub to output custom header content.
:Stub: true
-:Revision: version="3.next" date="2016-09-12" status="review"
+:Revision:version="3.26" date="2017-05-24" status="final"
$node: The node a page is being created for.
This template is a stub, called by *{html.page}. It is called inside the
@@ -489,7 +489,7 @@ override this template to provide additional content above the main content.
<!--%%==========================================================================
html.header.mode
Output the header content for an element.
-:Revision:version="3.next" date="2016-09-12" status="review"
+:Revision:version="3.26" date="2017-05-24" status="final"
This mode is called by *{html.page} to output the contents of the #{header}
element above the main content. Importing stylesheets may implement this mode
@@ -503,7 +503,7 @@ for any element that will be passed to *{html.page}. If they do not, the
html.footer.custom
Stub to output custom footer content.
:Stub: true
-:Revision: version="3.next" date="2016-09-12" status="review"
+:Revision:version="3.26" date="2017-05-24" status="final"
$node: The node a page is being created for.
This template is a stub, called by *{html.page}. It is called inside the
@@ -518,7 +518,7 @@ override this template to provide additional content below the main content.
<!--%%==========================================================================
html.footer.mode
Output the footer content for an element.
-:Revision:version="3.next" date="2016-09-12" status="review"
+:Revision:version="3.26" date="2017-05-24" status="final"
This mode is called by *{html.page} to output the contents of the #{footer}
element below the main content. Importing stylesheets may implement this mode
@@ -559,7 +559,7 @@ to provide additional elements in the HTML #{head} element of output files.
html.linktrails.empty
Stub to output something when no link trails are present.
:Stub: true
-:Revision:version="3.next" date="2015-10-02" status="final"
+:Revision:version="3.26" date="2017-05-24" status="final"
$node: The source element a page is bring created for.
This template is a stub. It is called by templates that output link trails when
@@ -576,7 +576,7 @@ trails would otherwise be present.
html.linktrails.prefix
Stub to output extra content before a link trail.
:Stub: true
-:Revision:version="3.next" date="2015-10-02" status="final"
+:Revision:version="3.26" date="2017-05-24" status="final"
$node: A source-specific element providing information about the link trail.
This template is a stub. It is called by templates that output link trails
@@ -637,7 +637,7 @@ values that do not conflict with those used in these stylesheets.
<!--**==========================================================================
html.content.pre
Output content before the content of a page or section.
-:Revision: version="3.22" date="2016-06-21" status="final"
+:Revision: version="3.26" date="2016-06-21" status="final"
$node: The node a page or section is being created for.
$page: Whether the content is for a page.
@@ -664,7 +664,7 @@ called on a section within a page.
html.content.pre.custom
Stub to output content before the content of a page or section.
:Stub: true
-:Revision: version="3.22" date="2016-06-21" status="final"
+:Revision: version="3.26" date="2016-06-21" status="final"
$node: The node a page or section is being created for.
$page: Whether the content is for a page.
@@ -683,7 +683,7 @@ Otherwise, it is being called on a section within a page.
<!--%%==========================================================================
html.content.pre.mode
Output content before the content of a page or section.
-:Revision: version="3.22" date="2016-06-21" status="final"
+:Revision: version="3.26" date="2016-06-21" status="final"
$page: Whether the content is for a page.
This mode is applied by *{html.content.pre} after calling
@@ -701,7 +701,7 @@ within a page.
<!--**==========================================================================
html.content.post
Output content after the content of a page or section, before subsections.
-:Revision: version="3.22" date="2016-06-21" status="final"
+:Revision: version="3.26" date="2016-06-21" status="final"
$node: The node a page or section is being created for.
$page: Whether the content is for a page.
@@ -728,7 +728,7 @@ is being called on a section within a page.
html.content.post.custom
Stub to output content after the content of a page or section, before subsections.
:Stub: true
-:Revision: version="3.22" date="2016-06-21" status="final"
+:Revision: version="3.26" date="2016-06-21" status="final"
$node: The node a page or section is being created for.
$page: Whether the content is for a page.
@@ -748,7 +748,7 @@ a page.
<!--%%==========================================================================
html.content.post.mode
Output content after the content of a page or section, before subsections.
-:Revision: version="3.22" date="2016-06-21" status="final"
+:Revision: version="3.26" date="2016-06-21" status="final"
$page: Whether the content is for a page.
This mode is applied by *{html.content.post} before calling
@@ -1953,7 +1953,7 @@ template to provide additional CSS that will be used by all HTML output.
<!--**==========================================================================
html.js
Output all JavaScript for an HTML output page.
-:Revision:version="3.next" date="2016-01-18" status="final"
+:Revision:version="3.26" date="2017-05-24" status="final"
$node: The node to create JavaScript for.
This template creates the JavaScript for an HTML output page. It calls the
@@ -2031,7 +2031,7 @@ copy, override this template and provide the necessary files.
<!--**==========================================================================
html.js.script
Output a JavaScript #{script} tag containing local content.
-:Revision:version="3.next" date="2016-01-18" status="final"
+:Revision:version="3.26" date="2017-05-24" status="final"
$node: The node to create JavaScript for.
This template is called by *{html.js} to output JavaScript content. It outputs
@@ -2053,7 +2053,7 @@ result of *{html.js.content} to that file.
<!--**==========================================================================
html.js.content
Output JavaScript content for an HTML output page.
-:Revision:version="3.next" date="2016-01-18" status="final"
+:Revision:version="3.26" date="2017-05-24" status="final"
$node: The node to create JavaScript for.
This template is called by *{html.js.script} to output JavaScript content. It
@@ -2480,7 +2480,7 @@ document.addEventListener('DOMContentLoaded', function() {
<!--**==========================================================================
html.js.syntax
Output #{script} elements for syntax highlighting.
-:Revision: version="3.22" date="2016-01-03" status="final"
+:Revision: version="3.26" date="2016-01-03" status="final"
$node: The node to create JavaScript for.
This template outputs HTML #{script} elements to enable syntax highlighting.
@@ -2640,7 +2640,7 @@ if ${dir} is non-empty.
<!--**==========================================================================
html.syntax.class
Output HTML class values for syntax highlighting.
-:Revision:version="3.22" date="2016-01-03" status="final"
+:Revision:version="3.26" date="2016-01-03" status="final"
$node: The source element whose content will be syntax highlighted.
This template calls %{html.syntax.class.mode} on ${node}. If the result of that
@@ -2667,7 +2667,7 @@ the #{class} attribute for output elements.
<!--%%==========================================================================
html.syntax.class.mode
Get the syntax highlighting language for a source-specific element.
-:Revision:version="3.22" date="2016-01-03" status="final"
+:Revision:version="3.26" date="2016-01-03" status="final"
This mode is called by *{html.syntax.class} on source elements that may have
syntax highlighted. This template should be implemented by importing stylesheets.
@@ -2679,7 +2679,7 @@ It should return a simple language identifier.
<!--**==========================================================================
html.media.controls
Output media controls for a video or audio object.
-:Revision:version="3.22" date="2016-02-12" status="final"
+:Revision:version="3.26" date="2016-02-12" status="final"
This template outputs HTML containing controls for a media play for audio or
video HTML elements. To work with the built-in JavaScript binding code, it
diff --git a/xslt/common/icons.xsl b/xslt/common/icons.xsl
index e625eac4..6ae3b1c1 100644
--- a/xslt/common/icons.xsl
+++ b/xslt/common/icons.xsl
@@ -21,7 +21,7 @@ along with this program; see the file COPYING.LGPL. If not, see <http://www.gnu
<!--!!==========================================================================
Icons
Specify common named icons to style output.
-:Revision:version="3.next" date="2015-09-16" status="review"
+:Revision:version="3.26" date="2017-05-24" status="final"
This stylesheet provides a common interface to specify icons for transformations
to presentation-oreinted formats. This allows similar output for different
@@ -41,7 +41,7 @@ for proper presentation.
<!--%%==========================================================================
icons.svg.mode
Reduce SVG icons to elements needed for presentation.
-:Revision:version="3.next" date="2016-09-16" status="review"
+:Revision:version="3.26" date="2017-05-24" status="final"
This mode matches SVG elements and outputs only the SVG needed for presentation.
It strips out metadata and other elements and attributes used primarily by
@@ -75,7 +75,7 @@ output of these stylesheets.
<!--**==========================================================================
icons.svg.note
Output an #{svg} element for a note icon.
-:Revision: version="3.next" date="2016-09-15" status="review"
+:Revision:version="3.26" date="2017-05-24" status="final"
$style: The style of the note.
This template outputs an SVG #{svg} element with an icon suitable for notes
@@ -123,7 +123,7 @@ SVG icons can use CSS class names to pick up colors from the !{colors} module.
<!--**==========================================================================
icons.svg.note.advanced
Output an #{svg} element for an advanced note icon.
-:Revision: version="3.next" date="2016-09-15" status="review"
+:Revision:version="3.26" date="2017-05-24" status="final"
This template outputs an SVG #{svg} element with an icon suitable for notes
with advanced information.
@@ -140,7 +140,7 @@ By default, this icon uses the #{yelp-svg-fill} class name.
<!--**==========================================================================
icons.svg.note.bug
Output an #{svg} element for a bug note icon.
-:Revision: version="3.next" date="2016-09-15" status="review"
+:Revision:version="3.26" date="2017-05-24" status="final"
This template outputs an SVG #{svg} element with an icon suitable for notes
about known bugs.
@@ -157,7 +157,7 @@ By default, this icon uses the #{yelp-svg-fill} class name.
<!--**==========================================================================
icons.svg.note.caution
Output an #{svg} element for a caution note icon.
-:Revision: version="3.next" date="2016-09-15" status="review"
+:Revision:version="3.26" date="2017-05-24" status="final"
This template outputs an SVG #{svg} element with an icon suitable for notes
with cautionary information.
@@ -174,7 +174,7 @@ By default, this icon uses the #{yelp-svg-fill} class name.
<!--**==========================================================================
icons.svg.note.danger
Output an #{svg} element for a danger note icon.
-:Revision: version="3.next" date="2016-09-15" status="review"
+:Revision:version="3.26" date="2017-05-24" status="final"
This template outputs an SVG #{svg} element with an icon suitable for notes
about dangerous situations.
@@ -191,7 +191,7 @@ By default, this icon uses the #{yelp-svg-fill} class name.
<!--**==========================================================================
icons.svg.note.important
Output an #{svg} element for an important note icon.
-:Revision: version="3.next" date="2016-09-15" status="review"
+:Revision:version="3.26" date="2017-05-24" status="final"
This template outputs an SVG #{svg} element with an icon suitable for notes
with important information.
@@ -208,7 +208,7 @@ By default, this icon uses the #{yelp-svg-fill} class name.
<!--**==========================================================================
icons.svg.note.note
Output an #{svg} element for a note icon.
-:Revision: version="3.next" date="2016-09-15" status="review"
+:Revision:version="3.26" date="2017-05-24" status="final"
This template outputs an SVG #{svg} element with an icon suitable for notes
with general information.
@@ -225,7 +225,7 @@ By default, this icon uses the #{yelp-svg-fill} class name.
<!--**==========================================================================
icons.svg.note.package
Output an #{svg} element for a package note icon.
-:Revision: version="3.next" date="2016-09-15" status="review"
+:Revision:version="3.26" date="2017-05-24" status="final"
This template outputs an SVG #{svg} element with an icon suitable for notes
about packages the user may need to install.
@@ -242,7 +242,7 @@ By default, this icon uses the #{yelp-svg-fill} class name.
<!--**==========================================================================
icons.svg.note.tip
Output an #{svg} element for a tip note icon.
-:Revision: version="3.next" date="2016-09-15" status="review"
+:Revision:version="3.26" date="2017-05-24" status="final"
This template outputs an SVG #{svg} element with an icon suitable for notes
with tips.
@@ -259,7 +259,7 @@ By default, this icon uses the #{yelp-svg-fill} class name.
<!--**==========================================================================
icons.svg.note.warning
Output an #{svg} element for a warning note icon.
-:Revision: version="3.next" date="2016-09-15" status="review"
+:Revision:version="3.26" date="2017-05-24" status="final"
This template outputs an SVG #{svg} element with an icon suitable for notes
with warnings.
@@ -294,7 +294,7 @@ This parameters still affects the size of that character.
<!--**==========================================================================
icons.svg.figure.zoom.in
Output an #{svg} element for a figure zoom-in icon.
-:Revision: version="3.next" date="2016-02-11" status="review"
+:Revision: version="3.26" date="2017-05-24" status="final"
This template outputs an SVG #{svg} element with the zoom-in icon for figures.
Figures automatically scale images down. This icon shows them at their original
@@ -317,7 +317,7 @@ names.
<!--**==========================================================================
icons.svg.figure.zoom.out
Output an #{svg} element for a figure zoom-out icon.
-:Revision: version="3.next" date="2016-02-11" status="review"
+:Revision: version="3.26" date="2017-05-24" status="final"
This template outputs an SVG #{svg} element with the zoom-in icon for figures.
Figures automatically scale images down. This icon scales them back down after
@@ -340,7 +340,7 @@ names.
<!--**==========================================================================
icons.svg.media.play
Output an #{svg} element for a figure zoom-out icon.
-:Revision: version="3.next" date="2016-02-12" status="review"
+:Revision: version="3.26" date="2017-05-24" status="final"
This template outputs an SVG #{svg} element with a play icon for media controls.
@@ -357,7 +357,7 @@ By default, this icon uses the #{yelp-svg-fill} class name.
<!--**==========================================================================
icons.svg.media.pause
Output an #{svg} element for a figure zoom-out icon.
-:Revision: version="3.next" date="2016-02-12" status="review"
+:Revision: version="3.26" date="2017-05-24" status="final"
This template outputs an SVG #{svg} element with a pause icon for media controls.
diff --git a/xslt/docbook/common/db-title.xsl b/xslt/docbook/common/db-title.xsl
index 76f4c265..3c61927b 100644
--- a/xslt/docbook/common/db-title.xsl
+++ b/xslt/docbook/common/db-title.xsl
@@ -38,7 +38,7 @@ elements with optional titles.
<!--**==========================================================================
db.title
Output a title for an element.
-:Revision:version="3.next" date="2017-03-18" status="final"
+:Revision:version="3.26" date="2017-03-18" status="final"
$node: The element to output the title of.
$info: The info child element of ${node}.
diff --git a/xslt/docbook/html/db2html-list.xsl b/xslt/docbook/html/db2html-list.xsl
index 8c5c1898..2363dc0d 100644
--- a/xslt/docbook/html/db2html-list.xsl
+++ b/xslt/docbook/html/db2html-list.xsl
@@ -26,7 +26,7 @@ along with this program; see the file COPYING.LGPL. If not, see <http://www.gnu
<!--!!==========================================================================
DocBook to HTML - Lists
-:Revision:version="3.next" date="2016-10-27" status="review"
+:Revision:version="3.26" date="2016-10-27" status="review"
This stylesheet handles most list-like elements in DocBook, turning them into
appropriate HTML tags.
diff --git a/xslt/mallard/html/mal2html-ui.xsl b/xslt/mallard/html/mal2html-ui.xsl
index f82ae156..752f8fef 100644
--- a/xslt/mallard/html/mal2html-ui.xsl
+++ b/xslt/mallard/html/mal2html-ui.xsl
@@ -98,7 +98,7 @@ http://projectmallard.org/ui/1.0/ui_expanded.html</xsl:text>
<!--**==========================================================================
mal2html.ui.links.tiles
Output links as thumbnail tiles.
-:Revision:version="3.22" date="2015-10-22" status="volatile"
+:Revision:version="3.26" date="2015-10-22" status="volatile"
$node: A #{links} element to link from.
$links: A list of links, as from a template in !{mal-link}.
$role: A link role, used to select the appropriate title and thumbnail.