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

- Update 2.94.0
  Create external JSON-LD file #605
  The structure is based on schema.org
  Introduce new parameters:
  * generate.json-ld.external (0=no, 1=yes)
    Should a JSON-LD structure stored?
  * json-ld-use-individual-authors (0=no, 1=yes)
    Should the individual authors be used?
  * json-ld.ext (default ".json)
    The default extension of the JSON file
  * json-ld-date-timezone (default "T00:00+02:00)
    The default timezone for dates when no timezone is specified
  * json-ld-fallback-author-name (default "SUSE Product & Solution
    Documentation Team")
    Default name of author when no <author> is specified
  * json-ld-fallback-author-url (default: "https://documentation.suse.com")
    Default URL for an author, when no <author> is specified
  * json-ld-fallback-author-type (default "Corporation")
    Default type of an author, when no <author> is specified
  * json-ld-fallback-author-logo (default
    "https://www.suse.com/assets/img/suse-white-logo-green.svg")
    Default logo URL, when no <author> is specified
  * json-ld-image-url (default $json-ld-fallback-author-logo)
    Default image URL for a TechArticle
  * stitchfile (str, default ='')
    Absolute filename to the single stitch file that Docserv generates on startup 
- Prepare structural tabs support presentation of variablelist in #606
- JQuery to JS changes consumption in #604
- Replaced the jQuery code with native JS in #603

OBS-URL: https://build.opensuse.org/request/show/1147113
OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/suse-xsl-stylesheets?expand=0&rev=172
This commit is contained in:
Thomas Schraitle 2024-02-16 14:11:47 +00:00 committed by Git OBS Bridge
parent 5a7e1185c6
commit bef19647a6
4 changed files with 42 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Fri Feb 16 13:49:27 UTC 2024 - Thomas Schraitle <thomas.schraitle@suse.com>
- Update 2.94.0
Create external JSON-LD file #605
The structure is based on schema.org
Introduce new parameters:
* generate.json-ld.external (0=no, 1=yes)
Should a JSON-LD structure stored?
* json-ld-use-individual-authors (0=no, 1=yes)
Should the individual authors be used?
* json-ld.ext (default ".json)
The default extension of the JSON file
* json-ld-date-timezone (default "T00:00+02:00)
The default timezone for dates when no timezone is specified
* json-ld-fallback-author-name (default "SUSE Product & Solution
Documentation Team")
Default name of author when no <author> is specified
* json-ld-fallback-author-url (default: "https://documentation.suse.com")
Default URL for an author, when no <author> is specified
* json-ld-fallback-author-type (default "Corporation")
Default type of an author, when no <author> is specified
* json-ld-fallback-author-logo (default
"https://www.suse.com/assets/img/suse-white-logo-green.svg")
Default logo URL, when no <author> is specified
* json-ld-image-url (default $json-ld-fallback-author-logo)
Default image URL for a TechArticle
* stitchfile (str, default ='')
Absolute filename to the single stitch file that Docserv generates on startup
- Prepare structural tabs support presentation of variablelist in #606
- JQuery to JS changes consumption in #604
- Replaced the jQuery code with native JS in #603
-------------------------------------------------------------------
Tue Nov 28 10:18:57 UTC 2023 - Thomas Schraitle <thomas.schraitle@suse.com> - 2.93.0

View File

@ -1,7 +1,7 @@
#
# spec file for package suse-xsl-stylesheets
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -22,7 +22,7 @@
%define suse_styles_dir %{db_xml_dir}/stylesheet
#
Name: suse-xsl-stylesheets
Version: 2.93.0
Version: 2.94.0
Release: 0
Summary: SUSE-Branded Stylesheets for DocBook
License: GPL-2.0-only OR GPL-3.0-only