epub-0.0.3: EPUB E-Book construction support librarySource codeContentsIndex
Codec.EBook.Types
Documentation
data Book Source
Constructors
Book
bookID :: String
bookTitle :: String
bookAuthor :: String
bookLang :: String
bookItems :: [BookItem]
show/hide Instances
data BookItem Source
Constructors
BookItem
itemID :: String
itemFileName :: FilePath
itemContent :: ByteString
itemMediaType :: String
itemMetadata :: Maybe Metadata
show/hide Instances
data Metadata Source
Constructors
ChapterMetadata
chapterTitle :: String
show/hide Instances
emptyBook :: BookSource
addItem2Book :: Book -> BookItem -> BookSource
bookFiles :: Book -> [(FilePath, ByteString)]Source
chapterItems :: [BookItem] -> [BookItem]Source
str2bstr :: String -> ByteStringSource
Produced by Haddock version 2.6.0