Informatika Komputer    
   
Daftar Isi
(Sebelumnya) List of SAP productsEQEmu (Berikutnya)

EPUB

Electronic Publication (EPUB)
EPUB logo.svg
Filename extension.epub
Internet media typeapplication/epub+zip (unofficial[1])
Developed byInternational Digital Publishing Forum (IDPF)
Initial releaseSeptember 2007
Latest release3.0 / October 11, 2011[2]
Type of formate-book file format
Contained byOEBPS Container Format (OCF) (ZIP)
Extended fromOpen eBook, XHTML, CSS, DTBook
WebsiteIDPF Home Page

EPUB (short for electronic publication; alternatively capitalized as ePub, ePUB, EPub, or epub, with "EPUB" preferred by the vendor) is a free and open e-book standard by the International Digital Publishing Forum (IDPF). Files have the extension .epub.

EPUB is designed for reflowable content, meaning that an EPUB reader can optimize text for a particular display device. EPUB also supports fixed-layout content. The format is intended as a single format that publishers and conversion houses can use in-house, as well as for distribution and sale. It supersedes the Open eBook standard.[3]

Contents

History

EPUB became an official standard of the IDPF in September 2007, superseding the older Open eBook standard.[4]

In August 2009, the IDPF announced that they would begin work on maintenance tasks of the EPUB standard.[5] Two broad objectives were defined by this working group: "One set of activities governs maintenance of the current EPUB Standards (i.e. OCF, OPF, and OPS), while another set of activities addresses the need to keep the Standards current and up-to-date." The working group expected to be active through 2010, publishing updated standards throughout its lifetime.[6] On April 6, 2010, it was announced that this working group would complete their update in April 2010. The result was to be a minor revision to EPUB 2.0.1 that "...corrects errors and inconsistencies and does not change functionality."[7] On July 2, 2010, drafts of the version 2.0.1 standards appeared on the IDPF website.

On April 6, 2010, it was announced that a working group would form to revise the EPUB specification.[7] In the working group's charter draft, 14 main problems with EPUB are identified, which the group will address. The group was chartered through May 2011, and was scheduled to submit a final draft on May 15, 2011.[8] An initial Editors Draft for EPUB3 was published on November 12, 2010,[9] and the first public draft was published on February 15, 2011.[10] On May 23, 2011, the IDPF released its proposed specification for final review. On October 10, 2011, the IDPF announced that its membership had approved EPUB 3 as a final Recommended Specification.[11]

In September 2012, ISO/IEC JTC1/SC34 re-established Ad Hoc Group 4 on EPUB of IDPF to prepare the creation of a Joint Working Group (JWG) for EPUB. EPUB 3 will be submitted as a Draft Technical Specification by the Korean National Body via the JTC 1 fast-track procedure and it will be assigned to the SC 34/JWG when approved.[12]

Features

  • Free and open
  • Reflowable (word wrap) and resizable text
  • Inline raster and vector images
  • Embedded metadata
  • DRM support
  • CSS styling
  • Support for alternative renditions in the same file
  • Use of out-of-line and inline XML islands to extend the functionality of EPUB
  • Support for Audio and Video content (dependent on device support).

File format

Version 3.0 (current version)

The EPUB 3.0 Recommended Specification was approved on 11 October 2011. EPUB 3.0 supersedes the previous release 2.0.1 of EPUB. Detailed descriptions of the differences between 3.0 and 2.0.1 can be found on the IDPF website.

EPUB 3 consists of a set of four specifications:[13]

  • EPUB Publications 3.0, which defines publication-level semantics and overarching conformance requirements for EPUB Publications
  • EPUB Content Documents 3.0, which defines profiles of XHTML, SVG and CSS for use in the context of EPUB Publications
  • EPUB Open Container Format (OCF) 3.0, which defines a file format and processing model for encapsulating a set of related resources into a single-file (ZIP) EPUB Container.
  • EPUB Media Overlays 3.0, which defines a format and a processing model for synchronization of text and audio

