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 /content/sections/02-features | |
parent | 0057c5489a856e464440b26f7bc8851701333fdd (diff) | |
download | bookup-5b324d5bae27a5c81748f2d8988db26459b1536a.tar.gz bookup-5b324d5bae27a5c81748f2d8988db26459b1536a.tar.bz2 |
Feat: doc: features
Diffstat (limited to 'content/sections/02-features')
-rw-r--r-- | content/sections/02-features/features.md | 22 |
1 files changed, 22 insertions, 0 deletions
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. |