about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--kittybox.19
1 files changed, 0 insertions, 9 deletions
diff --git a/kittybox.1 b/kittybox.1
index ecda3e0..0d01577 100644
--- a/kittybox.1
+++ b/kittybox.1
@@ -4,7 +4,6 @@ kittybox \- a CMS using IndieWeb technologies
 .SH SYNOPSIS
 .SY kittybox
 .YS
-
 .SH DESCRIPTION
 .P
 .B kittybox
@@ -13,7 +12,6 @@ storage backends to store website content.
 
 It is most suitable for a personal blog, though it probably is capable of being
 used for other purposes.
-
 .SH ENVIRONMENT
 .PP
 .I $BACKEND_URI
@@ -34,7 +32,6 @@ Store website content in a folder on the local filesystem.
 This backend is not actively maintained and may not work as expected.
 It does not implement some advanced features and will probably not receive
 updates often.
-
 .RE
 .PP
 .I $AUTHSTORE_URI
@@ -64,7 +61,6 @@ Available backends are:
 Store file uploads in a content-addressed storage based on a folder. File
 contents are hashed using SHA-256, and the hash is used to construct the path.
 A small piece of metadata is stored next to the file in JSON format.
-
 .RE
 .PP
 .I $JOB_QUEUE_URI
@@ -79,7 +75,6 @@ Available backends are:
 .EE
 Use PostgreSQL as a job queue.
 This works better than one would expect.
-
 .RE
 .PP
 .I $COOKIE_KEY
@@ -87,9 +82,7 @@ This works better than one would expect.
 A key for signing session cookies.
 This needs to be kept secret.
 .RE
-
 .SH STANDARDS
-
 Aaron Parecki, W3C,
 .UR https://www.w3.org/TR/micropub/
 .I Micropub
@@ -101,7 +94,5 @@ Aaron Parecki, IndieWeb community,
 .I IndieAuth
 .UE ","
 11 July 2024. Living Standard.
-
 .SH SEE ALSO
-
 .MR postgres 1