Table of Contents

Class OebpsTextBiography

Namespace
Songhay.Publications.Models
Assembly
Songhay.Publications.dll

Defines the content to write the EpubFileBiography file.

public class OebpsTextBiography
Inheritance
OebpsTextBiography
Inherited Members
Extension Methods

Remarks

Open eBook Publication Structure (OEBPS), is a legacy e-book format which has been superseded by the EPUB format.

https://en.wikipedia.org/wiki/Open_eBook

Constructors

OebpsTextBiography(string, string, string, ILogger?)

Initializes a new instance of the OebpsTextBiography class.

public OebpsTextBiography(string templateRoot, string epubTextDirectory, string markdownDirectory, ILogger? logger)

Parameters

templateRoot string

the root directory of the EPUB template files

epubTextDirectory string

conventional epub/OEBPS/Text directory

markdownDirectory string

conventional markdown directory

logger ILogger

The ILogger.

Methods

Write()

Writes the EpubFileBiography file.

public void Write()