The EPUB 3.0 format is intended to address the following criticisms:

  • While good for text-centric books, EPUB may be unsuitable for publications that require precise layout or specialized formatting, such as comic books.[14] Although, it has been criticized for trying to solve an already solved problem instead of fixing unsolved problems.[15]
  • A major issue hindering the use of EPUB for most technical publications is the lack of support for equations formatted as MathML. They are currently included as bitmap or SVG images, precluding proper handling by screen readers and interaction with computer algebra systems. Support for MathML is included in the EPUB 3.0 specification.
  • Other criticisms of EPUB are the specification's lack of detail on linking into, between, or within an EPUB book, and its lack of a specification for annotation. Such linking is hindered by the use of a ZIP file as the container for EPUB. Furthermore, it is unclear if it would be better to link by using EPUB's internal structural markup (the OPF specification mentioned above) or directly to files through the ZIP's file structure.[16] The lack of a standardized way to annotate EPUB books could lead to difficulty sharing and transferring annotations and therefore limit the use scenarios of EPUB, particularly in educational settings, because it cannot provide a level of interactivity comparable to the web.[17]

Version 2.0.1

EPUB 2.0 was approved in October 2007, with a maintenance update (2.0.1) intended to clarify and correct errata in the specifications being approved in September 2010.[18] EPUB version 2.0.1 consists of three specifications:

  • Open Publication Structure (OPS) 2.0.1, contains the formatting of its content.[19]
  • Open Packaging Format (OPF) 2.0.1, describes the structure of the .epub file in XML.[20]
  • Open Container Format (OCF) 2.0.1, collects all files as a ZIP archive.[21]

EPUB internally uses XHTML or DTBook (an XML standard provided by the DAISY Consortium) to represent the text and structure of the content document, and a subset of CSS to provide layout and formatting. XML is used to create the document manifest, table of contents, and EPUB metadata. Finally, the files are bundled in a zip file as a packaging format.

Open Publication Structure 2.0.1

An EPUB file uses XHTML 1.1 (or DTBook) to construct the content of a book as of version 2.0.1. This is different from previous versions (OEBPS 1.2 and earlier), which used a subset of XHTML. There are, however, a few restrictions on certain elements. The mimetype for XHTML documents in EPUB is application/xhtml+xml.[19] For a table of the required XHTML modules and a description of the restrictions, see Section 2.2 of the specification.

Styling and layout are performed using a subset of CSS 2.0, referred to as OPS Style Sheets. This specialized syntax requires that reading systems support for only a portion of CSS properties and adds a few custom properties. Custom properties include oeb-page-head, oeb-page-foot, and oeb-column-number. Font-embedding can be accomplished using the @font-face property, as well as including the font file in the OPF's manifest (see below). The mimetype for CSS documents in EPUB is text/css.[19] For a table of supported properties and detailed information, see Section 3.0 of the specification.

EPUB also requires that PNG, JPEG, GIF, and SVG images be supported using the mimetypes image/png, image/jpeg, image/gif, image/svg+xml. Other media types are allowed, but creators must include alternative renditions using supported types.[19] For a table of all required mimetypes, see Section 1.3.7 of the specification.

Unicode is required, and content producers must use either UTF-8 or UTF-16 encoding.[19] This is to support international and multilingual books. However, reading systems are not required to provide the fonts necessary to display every unicode character, though they are required to display at least a placeholder for characters that cannot be displayed fully.[19]

An example skeleton of an XHTML file for EPUB looks like this:

<?xml version="1.0" encoding="UTF-8" ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xht ml11.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">  <head> <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" /> <title>Pride and Prejudice</title> <link rel="stylesheet" href="css/main.css" type="text/css" />  </head>  <body> ...  </body></html>

Open Packaging Format 2.0.1

The OPF specification's purpose is to "...[define] the mechanism by which the various components of an OPS publication are tied together and provides additional structure and semantics to the electronic publication."[20] This is accomplished by two XML files with the extensions .opf and .ncx.

