From 5b324d5bae27a5c81748f2d8988db26459b1536a Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 11 Jun 2024 13:52:42 +0100 Subject: Feat: doc: features --- ChangeLog.md | 7 +++++++ content/sections/02-features/features.md | 22 ++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 content/sections/02-features/features.md diff --git a/ChangeLog.md b/ChangeLog.md index 2354a18..b8e4866 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,12 @@ # ChangeLog +## v0.1.4 - unreleased + +### Features + +* [x] Documentation: Bookup features, and minor + fixes. + ## v0.1.3 - 2024-06-10 ### Fixes diff --git a/content/sections/02-features/features.md b/content/sections/02-features/features.md new file mode 100644 index 0000000..606ed1f --- /dev/null +++ b/content/sections/02-features/features.md @@ -0,0 +1,22 @@ +# Features {#features} + +Main Bookup features: + +* Makes a book website (HTML format) already integrated with the printer and + ebook-friendly version (PDF): the PDF is linked and embeded in the website. + +* Builds a companion HTML notebook that can be shared along with the main book, + allowing authors to keep additional notes, which is especially handy during + book composition. + +* Automatically archives old book versions based on Git tags during the build + process. + +* Automatic bibliography management with BibTeX: all `.bib` files recursivelly + found in the project folder are made available during compilation. + +* Adds the compilation metadata: + * Version based on Git tag or commit. + * Compilation date. + +* Localization support: templates can be easily translated to other languages. -- cgit v1.2.3