Accepting request 213883 from Documentation:Tools

Contains a new NovDoc version and various stylesheet fixes.

OBS-URL: https://build.opensuse.org/request/show/213883
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suse-xsl-stylesheets?expand=0&rev=15
This commit is contained in:
Stephan Kulow 2014-01-14 20:52:03 +00:00 committed by Git OBS Bridge
commit 27c21c5a87
4 changed files with 86 additions and 9 deletions

View File

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

View File

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

View File

@ -1,3 +1,80 @@
-------------------------------------------------------------------
Tue Jan 14 13:28:22 UTC 2014 - fsundermeyer@opensuse.org
Version 2.0~beta2:
- Stylesheets 2013:
* Improvements for monospace handling in HTML and FO
* FO: use sans-serif font for formalpara titles
* FO: fixed ambigious template matches
* HTML: Improvements for print output
* Bugfixes:
o ticket #210: PDF Output of Articles: Publication Date Missing
- Stylesheets 2005:
* fixed an issue that caused a recursion when building HTML
- Nocdoc
* New elements:
o blockquote — A quotation set off from the main text
o email
o highlights — A summary of the main points of the discussed component
o literallayout — A block of text in which line breaks and white
space are to be reproduced faithfully
o uri — A Uniform Resource Identifier
* Changed Content Models
o article:
allow optional titleabbrev (useful for TOCs)
allow abstract or highlights after article "header"
allow optional simplelist after article header
o entry:
allow optional literallayout
o textobject
Added #PCDATA (normal text) in addition to phrase
o refmeta
added zero or more refmiscinfo
o refnamediv
Added uri
o prompt, systemitem, varname
allow replaceable
* Changed List of Attributes
o Mostly non-intrusive and optional role and remap attributes
-------------------------------------------------------------------
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

View File

@ -1,7 +1,7 @@
#
# spec file for package suse-xsl-stylesheets
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: suse-xsl-stylesheets
Version: 1.9.22
Version: 2.0~beta2
Release: 0
###############################################################
@ -44,7 +44,7 @@ Summary: SUSE-branded Docbook stylesheets for XSLT 1.0
License: GPL-2.0 or GPL-3.0
Group: Productivity/Publishing/XML
Url: http://sourceforge.net/p/daps/suse-xslt
Source0: http://downloads.sourceforge.net/project/daps/suse-xsl-stylesheets/%{name}-%{version}.tar.bz2
Source0: %{name}-%{version}.tar.bz2
Source1: susexsl-fetch-source
Source2: %{name}.rpmlintrc
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -136,7 +136,7 @@ the DocBook 4 DTD.
%setup -q -n %{name}
#
# 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
@ -209,7 +209,7 @@ exit 0
# Directories
%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}/schema
@ -220,7 +220,7 @@ exit 0
# stylesheets
%{_datadir}/xml/docbook/stylesheet/suse/*
%{_datadir}/xml/docbook/stylesheet/suse_beta
%{_datadir}/xml/docbook/stylesheet/suse2013/*
# NovDoc Schemas
%{_datadir}/xml/%{dtdname}/schema/dtd/%{dtdversion}/*