.opf file

The OPF file, traditionally named content.opf, houses the EPUB book's metadata, file manifest, and linear reading order. This file has a root element package and four child elements: metadata, manifest, spine, and guide. All of these except guide are required. Furthermore, the package node must have the unique-identifier attribute. The .opf file's mimetype is application/oebps-package+xml.[20]

The metadata element contains all the metadata information for a particular EPUB file. Three metadata tags are required (though many more are available): title, language, and identifier. title contains the title of the book, language contains the language of the book's contents in RFC 3066 format or its successors, such as the newer RFC 4646 and identifier contains a unique identifier for the book, such as its ISBN or a URL. The identifier's id attribute should equal the unique-identifier attribute from the package element.[20] For a full listing of EPUB metadata, see Section 2.2 of the specification.

The manifest element lists all the files contained in the package. Each file is represented by an item element, and has the attributes id, href, media-type. All XHTML (content documents), stylesheets, images or other media, embedded fonts, and the NCX file should be listed here. Only the .opf file itself, the container.xml, and the mimetype files should not be included.[20] Note that in the example below, an arbitrary media-type is given to the included font file, even though no mimetype exists for fonts.

The spine element lists all the XHTML content documents in their linear reading order. Also, any content document that can be reached through linking or the table of contents must be listed as well. The toc attribute of spine must contain the id of the NCX file listed in the manifest. Each itemref element's idref is set to the id of its respective content document.[20]

