summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2021-05-29 14:01:34 +0100
committerPaul Buetow <git@mx.buetow.org>2021-05-29 14:01:34 +0100
commit58aceb21dbe298b148c030df3537a0daf713a9a8 (patch)
treea72519e2558e91f92970fb91770f72bd06504db9 /README.md
parenta7caec6afc97edc545069919d173ed518cbc3df3 (diff)
some future features ideas
Diffstat (limited to 'README.md')
-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?