]> Lady’s Gitweb - x_status_git/log
x_status_git
8 months agoUse titles in prev & next links on statuses current 0.3.2
Lady [Sun, 17 Dec 2023 03:36:50 +0000 (22:36 -0500)]
Use titles in prev & next links on statuses

8 months agoRetry without cache if loading a status fails
Lady [Sun, 17 Dec 2023 02:50:10 +0000 (21:50 -0500)]
Retry without cache if loading a status fails

8 months agoAdd Cache-Control header to sample Caddyfile
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”.

8 months agoAdd feed links to main index
Lady [Sat, 16 Dec 2023 19:56:35 +0000 (14:56 -0500)]
Add feed links to main index

8 months agoFix index.html to only fetch topics once
Lady [Sat, 16 Dec 2023 19:35:21 +0000 (14:35 -0500)]
Fix index.html to only fetch topics once

8 months agoFix ⁊ improve creator display
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.

8 months agoCapture source and use it to generate Atom titles
Lady [Sat, 16 Dec 2023 05:54:29 +0000 (00:54 -0500)]
Capture source and use it to generate Atom titles

8 months agoFix glob iterators to not error when empty
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`.

8 months agoSupport lookup by identifier 0.3.1
Lady [Sat, 16 Dec 2023 01:47:58 +0000 (20:47 -0500)]
Support lookup by identifier

8 months agoUpdate README.markdown 0.3.0
Lady [Fri, 15 Dec 2023 04:34:16 +0000 (23:34 -0500)]
Update README.markdown

8 months agoAdd atom feeds
Lady [Fri, 15 Dec 2023 03:46:02 +0000 (22:46 -0500)]
Add atom feeds

9 months agoFail on git clone error 0.2.0
Lady [Fri, 15 Dec 2023 03:15:14 +0000 (22:15 -0500)]
Fail on git clone error

9 months agoPut yyyy-mm URLs inside statuses
Lady [Fri, 15 Dec 2023 03:13:43 +0000 (22:13 -0500)]
Put yyyy-mm URLs inside statuses

9 months agoSupport titles on 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.

9 months agoAdd sample Caddyfile 0.1.2
Lady [Sun, 18 Sep 2022 08:26:03 +0000 (01:26 -0700)]
Add sample Caddyfile

9 months agoAdd backnavigation to various listings
Lady [Sun, 18 Sep 2022 08:15:45 +0000 (01:15 -0700)]
Add backnavigation to various listings

9 months agoMake prev, next take priority over first, current
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.

9 months agoAdd basic full‐site metadata 0.1.1
Lady [Mon, 29 Aug 2022 01:09:32 +0000 (18:09 -0700)]
Add basic full‐site metadata

9 months agoAdd SIOC types to resources
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

9 months agoInitial commit 0.1.0
Lady [Sat, 27 Aug 2022 22:55:00 +0000 (15:55 -0700)]
Initial commit

This page took 0.065082 seconds and 4 git commands to generate.