MyStatus

← Back to all statuses

Atom feed (`/feed.xml`)

- Each `<entry>` links to its status page (<link href="…/<id>" />) instead of always pointing at the site root.

- Entry titles use getAtomEntryTitle(): if the first line of the post starts with a markdown image (`![…](`) or `<img`, the title is `Status #<id>` so the feed does not show long ![](url… fragments in <title>.

- Feed size remains a capped recent window (10 entries), by design.