This allows an eBook to be built that can be read by readers such as Foliate. Note that Bookworm does not render tables or examples very well, whereas Foliate does. As eBooks use a different cover format the current SELinux penguin has been replaced with one from the SELinux artwork repository. Daniel Burgener suggested adding metadata, I've picked some that may be useful. Any views ?? [PATCH 3/4] adds a new SELinux penguin, however it will be bounced by vger.kernel.org. The file can be found at [1]. V2 Changes: Add metadata Add notes regarding capabilities of eBook readers Fix minor nits [1] https://github.com/SELinuxProject/selinux-artwork/blob/main/PNG/selinux-penguin_400.png Richard Haines (4): selinux-notebook: Make file links consistent src/images: Remove current penguin src/images: Add new SELinux penguin selinux-notebook: Add epub build BUILD.md | 23 +- CONTRIBUTING.md | 10 +- Makefile | 48 +++- README.md | 9 +- src/bounds_rules.md | 2 +- src/cil_overview.md | 2 +- src/cover.md | 16 ++ src/cover_epub.md | 2 + src/embedded_systems.md | 12 +- src/images/selinux-penguin.svg | 398 ----------------------------- src/images/selinux-penguin_400.png | Bin 0 -> 65728 bytes src/metadata.yaml | 14 + src/network_support.md | 4 +- src/postgresql.md | 6 +- src/seandroid.md | 4 +- src/styles_epub.css | 52 ++++ src/styles_html.css | 8 + src/styles_pdf.css | 8 + src/title.md | 16 -- src/toc.md | 2 +- 20 files changed, 185 insertions(+), 451 deletions(-) create mode 100644 src/cover.md create mode 100644 src/cover_epub.md delete mode 100644 src/images/selinux-penguin.svg create mode 100644 src/images/selinux-penguin_400.png create mode 100644 src/styles_epub.css -- 2.33.1