Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.78 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.78 KB

Songhay.Publications

NuGet package 📦: Songhay.Publications

Documentation 📚: Songhay.Publications API

core reusable definitions for Songhay Studio Publications

Selected Songhay Studio Publications are based on automation ‘pipelines’ for static HTML and EPUB. The fundamental document format of these pipelines is markdown. It follows that the MarkdownEntry class is a core definition of this studio.

Architecturally, the MarkdownEntryExtensions class augment the MarkdownEntry to define eleventy-flavored methods for generating a draft and publishing.

GenericWeb models and extensions

This repo also contains the historical class definitions for a Studio project called GenericWeb. This was a turn-of-century, static-file generation solution using SQL-Server-based XML as a fundamental document format.

The SQL Server schema for GenericWeb features:

These class definitions are still useful (without much SQL Server or Entity Framework). In fact, the Front Matter of MarkdownEntry is based on the GenericWeb Document.

Studio packages dependent on Songhay.Publications

graph BT
    pubs[`Songhay.Publications`]

    pubs-->1[`Songhay.Player`]
    pubs-->2[`Songhay.Publications.Analytics`]
    pubs-->3[`Songhay.Publications.KinteSpace`]
Loading

@BryanWilhite