aboutsummaryrefslogtreecommitdiff
path: root/gemini-to-web/README.md
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2026-02-15 09:55:22 +0100
committeralex <alex@pdp7.net>2026-02-15 09:56:28 +0100
commit144273180f8b4fdcc3356bbe72c7bdc799f2c6eb (patch)
tree490a985f2317cee2d4442f89b5f66e0f0c5c135a /gemini-to-web/README.md
parenta0239f0024e07aca71de35828c3f47df77abf9ff (diff)
Add coppewebite-indexer with example
Diffstat (limited to 'gemini-to-web/README.md')
-rw-r--r--gemini-to-web/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/gemini-to-web/README.md b/gemini-to-web/README.md
index 419beef..503fc8c 100644
--- a/gemini-to-web/README.md
+++ b/gemini-to-web/README.md
@@ -27,3 +27,10 @@ $ uv run coppewebite-to-html <<EOT
</body>
</html>
```
+
+`coppewebite-indexer` reads from standard input a `\0`-separated list of files (such as the output of `find -print0`).
+`coppewebite-indexer` parses all files as gemtext, extracting the first header, and matching the header text as a Gemini page subscription entry element label.
+`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.
+Refer to the [`example`](example) directory for an example.