diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-06-11 13:52:42 +0100 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-06-11 13:52:42 +0100 |
commit | 5b324d5bae27a5c81748f2d8988db26459b1536a (patch) | |
tree | c4840dbf6b3bf677587adc9afe3eeb7ee82d3b01 | |
parent | 0057c5489a856e464440b26f7bc8851701333fdd (diff) | |
download | bookup-5b324d5bae27a5c81748f2d8988db26459b1536a.tar.gz bookup-5b324d5bae27a5c81748f2d8988db26459b1536a.tar.bz2 |
Feat: doc: features
-rw-r--r-- | ChangeLog.md | 7 | ||||
-rw-r--r-- | content/sections/02-features/features.md | 22 |
2 files changed, 29 insertions, 0 deletions
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. |