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