about summary refs log tree commit diff
path: root/kittybox.1
diff options
context:
space:
mode:
Diffstat (limited to 'kittybox.1')
-rw-r--r--kittybox.114
1 files changed, 7 insertions, 7 deletions
diff --git a/kittybox.1 b/kittybox.1
index 403f1fe..ecda3e0 100644
--- a/kittybox.1
+++ b/kittybox.1
@@ -16,7 +16,7 @@ used for other purposes.
 
 .SH ENVIRONMENT
 .PP
-\fI$BACKEND_URI\fR
+.I $BACKEND_URI
 .RS 4
 The URI of the main storage backend to use. Available backends are:
 .TP
@@ -37,7 +37,7 @@ updates often.
 
 .RE
 .PP
-\fI$AUTHSTORE_URI\fR
+.I $AUTHSTORE_URI
 .RS 4
 The URI of the authentication backend to use.
 This backend is responsible for storing access tokens and short-lived
@@ -51,7 +51,7 @@ Store authentication data in a folder on the filesystem.
 
 .RE
 .PP
-\fI$BLOBSTORE_URI\fR
+.I $BLOBSTORE_URI
 .RS 4
 The URI of the media store backend to use.
 This backend manages file uploads and storage of post attachments.
@@ -67,7 +67,7 @@ A small piece of metadata is stored next to the file in JSON format.
 
 .RE
 .PP
-\fI$JOB_QUEUE_URI\fR
+.I $JOB_QUEUE_URI
 .RS 4
 The URI of the job queue backend to use.
 This backend is responsible for some background tasks, like receiving and
@@ -82,7 +82,7 @@ This works better than one would expect.
 
 .RE
 .PP
-\fI$COOKIE_KEY\fR
+.I $COOKIE_KEY
 .RS 4
 A key for signing session cookies.
 This needs to be kept secret.
@@ -92,13 +92,13 @@ This needs to be kept secret.
 
 Aaron Parecki, W3C,
 .UR https://www.w3.org/TR/micropub/
-\fIMicropub\fP
+.I Micropub
 .UE ","
 23 May 2017. W3C Recommendation.
 
 Aaron Parecki, IndieWeb community,
 .UR https://indieauth.spec.indieweb.org
-\fIIndieAuth\fP
+.I IndieAuth
 .UE ","
 11 July 2024. Living Standard.