2 Matching Annotations
  1. Last 7 days
    1. The guide points the reading system to the main content in the book. Typically, the guide includes the cover, the table of contents, and the beginning of the actual text. The guide section is deprecated in ePUB 3.0, but some vendors still use it.

      the guide section in opf points to the main content (cover, ToC and beginning of text). Deprecated in epub3.0.

    2. OPF file in an epub is 'open package format' and lists the content of an epub. some metadata (title, date, creator, identifier,language, publisher) the manifest point to needed resources (images, fonts, css, navigation file and all xhtml pages) spine gives the content of the book (reusing the ids in the manifest).