aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8a6c519..3aa79bd 100644
--- a/README.md
+++ b/README.md
@@ -4,3 +4,6 @@ Coppewebite is a project exploring interactions between the [Gemini protocol](ht
* [`gemini-to-web`](gemini-to-web): Python library and command-line tools to convert Gemini to web formats.
* [`apache-configuration`](apache-configuration.md): documentation for configuring Apache httpd to make serve Gemtext as an alternative negotiated content type.
+* [`gemini-from-http`](gemini-from-http): a Gemini proxy server that proxies all content to an http or https server.
+
+`gemini-from-http` is particularly useful paired with an Apache httpd server configured to serve Gemtext as an alternative negotiated content type.