6191bd1aeb
Only spec file changes - Introduce check-catalog.sh script in %check section This script tests the docbook_5.xml XML catalog, extracts entries, and checks if the file exists. - Add missing "/" in catalog file "docbook_5.xml" In several rewritePrefix attributes the missing "/" leads to invalid local paths. For example: $ xmlcatalog /etc/xml/catalog https://cdn.docbook.org/schema/5.2/rng/assemblyxi.rnc file:///usr/share/xml/docbook/schema/rng/5.2assemblyxi.rnc The ".../5.2assemblyxi.rnc" part should be ".../5.2/assemblyxi.rnc".
Thomas Schraitle2023-03-03 13:33:26 +00:00
156c318535
Only spec file changes - Introduce check-catalog.sh script in %check section This script tests the docbook_5.xml XML catalog, extracts entries, and checks if the file exists. - Add missing "/" in catalog file "docbook_5.xml" In several rewritePrefix attributes the missing "/" leads to invalid local paths. For example: $ xmlcatalog /etc/xml/catalog https://cdn.docbook.org/schema/5.2/rng/assemblyxi.rnc file:///usr/share/xml/docbook/schema/rng/5.2assemblyxi.rnc The ".../5.2assemblyxi.rnc" part should be ".../5.2/assemblyxi.rnc".
Thomas Schraitle2023-03-03 13:33:26 +00:00
3f7d6b8858
- Spec improvements: move creating of compatibility links (5.2b10a2 -> 5.2) from spec file into Makefile
Thomas Schraitle2020-08-31 13:49:25 +00:00
c727ef42a0
- Spec improvements: move creating of compatibility links (5.2b10a2 -> 5.2) from spec file into Makefile
Thomas Schraitle2020-08-31 13:49:25 +00:00
c16f958cb0
Update to version 5.2b10a2: - Added a transform attribute to the resource element (as an alternative to grammar). - Removed the grammar attribute from output. - Added a danger admonition. - Added a legalsection sectioning element. Allow legalsection in legalnotice. - Added an otherclass attribute to article as an alternative to the enumerated class values. - Added a formalgroup element to contain several formal objects (for example, subfigures in a figure). - Relaxed the content model of abstract to include non-paragraph block elements. - Added multimediaparams to imagedata. - Added a buildtarget inline. - Allow funcdef to contain an explicit void. - Allow paramdef to contain modifiers. - Allow fieldsynopsis, methodsynopsis, and methodparam to contain more than one type. - Extended the content model of type so that it can represent union and intersection types. Added a class attribute to type. - Allow numbered sections (sect1, sect2, etc.) to contain refentry. - Added interface to the enumerated values in the class attribute of systemitem.- - Fix XML catalog to allow both www.docbook.org and docbook.org as URIs.
Thomas Schraitle2020-08-28 11:43:44 +00:00
b24e143cab
Update to version 5.2b10a2: - Added a transform attribute to the resource element (as an alternative to grammar). - Removed the grammar attribute from output. - Added a danger admonition. - Added a legalsection sectioning element. Allow legalsection in legalnotice. - Added an otherclass attribute to article as an alternative to the enumerated class values. - Added a formalgroup element to contain several formal objects (for example, subfigures in a figure). - Relaxed the content model of abstract to include non-paragraph block elements. - Added multimediaparams to imagedata. - Added a buildtarget inline. - Allow funcdef to contain an explicit void. - Allow paramdef to contain modifiers. - Allow fieldsynopsis, methodsynopsis, and methodparam to contain more than one type. - Extended the content model of type so that it can represent union and intersection types. Added a class attribute to type. - Allow numbered sections (sect1, sect2, etc.) to contain refentry. - Added interface to the enumerated values in the class attribute of systemitem.- - Fix XML catalog to allow both www.docbook.org and docbook.org as URIs.
Thomas Schraitle2020-08-28 11:43:44 +00:00