From b6ebf05519ad2b870b98ba0cc8f4b4b2100ad168 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= jaakko.keranen@iki.fi
Date: Mon, 30 Dec 2024 20:42:25 +0200
Subject: [PATCH 1/1] Updated README; config example
README.md | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 722c870..d51c8f6 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-This is a simple Python CGI script that processes Titan requests and adds, updates, and removes files accordingly. A separate script is run to regenerate indices for Atom and Gemini subscriptions. All performed changes are committed to a Git repository.
+This is a Python CGI script that processes Titan requests and adds, updates, and removes files accordingly. For Titan edit requests, the TITAN_EDIT
environment variable is required (see GmCapsule documentation). A separate script is run to regenerate indices for Atom and Gemini subscriptions. All performed changes are committed to a Git repository.
@@ -19,6 +19,9 @@ The configuration file ~/.booster/config.json must exist:
},
"Title prefix for Git": {
"file": "relative-path-of-single-file.gmi"
},
"Tinylog": {
"tinylog": "tinylog.gmi"
}
}
}
--
2.25.1
text/plain
This content has been proxied by September (3851b).