aboutsummaryrefslogtreecommitdiff
path: root/gemini-to-web/README.md
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2026-02-15 10:42:00 +0100
committeralex <alex@pdp7.net>2026-02-15 10:42:00 +0100
commitcc5d4e07146da033ded55c216b41378bca9a10b4 (patch)
tree0fb4e8dff5d64a9c47d02706716e4377a81a6d04 /gemini-to-web/README.md
parent144273180f8b4fdcc3356bbe72c7bdc799f2c6eb (diff)
Add RSS generation
Remove old deprecated CLI converter in __init__
Diffstat (limited to 'gemini-to-web/README.md')
-rw-r--r--gemini-to-web/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/gemini-to-web/README.md b/gemini-to-web/README.md
index 503fc8c..2c492db 100644
--- a/gemini-to-web/README.md
+++ b/gemini-to-web/README.md
@@ -33,4 +33,7 @@ $ uv run coppewebite-to-html <<EOT
`coppewebite-indexer` outputs a list of gemtext links, sorted in reverse chronological order, suitable for use as a Gemini page subscription.
You can use `coppewebite-indexer` to create a gemlog index automatically.
+
+`coppewebite-to-rss` reads from standard input a gemtext file and produces the equivalent RSS to the gemtext subscription.
+
Refer to the [`example`](example) directory for an example.