Document author setting for Atom feeds

**Date deduplication:** Atom requires unique `<updated>` timestamps per
entry. Items sharing the same date get seconds incremented to preserve
sort order.

**Cache-Control for assets:** JSON/GeoJSON get 60s TTL; others get 1
year immutable.
This commit is contained in:
Ruben 2026-03-17 11:23:19 +01:00
parent 611bf75576
commit 33943a907b
2 changed files with 6 additions and 1 deletions

View file

@ -54,6 +54,7 @@ Returns flat key-value array with a special `_raw` key containing the full parse
| `order` | string | `"descending"` | List sort direction (`ascending`\|`descending`) |
| `redirect` | string | — | External URL (list items can redirect) |
| `feed` | bool | `false` | Enable Atom feed on list pages (`feed.xml`) |
| `author` | string | title | Atom feed author name (falls back to page title) |
| `plugins` | string | — | Comma-separated page-level plugin names |
### Settings Section