about summary refs log tree commit diff
path: root/kittybox.1
diff options
context:
space:
mode:
authorVika <vika@fireburn.ru>2025-04-22 22:07:38 +0300
committerVika <vika@fireburn.ru>2025-04-22 22:07:38 +0300
commitd8dc0b3765bf716966914302370f643c1bb81e38 (patch)
tree5f1034bf40009132ceb67cfc4a6fc47fd234fb83 /kittybox.1
parentc68ca2dc98e66b08ffdb7fac86ccc64ed8c9dc4e (diff)
downloadkittybox-d8dc0b3765bf716966914302370f643c1bb81e38.tar.zst
kittybox.1: change spacing for compactness
Change-Id: I48e0d66c2be2c00238c8cfdc6f2ec803feb4f1a2
Diffstat (limited to 'kittybox.1')
-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