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

- Update 2.92.1
  - Implement Qualtrics ratings #551:
    * generate.qualtrics.div (default 0)
      When this parameter is set to 1, the empty div
      container is created.
    * qualtrics.id (default "qualtrics_container")
      The default id to reference in Qualtrics. Any
      non-empty value will be used.
      This parameter should normally not changed.
   Keep in mind, only when $generate.qualtrics.div != 0
   AND $qualtrics.id != '' are set that the empty <div> is
   generated. This avoids a <div id=""> container.
  - Improve Qualtrics implementation #556:
    * Add qualtrics-feedback.js parameter
    * Add the file "qualtrics-feedback.js".
    * ATM, if generate.qualtrics.div != 0 and qualtrics-feedback.js == '', we fallback to a hardcoded
      implementation.
      TODO: remove it once the file implementation is stable
    * If the file needs to be customized, this should be the content:
      <html xmlns="http://www.w3.org/1999/xhtml">
         <!--BEGIN QUALTRICS WEBSITE FEEDBACK SNIPPET-->
         <script type='text/javascript'><![CDATA[... add your content here ...]]></script>
         <div id='ZN_8qZUmklKYbBqAYe'><!--DO NOT REMOVE-CONTENTS PLACED HERE--></div>
         <!--END WEBSITE FEEDBACK SNIPPET-->
      </html>

OBS-URL: https://build.opensuse.org/request/show/1101528
OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/suse-xsl-stylesheets?expand=0&rev=162
This commit is contained in:
Thomas Schraitle 2023-07-31 12:31:19 +00:00 committed by Git OBS Bridge
parent 24f8ee1846
commit 8f67deeb46
4 changed files with 38 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Mon Jul 31 11:47:45 UTC 2023 - Thomas Schraitle <thomas.schraitle@suse.com> - 2.92.1
- Update 2.92.1
- Implement Qualtrics ratings #551:
* generate.qualtrics.div (default 0)
When this parameter is set to 1, the empty div
container is created.
* qualtrics.id (default "qualtrics_container")
The default id to reference in Qualtrics. Any
non-empty value will be used.
This parameter should normally not changed.
Keep in mind, only when $generate.qualtrics.div != 0
AND $qualtrics.id != '' are set that the empty <div> is
generated. This avoids a <div id=""> container.
- Improve Qualtrics implementation #556:
* Add qualtrics-feedback.js parameter
* Add the file "qualtrics-feedback.js".
* ATM, if generate.qualtrics.div != 0 and qualtrics-feedback.js == '', we fallback to a hardcoded
implementation.
TODO: remove it once the file implementation is stable
* If the file needs to be customized, this should be the content:
<html xmlns="http://www.w3.org/1999/xhtml">
<!--BEGIN QUALTRICS WEBSITE FEEDBACK SNIPPET-->
<script type='text/javascript'><![CDATA[... add your content here ...]]></script>
<div id='ZN_8qZUmklKYbBqAYe'><!--DO NOT REMOVE-CONTENTS PLACED HERE--></div>
<!--END WEBSITE FEEDBACK SNIPPET-->
</html>
-------------------------------------------------------------------
Wed Jul 26 15:08:15 UTC 2023 - Thomas Schraitle <thomas.schraitle@suse.com> - 2.92.0

View File

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