The guide element is an optional element for the purpose of identifying fundamental structural components of the book. Each reference element has the attributes type, title, href. Files referenced in href must be listed in the manifest, and are allowed to have an element identifier (e.g. #figures in the example).[20] A list of possible values for type can be found in Section 2.6 of the specification.

An example OPF file:

<?xml version="1.0"?><package version="2.0" xmlns="http://www.idpf.org/2007/opf" unique-identifier="BookId">   <metadata xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:opf="http://www.idpf.org/2007/opf"> <dc:title>Pride and Prejudice</dc:title> <dc:language>en</dc:language> <dc:identifier id="BookId" opf:scheme="ISBN">123456789X</dc:identifier> <dc:creator opf:file-as="Austen, Jane" opf:role="aut">Jane Austen</dc:creator>  </metadata>   <manifest> <item id="chapter1" href="chapter1.xhtml" media-type="application/xhtml+xml"/> <item id="stylesheet" href="style.css" media-type="text/css"/> <item id="ch1-pic" href="ch1-pic.png" media-type="image/png"/> <item id="myfont" href="css/myfont.otf" media-type="application/x-font-opentype"/> <item id="ncx" href="toc.ncx" media-type="application/x-dtbncx+xml"/>  </manifest>   <spine toc="ncx"> <itemref idref="chapter1" />  </spine>   <guide> <reference type="loi" title="List Of Illustrations" href="appendix.html#figures" />  </guide> </package>

.ncx file

The NCX file (Navigation Control file for XML), traditionally named toc.ncx, contains the hierarchical table of contents for the EPUB file. The specification for NCX was developed for Digital Talking Book (DTB), is maintained by the DAISY Consortium, and is not a part of the EPUB specification. The NCX file has a mimetype of application/x-dtbncx+xml.

Of note here is that the values for the docTitle, docAuthor, and meta name="dtb:uid" elements should match their analogs in the OPF file. Also, the meta name="dtb:depth" element is set equal to the depth of the navMap element. navPoint elements can be nested to create a hierarchical table of contents. navLabel's content is the text that appears in the table of contents generated by reading systems that use the .ncx. navPoint's content element points to a content document listed in the manifest and can also include an element identifier (e.g. #section1).[20][22]

A description of certain exceptions to the NCX specification as used in EPUB can be found in Section 2.4.1 of the specification. The complete specification for NCX can be found in Section 8 of the Specifications for the Digital Talking Book.[22]

An example .ncx file:

<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE ncx PUBLIC "-//NISO//DTD ncx 2005-1//EN""http://www.daisy.org/z3986/2005/ncx- 2005-1.dtd"> <ncx version="2005-1" xml:lang="en" xmlns="http://www.daisy.org/z3986/2005/ncx/ ">   <head><!-- The following four metadata items are required for all NCX documents,including those that conform to the relaxed constraints of OPS 2.0 --> <meta name="dtb:uid" content="123456789X"/> <!-- same as in .opf --> <meta name="dtb:depth" content="1"/> <!-- 1 or higher --> <meta name="dtb:totalPageCount" content="0"/> <!-- must be 0 --> <meta name="dtb:maxPageNumber" content="0"/> <!-- must be 0 -->  </head>   <docTitle> <text>Pride and Prejudice</text>  </docTitle>   <docAuthor> <text>Austen, Jane</text>  </docAuthor>   <navMap> <navPoint class="chapter" id="chapter1" playOrder="1">  <navLabel><text>Chapter 1</text></navLabel>  <content src="chapter1.xhtml"/> </navPoint>  </navMap> </ncx>

Open Container Format 2.0.1

An EPUB file is a group of files that conform to the OPS/OPF standards and are wrapped in a ZIP file.[3] The OCF specifies how to organize these files in the ZIP, and defines two additional files that must be included.

The mimetype file must be a text document in ASCII that contains the string application/epub+zip. It must also be uncompressed, unencrypted, and the first file in the ZIP archive. This file provides a more reliable way for applications to identify the mimetype of the file than just the .epub extension.[21]

Also, there must be a folder named META-INF, which contains the required file container.xml. This XML file points to the file defining the contents of the book. This is the OPF file, though additional alternative rootfile elements are allowed.[21]

Apart from mimetype and META-INF/container.xml, the other files (OPF, NCX, XHTML, CSS and images files) are traditionally put in a directory named OEBPS.

An example file structure:

--ZIP Container--mimetypeMETA-INF/  container.xmlOEBPS/  content.opf  chapter1.xhtml  ch1-pic.png  css/ style.css myfont.otf

An example container.xml, given the above file structure:

<?xml version="1.0" encoding="UTF-8" ?><container version="1.0" xmlns="urn:oasis:names:tc:opendocument:xmln s:container">  <rootfiles> <rootfile full-path="OEBPS/content.opf" media-type="application/oebps-package+xml"/>  </rootfiles></container>

Digital rights management

An EPUB file can optionally contain DRM as an additional layer, but it is not required by the specifications.[23] In addition, the specification does not name any particular DRM system to use, so publishers can choose a DRM scheme to their liking. However, future versions of EPUB (specifically OCF) may specify a format for DRM.[21]

The EPUB specification does not enforce or suggest a particular DRM scheme. This could affect the level of support for various DRM systems on devices and the portability of purchased e-books. Consequently, such DRM incompatibility may segment the EPUB format along the lines of DRM systems, undermining the advantages of a single standard format and confusing the consumer.[24][25][26][27][28][29]

When present, DRMed EPUB files must contain a file called rights.xml within the META-INF directory at the root level of the ZIP container.[21]

Validation

An open source tool called epubcheck exists for validating and detecting errors in the structural markup (OPS, OPF, OCF) as well as the XHTML and image files. The tool can be run from the command line, or used in webapps and applications as a library. A large part of the original work on the tool was done at Adobe Systems.[30]

Software

Software reading systems

The following software can read and display EPUB files:

Reading Systems and Software[3]
SoftwareLicensePlatformDRM formats supportedNotes
Adobe Digital EditionsProprietaryWindows, Mac OS XAdobe Content ServerRequires online activation.
Aldiko ??AndroidAdobe Content ServerSupports ePub for Android devices.
Cool ReaderOpen Source (GPL)Android, Windows, GNU/Linux, Mac OSNo DRM supportSupports only DRM-free ePUB files
Sumatra PDFGPLWindowsAdobe Content ServerSupports ePub for Windows devices.
AZARDIProprietaryWindows, Mac OS X, GNU/Linux, Android, iOSPackage ObfuscationSupports ePub 3, ePub 2. Fixed Layout, SMIL, DRM, Online and Mobile versions are available when used with AZARDI:Content Fulfilment Server.
BookGluttonProprietaryWeb?Free online ePub reader focusing on the social aspects of reading.
Booki.shProprietaryWeb?Free online ePub reader with "satchel" (bookshelf) and off-line capabilities
calibreGPLWindows, Mac OS X, GNU/LinuxNonePrimarily for library management, conversion, and transferring to devices, it includes a reader. "Calibre: About". http://calibre-ebook.com/about.
Clearview ReaderProprietaryMac OS XNoneebooks reader with library management and bookshelf. Supports ePub 2. PDF/MOBI/CHM also supported.
FBReaderGPLWindows, GNU/Linux, Android, PDAsNoneOpen source.
Google BooksProprietaryWeb application, Android, iOS?Supports downloading purchased books as ePub and/or PDF.
iBooksProprietaryiOSFairPlay[31]Supports EPUB 2 and EPUB 3. Books not readable directly on computers (Mac or PC).
Kitabu ??Mac OS XNoneFree ePub reader with library management. ePub 2 full support and ePub 3 partially supported. Includes QuickLook plugin.
LektzProprietaryAndroid, iOS, Google Chrome ExtensionsLektz DRMSupports PDF, ePUB2 and ePUB3 standard of ebooks.
Lexcycle StanzaProprietaryWindows, Mac OS X, iOSYesAcquired by Amazon in 2009.
LucifoxGPLWindows, GNU/Linux, Mac OS X, Mozilla Firefox extensionNoneOpen source.
MobipocketProprietaryWindows, BlackBerry, Symbian, Windows MobileNoneConverts EPUB into .PRC on import.
Moon+ ReaderProprietaryAndroidNoneSupports ePub and many other formats, with highlighting, annotations, and more
OkularGPLWindows, Mac OS X, GNU/Linux?Open source
ReadiumGPLChromeNoneFull-featured EPUB3 reader implemented as Chrome add-on
English Books Reader ??AndroidNoSupports ePub for Android devices.

Editing systems

Creation Software
SoftwarePlatformLicenseNotes
ABBYY FineReaderWindowsCommercialVersion 11 exports to EPUB format.
Adobe InDesignWindows, Mac OS XCommercialExports to EPUB format. Versions prior to 5.5 create EPUBs that require significant editing to pass ePubCheck or ePubPreFlight.
Adobe RoboHelpWindowsUnknownOnline documentation tool that supports export to EPUB format
Aquafadas Digital Publishing SystemWindows, Mac OS XCommercialExports to epub3 Fixed Layout format since version 2.0. The publishing system proposes a rich toolset of enrichments for the InDesign documents. The following subset is preserved during the epub3 export : videos, slideshows, sounds, xhtml snippets, links, actions. The generated epub preserves the layout and styles by embedding the appropriate fonts. It does not require any manual editing to pass the epubcheck test.
Atlantis Word ProcessorWindows, Portable appSharewareConverts any document to EPUB; supports multilevel TOCs, font embedding, and batch conversion.
BlueGriffon EPUB EditionWindows, Mac OS X, GNU/LinuxCommercialWysiwyg editor. Creates, opens, edits and saves natively EPUB2 and EPUB3 (dated October 2012, only application doing it) formats; does not rely on a proprietary pivot format. Offers full UI-based control on all EPUB2 and EPUB3 metadata. Automatically generates guide and NCX in EPUB3 for compatibility with EPUB2. Includes a complete CSS editor, a SVG editor and a MathML editor. Full support for HTML 5, including video and audio tags, and CSS3.
BooktypeWebGPLBook production platform that outputs to many formats, including ePub. The platform can import content in various formats and supports collaborative editing.
calibreWindows, Mac OS X, GNU/LinuxGPLConversion software and e-book organizer. Allows plugins, including for editing EPUB files; there is for instance a plugin to merge several EPUB files into one.[32]
eLMLWindows, Mac OS X, GNU/LinuxUnknownThe eLesson Markup Language is a platform-independent XML-based open source framework to create eLearning content. It supports various output formats like SCORM, HTML, PDF and also eBooks based on the ePub format.
FeedbooksWebUnknownFree cloud service for downloading public domain works and for self-publishing.
Help & ManualWindowsCommercialSingle source publishing tool that generates ePUB amongst several other documentation formats.
HelpNDocWindowsFree for personal use, commercial otherwise.Help authoring tool that generates EPUB files and other formats.
iBooks AuthorMac OS XUnknownDesktop publishing and page layout application. Free from Apple. Can export .ibooks format, which is a proprietary format based on EPUB.[33] There are restrictions on the commercial distribution of works created with iBooks in the .ibooks format.[34] These restrictions apply to the .ibooks format only[35] and it can be argued that a file renamed to .epub is not distributed in the .ibooks format.
IGP:Digital PublisherWebCommercialPortal Cloud Service or licence application for digital content publishing to all formats. Generates ePub 2 and ePub 3 fixed and flow layout plus other formats.
iStudio PublisherMac OS XCommercialDesktop publishing and page layout application.
JutohMac OS X, Windows, Linux, FreeBSDCommercialDesktop publishing software for ebook authors.
LuciwikWebOpen SourceEPUB/OPDS system for MediaWiki. It consists of two extensions for MediaWiki, one called Luciwik, and one called LuciwikEPUB. The Luciwik extension provides an OPDS catalog containing entries for automatically generated EPUB versions of the wiki articles. OPDS is a standard for publishing e-book catalogs on the Internet. The companion extension LuciwikEPUB provides functionality to output wiki articles in EPUB format. Luciwik and LuciwikEPUB are designed to be used together, but they can also be used independently.
Lulu.comWebUnknownUpload and convert .doc, .docx, or PDF manuscripts to an ePub. Then choose a title, create a cover, describe your ePub, and pick a price. It's free to publish and sell.
Madcap FlareWindowsCommercialSingle source publishing tool that can export content as ePUB.
oXygen XML EditorMac OS X, Windows, LinuxCommercialXML Editor is the first tool that supports creating, transforming, and validating the documents that comprise the EPUB package.
PagesMac OS XUnknownWord processor (part of the iWork '09 suite) that can export to EPUB format (Pages '09 only, and only with the iWork 9.0.4 update).
QuarkXPressMac OS X, WindowsCommercialDesktop Publishing Tool, Page Layout Application. Exports also to the ePUB format.
Serif PagePlus X6WindowsCommercialDesktop Publishing Program. Exports also to the ePUB format.
ScrivenerWindows, Mac OS XCommercialProgram for writers. Includes organization capabilities for fiction writers. Publishes to multiple formats.
SigilWindows, GNU/Linux, Mac OS XGPLv3This application can also open and edit EPUB books, instead of just converting from other formats to EPUB. Since version 0.7, Sigil supports embedding video or audio in EPUB.

Hardware reading systems

Most dedicated e-book readers support the EPUB format, although the Amazon Kindle line of devices is a notable exception. EPUB reading software is also available for all modern smartphones. Devices that support EPUB include:

See also

References

  1. ^ application/epub+zip has not been registered with IANA as of June 2010.
  2. ^ "Specifications". IDPF. http://idpf.org/epub. Retrieved January 25, 2012.
  3. ^ a b c Conboy, Garth (May 11, 2009). "EPUB 101" (PDF). IDPF. eBook Technologies. http://www.idpf.org/digitalbook09/Pre sentations/EPUB%20101.pdf.[dead link]
  4. ^ IDPF (Mon Oct 15, 2007). "OPS 2.0 Elevated to Official IDPF Standard". IDPF. http://www.idpf.org/forums/viewtopic. php?t=98.[dead link]
  5. ^ "IDPF Launches EPUB Standards Maintenance Work". IDPF. August 16, 2009. http://www.idpf.org/pressroom/pressre leases/EPUBMaintWGLaunch.htm.[dead link]
  6. ^ "Charter for EPUB Standards Maintenance WG". IDPF. August 12, 2009. http://www.idpf.org/idpf_groups/epubm aint.htm.[dead link]
  7. ^ a b "Draft Charter for revision to EPUB Standard for IDPF Comment". IDPF. April 6, 2010. http://idpf.org/idpf_groups/epub2_1wg .htm.[dead link]
  8. ^ "EPUB 2.1 Working Group Charter – DRAFT 0.11". IDPF. May 7, 2010. http://idpf.org/idpf_groups/epub21wg/ IDPF-EPUB-WG-Charter-5-7-2010.html. Retrieved June 6, 2010.[dead link]
  9. ^ "EPUB3 Working Group". IDPF. November 12, 2010. http://code.google.com/p/epub-revisio n.
  10. ^ IDPF. "EPUB 3". http://idpf.org/epub/30. Retrieved 21 February 2011.
  11. ^ "EPUB 3". IDPF. October, 2011. http://idpf.org/epub/30. Retrieved 8 Dec 2012.
  12. ^ Resolutions of the ISO/IEC JTC 1/SC 34 Plenary Meeting, Brasilia, Brazil, 2012-06-25, 29, http://www.itscj.ipsj.or.jp/sc34/open /1799.pdf, retrieved 2012-10-21, "Resolution 8: Re-establishment of Ad Hoc Group 4 on EPUB. SC 34 re-establishes Ad Hoc Group 4 on EPUB of IDPF* with the following terms of reference: - to prepare the creation of a Joint Working Group (JWG) for EPUB (and possibly other related topics) under JTC 1/SC 34 with ISO TC 46 and IEC TC 100 /TA 10 involved. SC 34 notes that EPUB 3 will be submitted as a Draft Technical Specification by the Korean National Body via the JTC 1 fast-track procedure and it will be assigned to the SC 34/JWG when approved."
  13. ^ EPUB 3 Working Group (11 October 2011). "EPUB 3 Overview Draft". IDPF. http://idpf.org/epub/30/spec/epub30-o verview.html. Retrieved 11 October 2011.
  14. ^ Rothman, David (July 27, 2008). "The ePub torture test: Starring ‘Three Shadows,’ a graphic novel". TeleRead: Bring the E-Books Home. http://www.teleread.org/2008/07/27/th e-epub-torture-test-starring-three-sh adows/.
  15. ^ Fixed Width Layout - A Waste of Time. | A Certain Irreverence
  16. ^ "Links, pointers, bookmarks, highlights: How should .epub do it?". FrontMatters. BookGlutton. March 29, 2008. http://frontmatters.com/2008/03/29/li nks-pointers-bookmarks-highlights-how -should-epub-do-it/.
  17. ^ Rothman, David (November 5, 2007). "'Social annotation and the marketplace of ideas': Time for an IDPF annotation standard for books and other e-pubs!". TeleRead: Bring the E-Books Home. http://www.teleread.org/2007/11/05/so cial-annotation-and-the-marketplace-o f-ideas-time-for-an-idpf-annotation-s tandard-for-books-and-other-e-pubs/.
  18. ^ "1.1 EPUB Revision History". IDPF. IDPF. 11 October 2011. http://idpf.org/epub/30/spec/epub30-c hanges.html#sec-diff-intro-history.
  19. ^ a b c d e f IDPF (September 4, 2010). "Open Publication Structure (OPS) 2.0.1 - Recommended Specification". IDPF. http://idpf.org/epub/20/spec/OPS_2.0. 1_draft.htm. Retrieved February 21, 2011.
  20. ^ a b c d e f g h IDPF (September 4, 2010). "Open Packaging Format (OPF) 2.0.1 - Recommended Specification". IDPF. http://idpf.org/epub/20/spec/OPF_2.0. 1_draft.htm. Retrieved February 21, 2011.
  21. ^ a b c d e IDPF (September 4, 2010). "Open Container Format (OCF) 2.0.1 - Recommended Specification". IDPF. http://idpf.org/epub/20/spec/OCF_2.0. 1_draft.doc. Retrieved February 21, 2011.
  22. ^ a b "Specifications for the Digital Talking Book". April 21, 2005. http://www.niso.org/workrooms/daisy/Z 39-86-2005.html.
  23. ^ IDPF (November 20, 2006). "IDPF's Digital Book Standards FAQs". IDPF. http://www.idpf.org/forums/viewtopic. php?t=22.
  24. ^ Gelles, David (January 29, 2010). "Walls close in on e-book garden". Financial Times. http://www.ft.com/cms/s/0/a00ad6f8-0d 0b-11df-a2dc-00144feabdc0.html.
  25. ^ Rothman, David (August 13, 2009). "Adobe-DRMed ePub isn’t ‘open’: Why the New York Times urgently needs to clarify its Sony eBook Store article". TeleRead: Bring the E-Books Home. http://www.teleread.org/2009/08/13/ad obe-drmed-epub-isnt-an-open-standard- will-nyt-distinguish-between-nonpropr ietary-and-common/.
  26. ^ Biba, Paul (December 21, 2009). "Does the Nook use its own incompatible DRM scheme?". TeleRead: Bring the E-Books Home. http://www.teleread.org/2009/12/21/do es-the-nook-use-its-own-incompatible- drm-scheme/.
  27. ^ Biba, Paul (January 28, 2010). "iPad adds to the DRM mess? Apple ebook DRM exclusive to Apple hardware". TeleRead: Bring the E-Books Home. http://www.teleread.org/2010/01/28/ip ad-adds-to-the-drm-mess-apple-ebook-d rm-exclusive-to-apple-hardware/.
  28. ^ Kendrick, James (January 28, 2010). "Who Really Needs an iPad?". jkOnTheRun. http://jkontherun.com/2010/01/28/who- really-needs-an-ipad/.
  29. ^ Dave Dickson (January 27, 2010). "EPUB, iPad and Content Interoperability". Digital Editions. http://blogs.adobe.com/digitaledition s/2010/01/epub_ipad_and_content_inter ope.html.
  30. ^ "epubcheck: Validation tool for Epub". Google Code. http://code.google.com/p/epubcheck/. Retrieved January 29, 2010.
  31. ^ Pham, Alex (February 15, 2010). "Apple to wrap digital books in FairPlay copy protection". Los Angeles Times. http://latimesblogs.latimes.com/techn ology/2010/02/apple-ibooks-drm-fairpl ay.html.
  32. ^ JimmXinu. "GUI Plugin: EpubMerge". MobileRead Forums. http://www.mobileread.com/forums/show thread.php?t=169744. Retrieved 24 February 2012.
  33. ^ Bott, Ed (January 22, 2012). "How Apple is sabotaging an open standard for digital books". ZDNet. http://www.zdnet.com/blog/bott/how-ap ple-is-sabotaging-an-open-standard-fo r-digital-books/4378. Retrieved January 30, 2012.
  34. ^ Apple (March 23, 2012). "Apple iBooks Author FAQ". Apple. http://support.apple.com/kb/HT5071#2. Retrieved April 26, 2012.
  35. ^ Apple (March 23, 2012). "Apple iBooks Author FAQ". Apple. http://support.apple.com/kb/HT5071#7. Retrieved April 26, 2012.

External links

(Sebelumnya) List of SAP productsEQEmu (Berikutnya)