aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2026-02-14 21:46:55 +0100
committeralex <alex@pdp7.net>2026-02-14 21:46:55 +0100
commita0239f0024e07aca71de35828c3f47df77abf9ff (patch)
tree9770e3bfa82473ec46ae91d798afe5f8de54b745 /README.md
parentf6aeb816159bab281fa80d738d9ff92ae88de25a (diff)
Import gemini-from-http
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.