source: stylesheets/lfs-xsl/docbook-xsl-1.78.1/epub/README@ 64a2cd5

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 64a2cd5 was 15c7d39, checked in by Matthew Burgess <matthew@…>, 11 years ago

Update stylesheets to docbook-xsl-1.78.1.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10355 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 3.5 KB
Line 
1----------------------------------------------------------------------
2 README file for the DocBook XSL Stylesheets
3----------------------------------------------------------------------
4
5These are XSL stylesheets for transforming DocBook XML document
6instances into .epub format.
7
8.epub is an open standard of the The International Digital Publishing Forum (IDPF),
9a the trade and standards association for the digital publishing industry.
10
11An alpha-quality reference implementation (dbtoepub) for a DocBook to .epub
12converter (written in Ruby) is available under bin/.
13
14From http://idpf.org
15 What is EPUB, .epub, OPS/OCF & OEB?
16
17 ".epub" is the file extension of an XML format for reflowable digital
18 books and publications. ".epub" is composed of three open standards,
19 the Open Publication Structure (OPS), Open Packaging Format (OPF) and
20 Open Container Format (OCF), produced by the IDPF. "EPUB" allows
21 publishers to produce and send a single digital publication file
22 through distribution and offers consumers interoperability between
23 software/hardware for unencrypted reflowable digital books and other
24 publications. The Open eBook Publication Structure or "OEB",
25 originally produced in 1999, is the precursor to OPS.
26
27----------------------------------------------------------------------
28.epub Constraints
29----------------------------------------------------------------------
30
31.epub does not support all of the image formats that DocBook supports.
32When an image is available in an accepted format, it will be used. The
33accepted @formats are: 'GIF','GIF87a','GIF89a','JPEG','JPG','PNG','SVG'
34A mime-type for the image will be guessed from the file extension,
35which may not work if your file extensions are non-standard.
36
37Non-supported elements:
38 * <mediaobjectco>
39 * <inlinegraphic>, <graphic>, <textdata>, <imagedata> with text/XML
40 @filerefs
41 * <olink>
42 * <cmdsynopsis> in lists (generic XHTML rendering inability)
43 * <footnote><para><programlisting> (just make your programlistings
44 siblings, rather than descendents of paras)
45
46----------------------------------------------------------------------
47dbtoepub Reference Implementation
48----------------------------------------------------------------------
49
50An alpha-quality DocBook to .epub conversion program, dbtoepub, is provided
51in bin/dbtoepub.
52
53This tool requires:
54 - 'xsltproc' in your PATH
55 - 'zip' in your PATH
56 - Ruby 1.8.4+
57
58Windows compatibility has not been extensively tested; bug reports encouraged.
59[See http://www.zlatkovic.com/libxml.en.html and http://unxutils.sourceforge.net/]
60
61$ dbtoepub --help
62 Usage: dbtoepub [OPTIONS] [DocBook Files]
63
64 dbtoepub converts DocBook <book> and <article>s into to .epub files.
65
66 .epub is defined by the IDPF at www.idpf.org and is made up of 3 standards:
67 - Open Publication Structure (OPS)
68 - Open Packaging Format (OPF)
69 - Open Container Format (OCF)
70
71 Specific options:
72 -d, --debug Show debugging output.
73 -h, --help Display usage info
74 -v, --verbose Make output verbose
75
76
77----------------------------------------------------------------------
78Validation
79----------------------------------------------------------------------
80
81The epubcheck project provides limited validation for .epub documents.
82See http://code.google.com/p/epubcheck/ for details.
83
84----------------------------------------------------------------------
85Copyright information
86----------------------------------------------------------------------
87See the accompanying file named COPYING.
88
Note: See TracBrowser for help on using the repository browser.