From 1701d23fafb99da0a58fae4c72d06c5cefab64da Mon Sep 17 00:00:00 2001 From: Tom Schraitle Date: Fri, 16 Feb 2024 14:40:30 +0100 Subject: [PATCH] Set version to 2.94.0 --- .versionrc | 2 +- ChangeLog | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/.versionrc b/.versionrc index 817148f1..4d1f3941 100644 --- a/.versionrc +++ b/.versionrc @@ -1,4 +1,4 @@ -version: 2.93.0 +version: 2.94.0 files: Makefile README.adoc changesfile: ChangeLog format: (0|[1-9][0-9]*)\.(0|[1-9][0-9]{0,1})\.(0|[1-9][0-9]{0,1}) diff --git a/ChangeLog b/ChangeLog index 3f77ce82..9714f1e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Fri Feb 16 13:38:12 UTC 2024 - tomschr@users.noreply.github.com + +- Update 2.94.0 + Create external JSON-LD file + 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 is specified + * json-ld-fallback-author-url (default: "https://documentation.suse.com") + Default URL for an author, when no is specified + * json-ld-fallback-author-type (default "Corporation") + Default type of an author, when no is specified + * json-ld-fallback-author-logo (default + "https://www.suse.com/assets/img/suse-white-logo-green.svg") + Default logo URL, when no 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 + ------------------------------------------------------------------- Tue Nov 28 10:11:35 UTC 2023 - tomschr@users.noreply.github.com