Version 2.0~beta1:
- Switch to the new layout as the default layout (release is synchronized with the DAPS 2.0~beta1 release) * new layout (default): suse/xslt2013 old layout: suse/xslt2005 * major improvements for FO stylesheets, among them - fixed hyphenation of verbatim areas in FOP output - fixed spacing of paragraphs in calloutlists - better separator for guimenu elements in menuchoice elements - make sure section elements appear in table of contents - create titlepage for article elements * several improvements for HTML: - now uses fonts hosted on static.opensuse.org - draft mode gets a button for reporting bugs (opens a pre-filled bug entry containing the headline and ID of the part in the document on bugzilla.novell.com) - adjustments for Chrome and mobile devices - create valid XHTML 1.0 output in Qandasets - Bugfixes: * ticket #151: Detect DocBook XSL Stylesheet Version in daps * ticket #163: JSP Stylesheets fail with saxon6 * ticket #176: (Add DAPS "Advertisement") * ticket #184: (xref pointing to an element that contains a URL) * ticket #190: HTML: Hyphenation of Product Names * ticket #196: EPUB does not build with saxon - novdoc: - new attribute role="user|root" for screens - disallow <productname> inside para - first draft of a DocBook5 compatible novdoc schema OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/suse-xsl-stylesheets?expand=0&rev=66
This commit is contained in:
parent
2e4fbb54ab
commit
a727d27096
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c0ce34ac3d52e5f48f21a3f7638628b43bfde081239dfe3c516417c6814548ae
|
|
||||||
size 1251826
|
|
3
suse-xsl-stylesheets-2.0~beta1.tar.bz2
Normal file
3
suse-xsl-stylesheets-2.0~beta1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a49c426f6e47c8cffe1b2fd3b5b455c9429f6cb61d8dcae993151d07f29dc6b7
|
||||||
|
size 1245024
|
@ -1,3 +1,38 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 6 20:03:53 UTC 2013 - fsundermeyer@opensuse.org
|
||||||
|
|
||||||
|
Version 2.0~beta1:
|
||||||
|
- Switch to the new layout as the default layout (release is
|
||||||
|
synchronized with the DAPS 2.0~beta1 release)
|
||||||
|
* new layout (default): suse/xslt2013
|
||||||
|
old layout: suse/xslt2005
|
||||||
|
* major improvements for FO stylesheets, among them
|
||||||
|
- fixed hyphenation of verbatim areas in FOP output
|
||||||
|
- fixed spacing of paragraphs in calloutlists
|
||||||
|
- better separator for guimenu elements in menuchoice elements
|
||||||
|
- make sure section elements appear in table of contents
|
||||||
|
- create titlepage for article elements
|
||||||
|
* several improvements for HTML:
|
||||||
|
- now uses fonts hosted on static.opensuse.org
|
||||||
|
- draft mode gets a button for reporting bugs
|
||||||
|
(opens a pre-filled bug entry containing the headline and ID
|
||||||
|
of the part in the document on bugzilla.novell.com)
|
||||||
|
- adjustments for Chrome and mobile devices
|
||||||
|
- create valid XHTML 1.0 output in Qandasets
|
||||||
|
|
||||||
|
- Bugfixes:
|
||||||
|
* ticket#151: Detect DocBook XSL Stylesheet Version in daps
|
||||||
|
* ticket#163: JSP Stylesheets fail with saxon6
|
||||||
|
* ticket #176 (Add DAPS "Advertisement")
|
||||||
|
* ticket #184 (xref pointing to an element that contains a URL)
|
||||||
|
* ticket#190: HTML: Hyphenation of Product Names
|
||||||
|
* ticket#196: EPUB does not build with saxon
|
||||||
|
|
||||||
|
- novdoc:
|
||||||
|
- new attribute role="user|root" for screens
|
||||||
|
- disallow <productname> inside para
|
||||||
|
- first draft of a DocBook5 compatible novdoc schema
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 2 08:09:33 UTC 2013 - toms@opensuse.org
|
Mon Sep 2 08:09:33 UTC 2013 - toms@opensuse.org
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: suse-xsl-stylesheets
|
Name: suse-xsl-stylesheets
|
||||||
Version: 1.9.22
|
Version: 2.0~beta1
|
||||||
Release: 0
|
Release: 0
|
||||||
|
|
||||||
###############################################################
|
###############################################################
|
||||||
@ -136,7 +136,7 @@ the DocBook 4 DTD.
|
|||||||
%setup -q -n %{name}
|
%setup -q -n %{name}
|
||||||
#
|
#
|
||||||
# Patch the VERSION.xsl file to hold the current version
|
# Patch the VERSION.xsl file to hold the current version
|
||||||
sed -i "s%<fm:Version>.*</fm:Version>%<fm:Version>%{version}</fm:Version>%" xslt_suse2/VERSION.xsl
|
sed -i "s%<fm:Version>.*</fm:Version>%<fm:Version>%{version}</fm:Version>%" xslt2013/VERSION.xsl
|
||||||
|
|
||||||
#--------------------------------------------------------------------------
|
#--------------------------------------------------------------------------
|
||||||
%build
|
%build
|
||||||
@ -209,7 +209,7 @@ exit 0
|
|||||||
|
|
||||||
# Directories
|
# Directories
|
||||||
%dir %{_datadir}/xml/docbook/stylesheet/suse
|
%dir %{_datadir}/xml/docbook/stylesheet/suse
|
||||||
%dir %{_datadir}/xml/docbook/stylesheet/suse_beta
|
%dir %{_datadir}/xml/docbook/stylesheet/suse2013
|
||||||
|
|
||||||
%dir %{_datadir}/xml/%{dtdname}
|
%dir %{_datadir}/xml/%{dtdname}
|
||||||
%dir %{_datadir}/xml/%{dtdname}/schema
|
%dir %{_datadir}/xml/%{dtdname}/schema
|
||||||
@ -220,7 +220,7 @@ exit 0
|
|||||||
|
|
||||||
# stylesheets
|
# stylesheets
|
||||||
%{_datadir}/xml/docbook/stylesheet/suse/*
|
%{_datadir}/xml/docbook/stylesheet/suse/*
|
||||||
%{_datadir}/xml/docbook/stylesheet/suse_beta
|
%{_datadir}/xml/docbook/stylesheet/suse2013/*
|
||||||
|
|
||||||
# NovDoc Schemas
|
# NovDoc Schemas
|
||||||
%{_datadir}/xml/%{dtdname}/schema/dtd/%{dtdversion}/*
|
%{_datadir}/xml/%{dtdname}/schema/dtd/%{dtdversion}/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user