diff --git a/pipeline.md b/pipeline.md index 2a5a431..4d509eb 100644 --- a/pipeline.md +++ b/pipeline.md @@ -9,6 +9,8 @@ There needs to be a way for ebook authors to announce new books and version upda ## Plan This project will create an update pipeline for these ebooks by implementing update hooks in a variety of open source ebook authoring systems. The Free Ebook Foundation has demonstrated the viability of such a system in its GITenberg project, which uses Github hooks to announce the possible availability of an updated version of a book built from a git repository, and YAML-based metadata files to describe the ebooks being updated. +![Proposed update system](pipeline_diagram.png "pipeline diagram") + ### Team This project will attempt to scale this approach by implementing update hooks in a number of open-source ebook authoring tools. As the tools are based on different software environments, this project will need a team with a variety of programming skills. diff --git a/pipeline_diagram.png b/pipeline_diagram.png new file mode 100644 index 0000000..d834384 Binary files /dev/null and b/pipeline_diagram.png differ