aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog.md7
-rw-r--r--content/sections/02-features/features.md22
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.