epub-metadata-5.4: Library for parsing epub document metadata
Safe HaskellSafe-Inferred
LanguageHaskell2010

Codec.Epub.Data.Guide

Description

Data types for working with the metadata of epub documents

This contains the guide section in an epub2 OPF document. It has been deprecated in the epub3 spec and should not be present in epub3 documents.

Synopsis

Documentation

data GuideRef Source #

package/guide/reference tag

Constructors

GuideRef 

Fields

Instances

Instances details
Show GuideRef Source # 
Instance details

Defined in Codec.Epub.Data.Guide

Eq GuideRef Source # 
Instance details

Defined in Codec.Epub.Data.Guide

Formattable [GuideRef] Source # 
Instance details

Defined in Codec.Epub.Format

Methods

format :: [GuideRef] -> String Source #