epub-metadata-4.5: Library for parsing epub document metadata

Safe HaskellSafe
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 #

package/guide/reference tag

Constructors

GuideRef 

Fields

Instances
Eq GuideRef # 
Instance details

Defined in Codec.Epub.Data.Guide

Show GuideRef # 
Instance details

Defined in Codec.Epub.Data.Guide

Formattable [GuideRef] # 
Instance details

Defined in Codec.Epub.Format

Methods

format :: [GuideRef] -> String #