From 95f7f977160fad38a6682619b2dce57b9fde2da6 Mon Sep 17 00:00:00 2001
From: Brian Picciano
Date: Tue, 4 Jul 2023 19:09:07 +0200
Subject: [PATCH] move roadmap to README
---
README.md | 7 ++++++-
src/service/http/tpl/index.html | 18 ------------------
2 files changed, 6 insertions(+), 19 deletions(-)
diff --git a/README.md b/README.md
index 7e6bd62..c7c47d6 100644
--- a/README.md
+++ b/README.md
@@ -93,4 +93,9 @@ Within the shell which opens you can do `cargo run` to start a local instance.
## Roadmap
-Check out the `src/service/http_tpl/index.html` file for the current roadmap.
+* Support for AAAA and CNAME records
+* Support for more backends than just git repositories, including:
+ * IPFS/IPNS
+ * Alternative URLs (reverse proxy)
+ * Google Drive
+ * Dropbox
diff --git a/src/service/http/tpl/index.html b/src/service/http/tpl/index.html
index e8e9de7..baa316d 100644
--- a/src/service/http/tpl/index.html
+++ b/src/service/http/tpl/index.html
@@ -40,21 +40,3 @@ been set up.
individuals for their community of friends and family. By making it super easy
to set up a domain we can help our non-technical folk own their own slice of
the internet, the way it was always intended.
-
-Roadmap
-
-Domani is very much a work in progress. The following functionality is
-planned but not yet implemented:
-
-
- - Support for AAAA and CNAME records
- -
- Support for more backends than just git repositories, including:
-
- - IPFS/IPNS Hash
- - Alternative URL (reverse proxy)
- - Google Drive / Dropbox
-
-
- - Scalable backend which requires only an S3 compatible database
-