logging in or signing up 09 Summer series Classroom Management3 niravnns Download Post to : URL : Related Presentations : Share Add to Flag Embed Email Send to Blogs and Networks Add to Channel Uploaded from authorPOINT lite Insert YouTube videos in PowerPont slides with aS Desktop Copy embed code: (To copy code, click on the text box) Embed: URL: Thumbnail: WordPress Embed Customize Embed The presentation is successfully added In Your Favorites. Views: 29 Category: Entertainment License: All Rights Reserved Like it (0) Dislike it (0) Added: March 31, 2010 This Presentation is Public Favorites: 0 Presentation Description No description available. Comments Posting comment... Premium member Presentation Transcript eBooks II: Formats & Standards : eBooks II: Formats & Standards February 9, 2009 Agenda : 2 Introduction EPUB drivers EPUB Overview EPUB: OCF, OPS, OPF EPUB “Reading System” EPUB Container EPUB Content EPUB FAQs EPUB Adoption EPUB Continuing Development and Futures Demonstration Agenda Introduction : 3 Founded in 1996: In 2000, acquired by: Formed in 2004 to take technology forward: Introduction Introduction : 4 Introduction ETI Founders Garth Conboy, President VP Software Engineering, SoftBook Press General Manager, Gemstar eBook Group Limited Member, IDPF Board of Directors Co-Chair IDPF Unified Container Working Group Co-Chair IDPF OEBPS Working Group John Rivlin, CEO VP Server Systems, SoftBook Press CTO, Gemstar - TV Guide International Co-Chair IDPF Unified Container Working Group Co-Chair IDPF OEBPS Working Group Introduction - History : 5 1998: SoftBook Press, NuvoMedia, Microsoft 1999: OEBF Formed IDPF 1999: Open eBook Publication Structure 1.0 (OEBPS) 2002: OEBPS 1.2 Update Peanut Press MobiPocket SoftBook/NuvoMedia/Gemstar/ETI Microsoft But, in 2003-2005 we really had numerous not terribly compatible Reading Systems… Introduction - History Introduction - History : 6 Peanut Press Palm Digital Media eReader.com Motricty/eReader.com Fictionwise Introduction - History PML - Palm Markup Language “.pdb” files wrapped in eReader.com DRM Introduction - History : 7 Mobipocket Introduction - History Basically OEBPS “.prc” or “.mobi” files wrapped in Mobi DRM Introduction - History : 8 Microsoft Reader (MSreader) Introduction - History Basically OEBPS 1.2 “.lit” files wrapped in Microsoft DRM Introduction - History : 9 SoftBook Press Gemstar ETI Introduction - History Basically OEBPS 1.2 OEBPS or “.imp” files wrapped in ETI DRM Introduction - History : 10 Sony Introduction - History BBeB/Xylog – Custom XML Vocabulary “.lrf” files wrapped in Sony DRM Introduction - History : 11 Adobe Introduction - History PDF Files wrapped in Adobe DRM Introduction - History : 12 Introduction - History Where Have We Gotten To Now? …EPUB EPUB Overview : 13 EPUB The EPUB content standard allows publishers to produce and send a single digital publication file through distribution and offers consumers interoperability between software/hardware for unencrypted reflowable digital books and other publications. “.epub” Extension ".epub" is the file extension for EPUB reflowable digital books and publications. EPUB Acronym Soup Container: OCF (Open [OEBPS] Container Format) Markup packaging: OPF (Open Packaging Format) Markup content: OPS (Open Publication Structure); XHTML & DTBook EPUB is an OPS/OPF publication in an OCF container EPUB Overview EPUB Overview : 14 EPUB Overview EPUB “Reading System” Definition: “A combination of hardware and/or software that accepts OPS Publications and makes them available to consumers of content. Great variety is possible in the architecture of Reading Systems. A Reading System may be implemented entirely on one device, or it may be split among several computers. …” EPUB Overview : 15 “EPUB Compliant Reading System” A Reading System that directly ingests EPUB as an input format Details EPUB as input to publishing interface – required EPUB delivery direct to client/renderer – optional Internal translation of EPUB – okay Pre-rendering/compilation of EPUB – okay Application of DRM surrounding or iside EPUB – optional “Viable” rendering of publisher intent at client – required EPUB Overview EPUB Overview : 16 How Did We Get to EPUB? In 2005, Publishers and conversion houses were producing custom files for many Reading Systems By late 2005 the IDPF started to tackle these issues 2005 Industry survey: eBook cost is important Ability to move content between Reading Systems is important Content breath is important DRM is bad, or at least negatively impacts value EPUB Overview EPUB Overview : 17 IDPF Ad Hoc Content Team What’s holding us back? OEBPS Reading Systems may start with similar source, but perform platform-specific processing or DRM wrapping Publishers & conversion houses must generate multiple eBook formats for sales & distribution Consumers can’t generally move content from one Reading System to another Fear of platform death High level: Content flow is negatively impacted by conversion time and expense Sparse choices of content drive down consumer interest EPUB Overview EPUB Content Container (OCF) : 18 Common OEBPS Container Working Group Chartered November 2005 Mission: Standardize a Unified (across Reading System) OEBPS Content Container Format. Requirements/Directions: Standardize the OEBPS container format Publishers and conversion houses will produce only this format for entry into the distribution and/or sales channels As publishers gain confidence, they will allow sales of content (perhaps after targeting or DRM-wrapping) into Reading Systems that are believed to render the content “viably” EPUB Content Container (OCF) EPUB Content Container (OCF) : 19 Requirements/Directions: Standardization of DRM/rights communication is not within scope Participants in the distribution/sales channels will perform “lights out” platform targeting or DRM-wrapping – “just in time” Unsecured content may be directly exchanged between Reading Systems that support the container format Content interoperability between Reading Systems is a high-level goal. Exchange of non-secured content between reading system is a good first step EPUB Content Container (OCF) EPUB Content Container (OCF) : 20 OCF: OEBPS Container Format ZIP-based archive of publication parts Really just one extra file to point to root of publication and a defined directory structure Define mechanism for inclusion of alternate renditions, cryptography, signatures and rights information It’s just ZIP! Specification approved October 2006 When creating a ZIP archive of eBook content (old or new), make it an OCF archive – now! EPUB Content Container (OCF) EPUB Content Container (OCF) : 21 OEBPS Publication in ZIP Container mimetypeMETA-INF/ container.xml [manifest.xml] [metadata.xml] [signatures.xml] [encryption.xml] [rights.xml]OEBPS/ Great Expectations.opf cover.html chapters/ chapter01.html chapter02.html … HTML and other files for the remaining chapters … EPUB Content Container (OCF) EPUB Content Container (OCF) : 22 Possible container.xml Just specify root file… EPUB Content Container (OCF) <?xml version="1.0"?> <container version="1.0" xmlns="urn:oasis:names:tc:opendocument:xmlns:container"> <rootfiles> <rootfile full-path="OEBPS/Great Expectations.opf" media-type="application/oebps-package+xml" /> </rootfiles> </container> EPUB Content Container (OCF) : 23 OEBPS Publication in ZIP Container With Alternate PDF Rendition mimetypeMETA-INF/ container.xml [manifest.xml] [metadata.xml] [signatures.xml] [encryption.xml] [rights.xml]OEBPS/ Great Expectations.opf … same as in previous version …PDF/ Great Expectations.pdf EPUB Content Container (OCF) EPUB Content Container (OCF) : 24 Possible container.xml With Alternate Rendition Specify two root files… EPUB Content Container (OCF) <?xml version="1.0"?> <container version="1.0" xmlns="urn:oasis:names:tc:opendocument:xmlns:container"> <rootfiles> <rootfile full-path="OEBPS/Great Expectations.opf" media-type="application/oebps-package+xml" /> <rootfile full-path="PDF/Great Expectations.pdf" media-type="application/pdf" /> </rootfiles> </container> EPUB Content Container (OCF) : 25 OCF High-Level Takeaways Standard way to package eBook content for distribution, sales and interchange A single “container” that can be authored by publishers and conversion houses for dissemination into the channel A big step away from producing Reading System-targeted content (e.g. for MS, Mobi/Kindle, Sony, eReader, ETI) An end-user interchange/consumption format for unencrypted titles EPUB Content Container (OCF) EPUB Content Container (OCF) : 26 Working Group Contributors & Supporters EPUB Content Container (OCF) Random House iRex Technologies Ball State University Mobipocket Benetech/Bookshare.org Adobe Systems eBook Technologies Hachette Book Group USA WGBH TriWorks Asia Motricity, eReader.com DAISY Consortium NetLibrary Publishing Dimensions HarperCollins Houghton Mifflin Simon & Schuster Dolphin Computer Access Apex Publishing Follett OpenReader Consortium OverDrive Codemantra Harlequin John Wiley & Sons Osoft.com ContentGuard Lightning Source Cambridge University Press Green Point Technology Services Invited experts EPUB Content Markup (OPS/OPF) : 27 OEBPS Working Group (re-)chartered in March 2006 Mission: Update OEBPS 1.2 to improve the adoption and viability of the standard as both a cross-reading system interchange and production format as well as a final publication delivery format. Requirements/Directions: Align with current standards on which OEBPS was based (e.g. XML, namespaces, CSS, XHTML) Support vector graphics EPUB Content Markup (OPS/OPF) EPUB Content Markup (OPS/OPF) : 28 Requirements/Directions: Support embedded fonts Enhance OEBPS accessibility and navigation (i.e. declarative TOC) Maximize compatibility with prior versions of OEBPS Retain the open and patent-unencumbered status of OEBPS EPUB Content Markup (OPS/OPF) EPUB Content Markup (OPS/OPF) : 29 Solutions (abridged): Current standards (XML 1.1, XML Namespaces) The Basic OEBPS Document element set has been expanded. All previously deprecated elements have been removed; it is now a true subset of XHTML 1.1 The OEBPS CSS subset has been augmented with numerous CSS2 properties and values Most previously deprecated attributes have been removed The OEBPS CSS subset has been augmented with a more extensive set of selectors Two “Preferred Vocabularies” Valid XHTML (required XHTML modules) Valid DTBook (NIMAS) EPUB Content Markup (OPS/OPF) EPUB Content Markup (OPS/OPF) : 30 Solutions (abridged) Navigation – added DAISY NCX (NIMAS) Vector graphics – added SVG as Core Media Type Embedded vector fonts – added @font-face CSS Tighter conformance requirements Support for OEBPS 1.2 package files is required, but not OEBPS 1.2 markup OEBPS becomes OPS 2.0 and OPF 2.0 EPUB Content Markup (OPS/OPF) EPUB Content Markup (OPS/OPF) : 31 EPUB Presentational Fidelity XHTML tables CSS box model Margins, padding, borders Display: inline, block, table, header, footer Display: float, clear, direction, columns CSS visual model: min/max width/height, line height, alignment CSS paged media: breaks, orphans, widows CSS fonts & text: family, style, weight, size, decoration, alignment CSS embedded fonts Embedded images & objects: png, jpeg, gif, extensibility SVG EPUB Content Markup (OPS/OPF) EPUB Content Markup (OPS/OPF) : 32 Status OPF 2.0 (and OPF 2.0 too) entered IDPF output process in April 2007 Approved by membership and published as standard in September 2007 Wide adoption (as EPUB) began in the 2nd half of 2008 EPUB Content Markup (OPS/OPF) EPUB Content Markup (OPS/OPF) : 33 OPS/OPF High-Level Takeaways Constrained enhancements to OEBPS 1.2 Backward compatibility Automatable forward migration Enhanced presentational fidelity Enhanced navigation NIMAS compliance Enhance cross-Reading System content flow With OCF With Validation and Conformance Checking www.idpf.org/forums EPUB Content Markup (OPS/OPF) EPUB Content Markup (OPS/OPF) : 34 Working Group Members Include EPUB Content Markup (OPS/OPF) Motricity/eReader.com iRex Technologies Somatic Digital Treasures Media Benetech eBook Technologies Time Warner Book Group Random House NCAM/WGBH Publishing Dimensions Simon & Schuster Prime View International Adobe Systems DAISY Consortium OpenReader Consortium Codemantra Harlequin Osoft.com Cambridge University Press Green Point Technology Services Sony Greenwood Publishing Hachette Book Group Vital Source Technology Invited experts EPUB FAQs : 35 What’s the difference between EPUB & PDF? PDF is pre-paginated and not easily re-flowed “Zoom” a PDF, see the upper left PDF is a print and print-archive format EPUB content, like XHTML, is re-flowable If paginated, when zoomed, there will be more “pages” OPS is a re-flowable “electronic content” format Adobe’s Digital Editions has adopted EPUB for such content EPUB FAQs EPUB FAQs : 36 Does this mean that publishers and conversion houses can deliver one file format for distribution and sales? Yes, that’s the idea! Getting to “one file” is the main driving force for these efforts If publishers and conversion houses are producing a single target (EPUB), it will be cheaper and easier Cheaper and easier conversions will induce publishers to release more content into the eBook space More content will drive consumer demand and expand the market An expanded market may drive down consumer cost, further driving the growth cycle EPUB FAQs EPUB FAQs : 37 If I want to apply DRM to eBooks, how is this done in this “new world?” Much as it is today, as a final Reading System-specific step before content is delivered to consumers The input to this process is the single format, rather than a previously platform-targeted format Note Apple & EMI – there are consumers who will buy only, or at least value more, non-DRM-ed content DRM is already dropping out on audio-book content Further note, conformant Reading Systems will support interchange of non-secured content EPUB FAQs EPUB FAQs : 38 What does EPUB mean for consumers? Largely transparent to consumers Consumers should see increased title availability Hopefully lower cost per unit Non-DRM-ed and personal content will be cross-Reading System interoperable Such Reading Systems must support the new standards This is very cool EPUB FAQs EPUB Adoption : 39 EPUB Reading Systems Include: Adobe Digital Editions Sanza/iPhone MobiPocket Kindle eBookwise Sony Reader BEBOOK Bookworm iRex ETI’s eBook Technology Suite EPUB Adoption EPUB Adoption : 40 EPUB Producing Publishers Include: Hachette Book Group John Wiley & Sons Random House Simon & Schuster HarperCollins Publishers Penguin Group Macmillan Harlequin Oxford University Press Cambridge University Press EPUB Adoption EPUB Directions & Futures : 41 EPUB Validator: Version 1.0.3 is current Active updates/maintenance in process http://code.google.com/p/epubcheck/ Web accessible version “real soon now” EPUB Directions & Futures >>> java -jar ../epubcheck-1.0.3.jar XHtml.css3-modsel-32.Test.epub Epubcheck Version 1.0.3 ERROR: XHtml.css3-modsel-32.Test.epub/OEBPS/css3-modsel-32.xml(46): attribute "width" not allowed at this point; ignored ERROR: XHtml.css3-modsel-32.Test.epub/OEBPS/css3-modsel-32.xml(47): attribute "width" not allowed at this point; ignored Check finished with warnings or errors! >>> java -jar ../epubcheck-1.0.3.jar XHtml.5_3_2-BF-01.Test.epub Epubcheck Version 1.0.3 No errors or warnings detected EPUB Directions & Futures : 42 EPUB Embedded Font Mangling Informational Document Embedded font licensing Power of embedded fonts http://www.idpf.org/doc_library/informationaldocs/FontManglingSpec.html EPUB Directions & Futures EPUB Directions & Futures : 43 EPUB Conformance Testing Verify/test cross-Reading-System compatibility Effort to be kicked off soon in the EPUB working group EPUB Directions & Futures EPUB Conclusion : 44 What’s the timeframe? When can I do only EPUB? This is really now! Have critical mass of Reading System support This transition (to single format production) should be complete in 2009 To facilitate: Publishers: push vendors and Reading Systems to conform Conversion houses: continue ramp up and support the standards Reading System vendors: Support the standards in your Reading Systems Support cross Reading Systems exchange of non-DRM-ed content EPUB Conclusion EPUB Conclusion : 45 EPUB Conclusion Wide, complete and correct adoption of these standards will provide a significant boost for all involved: publishers, conversion houses, distributors, sales channels and consumers! EPUB Demonstration : 46 EPUB Demonstration Demonstration Q & A : 47 Q & A Q & A You do not have the permission to view this presentation. In order to view it, please contact the author of the presentation.
09 Summer series Classroom Management3 niravnns Download Post to : URL : Related Presentations : Share Add to Flag Embed Email Send to Blogs and Networks Add to Channel Uploaded from authorPOINT lite Insert YouTube videos in PowerPont slides with aS Desktop Copy embed code: (To copy code, click on the text box) Embed: URL: Thumbnail: WordPress Embed Customize Embed The presentation is successfully added In Your Favorites. Views: 29 Category: Entertainment License: All Rights Reserved Like it (0) Dislike it (0) Added: March 31, 2010 This Presentation is Public Favorites: 0 Presentation Description No description available. Comments Posting comment... Premium member Presentation Transcript eBooks II: Formats & Standards : eBooks II: Formats & Standards February 9, 2009 Agenda : 2 Introduction EPUB drivers EPUB Overview EPUB: OCF, OPS, OPF EPUB “Reading System” EPUB Container EPUB Content EPUB FAQs EPUB Adoption EPUB Continuing Development and Futures Demonstration Agenda Introduction : 3 Founded in 1996: In 2000, acquired by: Formed in 2004 to take technology forward: Introduction Introduction : 4 Introduction ETI Founders Garth Conboy, President VP Software Engineering, SoftBook Press General Manager, Gemstar eBook Group Limited Member, IDPF Board of Directors Co-Chair IDPF Unified Container Working Group Co-Chair IDPF OEBPS Working Group John Rivlin, CEO VP Server Systems, SoftBook Press CTO, Gemstar - TV Guide International Co-Chair IDPF Unified Container Working Group Co-Chair IDPF OEBPS Working Group Introduction - History : 5 1998: SoftBook Press, NuvoMedia, Microsoft 1999: OEBF Formed IDPF 1999: Open eBook Publication Structure 1.0 (OEBPS) 2002: OEBPS 1.2 Update Peanut Press MobiPocket SoftBook/NuvoMedia/Gemstar/ETI Microsoft But, in 2003-2005 we really had numerous not terribly compatible Reading Systems… Introduction - History Introduction - History : 6 Peanut Press Palm Digital Media eReader.com Motricty/eReader.com Fictionwise Introduction - History PML - Palm Markup Language “.pdb” files wrapped in eReader.com DRM Introduction - History : 7 Mobipocket Introduction - History Basically OEBPS “.prc” or “.mobi” files wrapped in Mobi DRM Introduction - History : 8 Microsoft Reader (MSreader) Introduction - History Basically OEBPS 1.2 “.lit” files wrapped in Microsoft DRM Introduction - History : 9 SoftBook Press Gemstar ETI Introduction - History Basically OEBPS 1.2 OEBPS or “.imp” files wrapped in ETI DRM Introduction - History : 10 Sony Introduction - History BBeB/Xylog – Custom XML Vocabulary “.lrf” files wrapped in Sony DRM Introduction - History : 11 Adobe Introduction - History PDF Files wrapped in Adobe DRM Introduction - History : 12 Introduction - History Where Have We Gotten To Now? …EPUB EPUB Overview : 13 EPUB The EPUB content standard allows publishers to produce and send a single digital publication file through distribution and offers consumers interoperability between software/hardware for unencrypted reflowable digital books and other publications. “.epub” Extension ".epub" is the file extension for EPUB reflowable digital books and publications. EPUB Acronym Soup Container: OCF (Open [OEBPS] Container Format) Markup packaging: OPF (Open Packaging Format) Markup content: OPS (Open Publication Structure); XHTML & DTBook EPUB is an OPS/OPF publication in an OCF container EPUB Overview EPUB Overview : 14 EPUB Overview EPUB “Reading System” Definition: “A combination of hardware and/or software that accepts OPS Publications and makes them available to consumers of content. Great variety is possible in the architecture of Reading Systems. A Reading System may be implemented entirely on one device, or it may be split among several computers. …” EPUB Overview : 15 “EPUB Compliant Reading System” A Reading System that directly ingests EPUB as an input format Details EPUB as input to publishing interface – required EPUB delivery direct to client/renderer – optional Internal translation of EPUB – okay Pre-rendering/compilation of EPUB – okay Application of DRM surrounding or iside EPUB – optional “Viable” rendering of publisher intent at client – required EPUB Overview EPUB Overview : 16 How Did We Get to EPUB? In 2005, Publishers and conversion houses were producing custom files for many Reading Systems By late 2005 the IDPF started to tackle these issues 2005 Industry survey: eBook cost is important Ability to move content between Reading Systems is important Content breath is important DRM is bad, or at least negatively impacts value EPUB Overview EPUB Overview : 17 IDPF Ad Hoc Content Team What’s holding us back? OEBPS Reading Systems may start with similar source, but perform platform-specific processing or DRM wrapping Publishers & conversion houses must generate multiple eBook formats for sales & distribution Consumers can’t generally move content from one Reading System to another Fear of platform death High level: Content flow is negatively impacted by conversion time and expense Sparse choices of content drive down consumer interest EPUB Overview EPUB Content Container (OCF) : 18 Common OEBPS Container Working Group Chartered November 2005 Mission: Standardize a Unified (across Reading System) OEBPS Content Container Format. Requirements/Directions: Standardize the OEBPS container format Publishers and conversion houses will produce only this format for entry into the distribution and/or sales channels As publishers gain confidence, they will allow sales of content (perhaps after targeting or DRM-wrapping) into Reading Systems that are believed to render the content “viably” EPUB Content Container (OCF) EPUB Content Container (OCF) : 19 Requirements/Directions: Standardization of DRM/rights communication is not within scope Participants in the distribution/sales channels will perform “lights out” platform targeting or DRM-wrapping – “just in time” Unsecured content may be directly exchanged between Reading Systems that support the container format Content interoperability between Reading Systems is a high-level goal. Exchange of non-secured content between reading system is a good first step EPUB Content Container (OCF) EPUB Content Container (OCF) : 20 OCF: OEBPS Container Format ZIP-based archive of publication parts Really just one extra file to point to root of publication and a defined directory structure Define mechanism for inclusion of alternate renditions, cryptography, signatures and rights information It’s just ZIP! Specification approved October 2006 When creating a ZIP archive of eBook content (old or new), make it an OCF archive – now! EPUB Content Container (OCF) EPUB Content Container (OCF) : 21 OEBPS Publication in ZIP Container mimetypeMETA-INF/ container.xml [manifest.xml] [metadata.xml] [signatures.xml] [encryption.xml] [rights.xml]OEBPS/ Great Expectations.opf cover.html chapters/ chapter01.html chapter02.html … HTML and other files for the remaining chapters … EPUB Content Container (OCF) EPUB Content Container (OCF) : 22 Possible container.xml Just specify root file… EPUB Content Container (OCF) <?xml version="1.0"?> <container version="1.0" xmlns="urn:oasis:names:tc:opendocument:xmlns:container"> <rootfiles> <rootfile full-path="OEBPS/Great Expectations.opf" media-type="application/oebps-package+xml" /> </rootfiles> </container> EPUB Content Container (OCF) : 23 OEBPS Publication in ZIP Container With Alternate PDF Rendition mimetypeMETA-INF/ container.xml [manifest.xml] [metadata.xml] [signatures.xml] [encryption.xml] [rights.xml]OEBPS/ Great Expectations.opf … same as in previous version …PDF/ Great Expectations.pdf EPUB Content Container (OCF) EPUB Content Container (OCF) : 24 Possible container.xml With Alternate Rendition Specify two root files… EPUB Content Container (OCF) <?xml version="1.0"?> <container version="1.0" xmlns="urn:oasis:names:tc:opendocument:xmlns:container"> <rootfiles> <rootfile full-path="OEBPS/Great Expectations.opf" media-type="application/oebps-package+xml" /> <rootfile full-path="PDF/Great Expectations.pdf" media-type="application/pdf" /> </rootfiles> </container> EPUB Content Container (OCF) : 25 OCF High-Level Takeaways Standard way to package eBook content for distribution, sales and interchange A single “container” that can be authored by publishers and conversion houses for dissemination into the channel A big step away from producing Reading System-targeted content (e.g. for MS, Mobi/Kindle, Sony, eReader, ETI) An end-user interchange/consumption format for unencrypted titles EPUB Content Container (OCF) EPUB Content Container (OCF) : 26 Working Group Contributors & Supporters EPUB Content Container (OCF) Random House iRex Technologies Ball State University Mobipocket Benetech/Bookshare.org Adobe Systems eBook Technologies Hachette Book Group USA WGBH TriWorks Asia Motricity, eReader.com DAISY Consortium NetLibrary Publishing Dimensions HarperCollins Houghton Mifflin Simon & Schuster Dolphin Computer Access Apex Publishing Follett OpenReader Consortium OverDrive Codemantra Harlequin John Wiley & Sons Osoft.com ContentGuard Lightning Source Cambridge University Press Green Point Technology Services Invited experts EPUB Content Markup (OPS/OPF) : 27 OEBPS Working Group (re-)chartered in March 2006 Mission: Update OEBPS 1.2 to improve the adoption and viability of the standard as both a cross-reading system interchange and production format as well as a final publication delivery format. Requirements/Directions: Align with current standards on which OEBPS was based (e.g. XML, namespaces, CSS, XHTML) Support vector graphics EPUB Content Markup (OPS/OPF) EPUB Content Markup (OPS/OPF) : 28 Requirements/Directions: Support embedded fonts Enhance OEBPS accessibility and navigation (i.e. declarative TOC) Maximize compatibility with prior versions of OEBPS Retain the open and patent-unencumbered status of OEBPS EPUB Content Markup (OPS/OPF) EPUB Content Markup (OPS/OPF) : 29 Solutions (abridged): Current standards (XML 1.1, XML Namespaces) The Basic OEBPS Document element set has been expanded. All previously deprecated elements have been removed; it is now a true subset of XHTML 1.1 The OEBPS CSS subset has been augmented with numerous CSS2 properties and values Most previously deprecated attributes have been removed The OEBPS CSS subset has been augmented with a more extensive set of selectors Two “Preferred Vocabularies” Valid XHTML (required XHTML modules) Valid DTBook (NIMAS) EPUB Content Markup (OPS/OPF) EPUB Content Markup (OPS/OPF) : 30 Solutions (abridged) Navigation – added DAISY NCX (NIMAS) Vector graphics – added SVG as Core Media Type Embedded vector fonts – added @font-face CSS Tighter conformance requirements Support for OEBPS 1.2 package files is required, but not OEBPS 1.2 markup OEBPS becomes OPS 2.0 and OPF 2.0 EPUB Content Markup (OPS/OPF) EPUB Content Markup (OPS/OPF) : 31 EPUB Presentational Fidelity XHTML tables CSS box model Margins, padding, borders Display: inline, block, table, header, footer Display: float, clear, direction, columns CSS visual model: min/max width/height, line height, alignment CSS paged media: breaks, orphans, widows CSS fonts & text: family, style, weight, size, decoration, alignment CSS embedded fonts Embedded images & objects: png, jpeg, gif, extensibility SVG EPUB Content Markup (OPS/OPF) EPUB Content Markup (OPS/OPF) : 32 Status OPF 2.0 (and OPF 2.0 too) entered IDPF output process in April 2007 Approved by membership and published as standard in September 2007 Wide adoption (as EPUB) began in the 2nd half of 2008 EPUB Content Markup (OPS/OPF) EPUB Content Markup (OPS/OPF) : 33 OPS/OPF High-Level Takeaways Constrained enhancements to OEBPS 1.2 Backward compatibility Automatable forward migration Enhanced presentational fidelity Enhanced navigation NIMAS compliance Enhance cross-Reading System content flow With OCF With Validation and Conformance Checking www.idpf.org/forums EPUB Content Markup (OPS/OPF) EPUB Content Markup (OPS/OPF) : 34 Working Group Members Include EPUB Content Markup (OPS/OPF) Motricity/eReader.com iRex Technologies Somatic Digital Treasures Media Benetech eBook Technologies Time Warner Book Group Random House NCAM/WGBH Publishing Dimensions Simon & Schuster Prime View International Adobe Systems DAISY Consortium OpenReader Consortium Codemantra Harlequin Osoft.com Cambridge University Press Green Point Technology Services Sony Greenwood Publishing Hachette Book Group Vital Source Technology Invited experts EPUB FAQs : 35 What’s the difference between EPUB & PDF? PDF is pre-paginated and not easily re-flowed “Zoom” a PDF, see the upper left PDF is a print and print-archive format EPUB content, like XHTML, is re-flowable If paginated, when zoomed, there will be more “pages” OPS is a re-flowable “electronic content” format Adobe’s Digital Editions has adopted EPUB for such content EPUB FAQs EPUB FAQs : 36 Does this mean that publishers and conversion houses can deliver one file format for distribution and sales? Yes, that’s the idea! Getting to “one file” is the main driving force for these efforts If publishers and conversion houses are producing a single target (EPUB), it will be cheaper and easier Cheaper and easier conversions will induce publishers to release more content into the eBook space More content will drive consumer demand and expand the market An expanded market may drive down consumer cost, further driving the growth cycle EPUB FAQs EPUB FAQs : 37 If I want to apply DRM to eBooks, how is this done in this “new world?” Much as it is today, as a final Reading System-specific step before content is delivered to consumers The input to this process is the single format, rather than a previously platform-targeted format Note Apple & EMI – there are consumers who will buy only, or at least value more, non-DRM-ed content DRM is already dropping out on audio-book content Further note, conformant Reading Systems will support interchange of non-secured content EPUB FAQs EPUB FAQs : 38 What does EPUB mean for consumers? Largely transparent to consumers Consumers should see increased title availability Hopefully lower cost per unit Non-DRM-ed and personal content will be cross-Reading System interoperable Such Reading Systems must support the new standards This is very cool EPUB FAQs EPUB Adoption : 39 EPUB Reading Systems Include: Adobe Digital Editions Sanza/iPhone MobiPocket Kindle eBookwise Sony Reader BEBOOK Bookworm iRex ETI’s eBook Technology Suite EPUB Adoption EPUB Adoption : 40 EPUB Producing Publishers Include: Hachette Book Group John Wiley & Sons Random House Simon & Schuster HarperCollins Publishers Penguin Group Macmillan Harlequin Oxford University Press Cambridge University Press EPUB Adoption EPUB Directions & Futures : 41 EPUB Validator: Version 1.0.3 is current Active updates/maintenance in process http://code.google.com/p/epubcheck/ Web accessible version “real soon now” EPUB Directions & Futures >>> java -jar ../epubcheck-1.0.3.jar XHtml.css3-modsel-32.Test.epub Epubcheck Version 1.0.3 ERROR: XHtml.css3-modsel-32.Test.epub/OEBPS/css3-modsel-32.xml(46): attribute "width" not allowed at this point; ignored ERROR: XHtml.css3-modsel-32.Test.epub/OEBPS/css3-modsel-32.xml(47): attribute "width" not allowed at this point; ignored Check finished with warnings or errors! >>> java -jar ../epubcheck-1.0.3.jar XHtml.5_3_2-BF-01.Test.epub Epubcheck Version 1.0.3 No errors or warnings detected EPUB Directions & Futures : 42 EPUB Embedded Font Mangling Informational Document Embedded font licensing Power of embedded fonts http://www.idpf.org/doc_library/informationaldocs/FontManglingSpec.html EPUB Directions & Futures EPUB Directions & Futures : 43 EPUB Conformance Testing Verify/test cross-Reading-System compatibility Effort to be kicked off soon in the EPUB working group EPUB Directions & Futures EPUB Conclusion : 44 What’s the timeframe? When can I do only EPUB? This is really now! Have critical mass of Reading System support This transition (to single format production) should be complete in 2009 To facilitate: Publishers: push vendors and Reading Systems to conform Conversion houses: continue ramp up and support the standards Reading System vendors: Support the standards in your Reading Systems Support cross Reading Systems exchange of non-DRM-ed content EPUB Conclusion EPUB Conclusion : 45 EPUB Conclusion Wide, complete and correct adoption of these standards will provide a significant boost for all involved: publishers, conversion houses, distributors, sales channels and consumers! EPUB Demonstration : 46 EPUB Demonstration Demonstration Q & A : 47 Q & A Q & A