Accepting request 242362 from home:stknorr:branches:Documentation:Tools

Version 2.0 RC1:
- 2013 stylesheets
 + all: use simpler version.xsl file
 + all: more useful output for ulinks that only have a space character
   in them
 + PDF output: allow manual page breaks via <?pdfpagebreak?>
 + PDF output: left-align text in table of content and titles of formal
   elements
 + PDF output: unclutter tables of content a little by limiting
   formatting
 + PDF output: fix font scaling in xrefs
 + PDF output: improve page-break behavior of lists
 + PDF output: better overflow handling for the footer
 + PDF output: mention all appendixes in the table of contents
 + HTML output: use (correctly-scaled) Geeko as openSUSE logo
- 2005 stylesheets
 + all: add version.xsl file
 + PDF output: allow manual page breaks via <?pdfpagebreak?>

OBS-URL: https://build.opensuse.org/request/show/242362
OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/suse-xsl-stylesheets?expand=0&rev=79
This commit is contained in:
Rick Salevsky 2014-07-25 12:19:49 +00:00 committed by Git OBS Bridge
parent c86fc5d935
commit ca13a4b644
4 changed files with 34 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Fri Jul 25 11:55:02 UTC 2014 - sknorr@suse.de
Version 2.0 RC1:
- 2013 stylesheets
+ all: use simpler version.xsl file
+ all: more useful output for ulinks that only have a space character
in them
+ PDF output: allow manual page breaks via <?pdfpagebreak?>
+ PDF output: left-align text in table of content and titles of formal
elements
+ PDF output: unclutter tables of content a little by limiting
formatting
+ PDF output: fix font scaling in xrefs
+ PDF output: improve page-break behavior of lists
+ PDF output: better overflow handling for the footer
+ PDF output: mention all appendixes in the table of contents
+ HTML output: use (correctly-scaled) Geeko as openSUSE logo
- 2005 stylesheets
+ all: add version.xsl file
+ PDF output: allow manual page breaks via <?pdfpagebreak?>
-------------------------------------------------------------------
Wed Jul 2 15:46:13 UTC 2014 - SKnorr@novell.com

View File

@ -17,7 +17,7 @@
Name: suse-xsl-stylesheets
Version: 2.0~rc1
Version: 2.0~rc2
Release: 0
###############################################################
@ -136,7 +136,14 @@ 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>%" suse2013/VERSION.xsl
# FIXME: this is not the right place for these sed lines -- if anyone ever
# creates e.g. a Debian package, these would lines would have to be
# duplicated in the DEB equivalent of a spec file. This should be in
# ../Makefile instead.
sed -i "s/@@#version@@/%{version}/" xslt2005/version.xsl
sed -i "s/@@#version@@/%{version}/" suse2013/version.xsl
sed -i "s/@@#version@@/%{version}/" daps2013/version.xsl
sed -i "s/@@#version@@/%{version}/" opensuse2013/version.xsl
#--------------------------------------------------------------------------
%build