From 1c7cdbe3dc9991a679728fde39a3ea2d8731ec536ae13eb33807e884e1e42985 Mon Sep 17 00:00:00 2001 From: Thomas Schraitle Date: Fri, 9 Dec 2022 15:58:35 +0000 Subject: [PATCH] Accepting request 1041904 from home:thomas-schraitle:branches:Documentation:Tools - Update 2.88.0 * Changes for both formats: - Base TRD stylesheets on SBP - Supports affiliation/jobtitle and affiliation/orgname in author, editor, and othercredit. Distinguish between a personname and an orgname - Detects meta[@name='series'] and meta[@name='type']. Still possible to use meta[@name='platform'] - For SBP, we use , but TRD needs * FO output - Use jungle color for productname and add space - Change article titlepage for FO - upper right shows seris and type - title, optional subtitle, and SVG separator - Platforms and authors (first authors, then editors and othercredits) - Shows max 5 company logos from right to left - Don't hyphenate titles - Shows title and subtitle on page 2 - Shows date(s) - Shows abstract(s) * HTML output - Change article titlepage for XHTML - Starts with productname - Shows title & subtitle followed by d:meta[@name='series'] and d:meta[@name='type']. Don't hyphenate titles - Shows authors and contributors - Shows optional company logos - Shows date(s) - Shows abstract(s) * SBP: Introduce titlepage.logo.image OBS-URL: https://build.opensuse.org/request/show/1041904 OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/suse-xsl-stylesheets?expand=0&rev=152 --- suse-xsl-2.87.1.tar.bz2 | 3 --- suse-xsl-2.88.0.tar.bz2 | 3 +++ suse-xsl-stylesheets.changes | 39 ++++++++++++++++++++++++++++++++++++ suse-xsl-stylesheets.spec | 4 +++- 4 files changed, 45 insertions(+), 4 deletions(-) delete mode 100644 suse-xsl-2.87.1.tar.bz2 create mode 100644 suse-xsl-2.88.0.tar.bz2 diff --git a/suse-xsl-2.87.1.tar.bz2 b/suse-xsl-2.87.1.tar.bz2 deleted file mode 100644 index 12961b8..0000000 --- a/suse-xsl-2.87.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:219c5b27ecf9e7562682e50577acb481ff30c9c30fbfa676abc679305a11e9c5 -size 2056565 diff --git a/suse-xsl-2.88.0.tar.bz2 b/suse-xsl-2.88.0.tar.bz2 new file mode 100644 index 0000000..c275d14 --- /dev/null +++ b/suse-xsl-2.88.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6724dae75b852f23ac410c41b2405d674667c7cb68f8b299a1f15bacd369ff9a +size 2061811 diff --git a/suse-xsl-stylesheets.changes b/suse-xsl-stylesheets.changes index fd347b9..2e38cb9 100644 --- a/suse-xsl-stylesheets.changes +++ b/suse-xsl-stylesheets.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Fri Dec 9 13:16:30 UTC 2022 - Thomas Schraitle - 2.88.0 + +- Update 2.88.0 + * Changes for both formats: + - Base TRD stylesheets on SBP + - Supports affiliation/jobtitle and affiliation/orgname in author, + editor, and othercredit. Distinguish between a personname and an + orgname + - Detects meta[@name='series'] and meta[@name='type']. + Still possible to use meta[@name='platform'] + - For SBP, we use , but TRD needs + + + * FO output + - Use jungle color for productname and add space + - Change article titlepage for FO + - upper right shows seris and type + - title, optional subtitle, and SVG separator + - Platforms and authors (first authors, then editors and + othercredits) + - Shows max 5 company logos from right to left + - Don't hyphenate titles + - Shows title and subtitle on page 2 + - Shows date(s) + - Shows abstract(s) + + * HTML output + - Change article titlepage for XHTML + - Starts with productname + - Shows title & subtitle followed by d:meta[@name='series'] and + d:meta[@name='type']. Don't hyphenate titles + - Shows authors and contributors + - Shows optional company logos + - Shows date(s) + - Shows abstract(s) + + * SBP: Introduce titlepage.logo.image + ------------------------------------------------------------------- Mon Nov 28 15:31:59 UTC 2022 - Thomas Schraitle - 2.87.1 diff --git a/suse-xsl-stylesheets.spec b/suse-xsl-stylesheets.spec index 4872245..3f3714d 100644 --- a/suse-xsl-stylesheets.spec +++ b/suse-xsl-stylesheets.spec @@ -22,7 +22,7 @@ %define suse_styles_dir %{db_xml_dir}/stylesheet # Name: suse-xsl-stylesheets -Version: 2.87.1 +Version: 2.88.0 Release: 0 Summary: SUSE-Branded Stylesheets for DocBook License: GPL-2.0-only OR GPL-3.0-only @@ -174,6 +174,7 @@ exit 0 %dir %{suse_styles_dir}/suse2021-ns %dir %{suse_styles_dir}/suse2022-ns %dir %{suse_styles_dir}/sbp +%dir %{suse_styles_dir}/trd %dir %{_ttfontsdir} @@ -191,6 +192,7 @@ exit 0 %{suse_styles_dir}/suse2021-ns/* %{suse_styles_dir}/suse2022-ns/* %{suse_styles_dir}/sbp/* +%{suse_styles_dir}/trd/* # catalogs %config %{_sysconfdir}/xml/catalog.d/%{name}.xml