summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Lady [Sun, 17 Dec 2023 03:36:50 +0000 (22:36 -0500)]
Use titles in prev & next links on statuses
Lady [Sun, 17 Dec 2023 02:50:10 +0000 (21:50 -0500)]
Retry without cache if loading a status fails
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:56:35 +0000 (14:56 -0500)]
Add feed links to main index
Lady [Sat, 16 Dec 2023 19:35:21 +0000 (14:35 -0500)]
Fix index.html to only fetch topics once
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 [Sat, 16 Dec 2023 05:54:29 +0000 (00:54 -0500)]
Capture source and use it to generate Atom titles
Lady [Sat, 16 Dec 2023 05:09:46 +0000 (00:09 -0500)]
Fix glob iterators to not error when empty
Python throws an error if no default is provided; provide a default of
`None`.
Lady [Sat, 16 Dec 2023 01:47:58 +0000 (20:47 -0500)]
Support lookup by identifier
Lady [Fri, 15 Dec 2023 04:34:16 +0000 (23:34 -0500)]
Update README.markdown
Lady [Fri, 15 Dec 2023 03:46:02 +0000 (22:46 -0500)]
Add atom feeds
Lady [Fri, 15 Dec 2023 03:15:14 +0000 (22:15 -0500)]
Fail on git clone error
Lady [Fri, 15 Dec 2023 03:13:43 +0000 (22:13 -0500)]
Put yyyy-mm URLs inside statuses
Lady [Fri, 15 Dec 2023 03:01:23 +0000 (22:01 -0500)]
Support titles on statuses
Titles can be used akin to fediverse C·W’s/“summaries” and provide
a better display for the status in listings.
Lady [Sun, 18 Sep 2022 08:26:03 +0000 (01:26 -0700)]
Add sample Caddyfile
Lady [Sun, 18 Sep 2022 08:15:45 +0000 (01:15 -0700)]
Add backnavigation to various listings
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.
Lady [Mon, 29 Aug 2022 01:09:32 +0000 (18:09 -0700)]
Add basic full‐site metadata
Lady [Mon, 29 Aug 2022 00:32:10 +0000 (17:32 -0700)]
Add SIOC types to resources
+ `sioc:Forum` for lists of topics
+ `sioc:Thread` for individual collections of statuses
+ `sioct:MicroblogPost` for statuses themselves
Lady [Sat, 27 Aug 2022 22:55:00 +0000 (15:55 -0700)]
Initial commit
This page took 0.03084 seconds and 4 git commands to generate.