summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index ce0ad0d..25b658c 100644
--- a/README.md
+++ b/README.md
@@ -99,3 +99,12 @@ After running `./gemtexter --generate`, you will have all static files ready to
Have also a look at the generated `atom.xml` files. They make sense (at least) for Gemtext and HTML.
It is up to you to set up a Gemini server for the Gemtext, a Webserver for the HTML or a GitHub page for the Markdown format (or both).
+
+# Future features
+
+I might or might not implement those:
+
+* Automatic ToC generation.
+* Templating of .gmi files (e.g. insert %%TOC%% to Gemtext files as well). Could also template common .gmi page headers and footers.
+* Automatic sitemap generation.
+* More output formats. Gopher? Groff? Plain text? PDF via Pandoc? .sh with interactive menus?