Version 1.1.6 (Bugfix release):
* General: - reducing code by adding MAIN to the list of DOCFILES, by generating the list of ENTITY files globally and by using HTML_DIR for HTML. HTML-SINGLE and JSP * EPUB: - fixed critical error: a single tmp dir was used to generate different EPUB books - EPUB zip file is now generated from a file list extracted from OEBPS/content.opf. This ensures that only files referenced in the content.opf are packaged - Added fix for bug in DocBook stylesheets which generates an empty date entry in content.opf which causes a validation error - Improved CSS handling: - if no CSS file is specified on the command line or in the DC-file, the _first_ one found in <STYLEDIR>/epub/ is automatically used - --css now requires a parameter - if you do not want any CSS file to be used, specify "none": --css=none - EPUBs now validate with epubcheck 3.0 * HTML: - if using the DocBook standard layout for resources <STYLEDIR>/images <STYLEDIR>/<FOO>.css it is no longer manfdatory to specify a CSS file on the command line or in the DC-file. DAPS will automatically use the _first_ *.css file in <STYLDIR>/ if none is specified - if using a static dir for resources <STYLEDIR>/static |-css |-js |-images you can now specify an alternative css file with --css or an alternative static dir with --statdir - this makes it possible to switch between stylsheets using the two different resource directory approaches without having to modify a DC-file - the --css parameter now requires an argument. If you want to use no stylesheet at all, specify --css=none NOTE: This update requires to run the first HTML, HTML-Single and JSP build after the update with the --clean switch in order to create a clean result directory. - if both variants (<STYLEDIR>/images and <STYLEDIR>/static exist, the static directory is automatically used * LOCDROP: - DC-files are delivered with a locdrop if --def-file is specified - NO_TRANS_FILES was not correctly computed - entity files were missing in packages * PACKAGE-SRC: - entity files were missing in packages * ONLINE-DOCS: - generating a uniquely named graphics tarball for each book (when export-dir is set) instead of one that gets overwritten with each build OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/daps?expand=0&rev=122
This commit is contained in:
parent
c031e1f60b
commit
6f7e8973bf
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8a3e95d0e509063989b515b5cdf54f392ca0f91e5a9d3611cb60c3de083fa784
|
|
||||||
size 2654373
|
|
3
daps-1.1.6.tar.bz2
Normal file
3
daps-1.1.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8c5dd09f5c806c5312a17bef97c3b9a4b944229b721f4a871f077e93d0434ecf
|
||||||
|
size 2635523
|
60
daps.changes
60
daps.changes
@ -1,3 +1,63 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 2 15:06:22 UTC 2013 - fsundermeyer@opensuse.org
|
||||||
|
|
||||||
|
Version 1.1.6 (Bugfix release):
|
||||||
|
* General:
|
||||||
|
- reducing code by adding MAIN to the list of DOCFILES, by
|
||||||
|
generating the list of ENTITY files globally and by
|
||||||
|
using HTML_DIR for HTML. HTML-SINGLE and JSP
|
||||||
|
* EPUB:
|
||||||
|
- fixed critical error: a single tmp dir was used to generate
|
||||||
|
different EPUB books
|
||||||
|
- EPUB zip file is now generated from a file list extracted from
|
||||||
|
OEBPS/content.opf. This ensures that only files referenced
|
||||||
|
in the content.opf are packaged
|
||||||
|
- Added fix for bug in DocBook stylesheets which generates an
|
||||||
|
empty date entry in content.opf which causes a validation error
|
||||||
|
- Improved CSS handling:
|
||||||
|
- if no CSS file is specified on the command line or in the
|
||||||
|
DC-file, the _first_ one found in <STYLEDIR>/epub/ is
|
||||||
|
automatically used
|
||||||
|
- --css now requires a parameter - if you do not want any CSS
|
||||||
|
file to be used, specify "none": --css=none
|
||||||
|
- EPUBs now validate with epubcheck 3.0
|
||||||
|
* HTML:
|
||||||
|
- if using the DocBook standard layout for resources
|
||||||
|
<STYLEDIR>/images
|
||||||
|
<STYLEDIR>/<FOO>.css
|
||||||
|
it is no longer manfdatory to specify a CSS file on the
|
||||||
|
command line or in the DC-file. DAPS will automatically use the
|
||||||
|
_first_ *.css file in <STYLDIR>/ if none is specified
|
||||||
|
- if using a static dir for resources
|
||||||
|
<STYLEDIR>/static
|
||||||
|
|-css
|
||||||
|
|-js
|
||||||
|
|-images
|
||||||
|
you can now specify an alternative css file with --css or an
|
||||||
|
alternative static dir with --statdir
|
||||||
|
- this makes it possible to switch between stylsheets using the
|
||||||
|
two different resource directory approaches without having to
|
||||||
|
modify a DC-file
|
||||||
|
- the --css parameter now requires an argument. If you want to
|
||||||
|
use no stylesheet at all, specify --css=none
|
||||||
|
NOTE: This update requires to run the first HTML, HTML-Single
|
||||||
|
and JSP build after the update with the --clean switch in
|
||||||
|
order to create a clean result directory.
|
||||||
|
- if both variants (<STYLEDIR>/images and <STYLEDIR>/static
|
||||||
|
exist, the static directory is automatically used
|
||||||
|
* LOCDROP:
|
||||||
|
- DC-files are delivered with a locdrop if --def-file is
|
||||||
|
specified
|
||||||
|
- NO_TRANS_FILES was not correctly computed
|
||||||
|
- entity files were missing in packages
|
||||||
|
* PACKAGE-SRC:
|
||||||
|
- entity files were missing in packages
|
||||||
|
* ONLINE-DOCS:
|
||||||
|
- generating a uniquely named graphics tarball for each book
|
||||||
|
(when export-dir is set) instead of one that gets overwritten
|
||||||
|
with each build
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 26 07:46:45 UTC 2013 - toms@suse.de
|
Tue Mar 26 07:46:45 UTC 2013 - toms@suse.de
|
||||||
|
|
||||||
|
@ -15,8 +15,9 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: daps
|
Name: daps
|
||||||
Version: 1.1.5
|
Version: 1.1.6
|
||||||
Release: 0
|
Release: 0
|
||||||
|
|
||||||
###############################################################
|
###############################################################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user