Lady [Sat, 16 Dec 2023 22:36:14 +0000 (17:36 -0500)]
Add Cache-Control header to sample Caddyfile
Basic functionality depends on recent versions of files, although the
fact that every status needs to request the same base index implies
that some level of cacheing is desirable. A cache of one hour is a good
compromise; indices are unlikely to need to be refetched within a
single session, but are likely to be updated between sessions.
For IRI lookups, always consider the file stale to ensure that these
redirects always “work”.
Lady [Sat, 16 Dec 2023 19:11:40 +0000 (14:11 -0500)]
Fix ⁊ improve creator display
The creator was improperly assigned to the `author` property in the
Json (which did not have a context definition). This is fixed, and
there is a new header on status permalinks which gives the creator
and topic of the status.
Lady [Sun, 18 Sep 2022 07:54:23 +0000 (00:54 -0700)]
Make prev, next take priority over first, current
It is more usual for “Previous Page” and “Next Page” to always show and
“First Page” and “Latest Page” to only show when they differ.
The prior behaviour was the opposite.