epub-metadata-3.0: Library for parsing and manipulating EPUB files and OPF package data

Safe HaskellSafe-Inferred

Codec.Epub2.Opf.Package.Guide

Description

Data types for working with the metadata of ePub documents

These data types were constructed by studying the IDPF OPF specification for ePub documents found here:

http://www.idpf.org/epub/20/spec/OPF_2.0.1_draft.htm

Synopsis

Documentation

data GuideRef Source

package/guide/reference tag

Constructors

GuideRef 

Fields

grType :: String

type attr. Must follow 13th edition of the Chicago Manual of Style

grTitle :: Maybe String

title attr

grHref :: String

href attr. Must reference item in manifest

Instances