Accepting request 1101920 from home:thomas-schraitle:branches:Documentation:Tools

- Update 2.92.2
  - Correct metadata
    - Rename "abstract" -> "description" and refactor code
    - Introduce "sameAs" property
    - Disable json-ld-version and json-ld-keywords
    - Use "Corporation" instead of "Organization" for default author and publisher
  - JSON-LD: Rewrite author + authorgroup code
    - Simplify code and create a two set approach
        If no (author/editor/corpauthor/contributor)s or authorgroup is
        found, fallback to a default corporation author
    - Add new parameters:
      - json-ld-fallback-author-name: The author's name
      - json-ld-fallback-author-url: the author's URL
      - json-ld-fallback-author-type: "Corporation" by default
        (but can also be a "Person")
      - json-ld-fallback-author-logo: the URL pointing to the logo

OBS-URL: https://build.opensuse.org/request/show/1101920
OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/suse-xsl-stylesheets?expand=0&rev=163
This commit is contained in:
Thomas Schraitle 2023-08-02 09:25:08 +00:00 committed by Git OBS Bridge
parent 8f67deeb46
commit 3a0c5a0d4a
4 changed files with 25 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6a978b2796438d12af0028240bdaba8bc20723a2bda2bc02288ad66644008a42
size 2069612

3
suse-xsl-2.92.2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d9e53b9b41f9c94702850b3c0d137626ab20233244963d2ae5705cf05daf1de0
size 2071228

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Wed Aug 2 09:20:39 UTC 2023 - Thomas Schraitle <thomas.schraitle@suse.com> - 2.92.2
- Update 2.92.2
- Correct metadata
- Rename "abstract" -> "description" and refactor code
- Introduce "sameAs" property
- Disable json-ld-version and json-ld-keywords
- Use "Corporation" instead of "Organization" for default author and publisher
- JSON-LD: Rewrite author + authorgroup code
- Simplify code and create a two set approach
If no (author/editor/corpauthor/contributor)s or authorgroup is
found, fallback to a default corporation author
- Add new parameters:
- json-ld-fallback-author-name: The author's name
- json-ld-fallback-author-url: the author's URL
- json-ld-fallback-author-type: "Corporation" by default
(but can also be a "Person")
- json-ld-fallback-author-logo: the URL pointing to the logo
-------------------------------------------------------------------
Mon Jul 31 11:47:45 UTC 2023 - Thomas Schraitle <thomas.schraitle@suse.com> - 2.92.1

View File

@ -22,7 +22,7 @@
%define suse_styles_dir %{db_xml_dir}/stylesheet
#
Name: suse-xsl-stylesheets
Version: 2.92.1
Version: 2.92.2
Release: 0
Summary: SUSE-Branded Stylesheets for DocBook
License: GPL-2.0-only OR GPL-3.0-only