Enhanced Feeds with Byline Data

The feeds on this site now support the nascent Byline specification. While this is a single-person blog, the change gives supporting feed readers the data they need to differentiate between linked items (curation), reviews (review), and announcements (announcement).

rss.xml
<channel>
<title>Stuart Breckenridge</title>
<description>Personal blog by Stuart Breckenridge. App development, Apple ecosystem, cycling, and more.</description>
<link>https://stuartbreckenridge.net/</link>
<language>en-us</language>
<atom:link href="https://stuartbreckenridge.net/rss.xml" rel="self" type="application/rss+xml"/>
<byline:contributors>
<byline:person id="stuart">
<byline:name>Stuart Breckenridge</byline:name>
<byline:context>iOS developer, program manager, cyclist, and writer about apps, Apple, RSS, and technology.</byline:context>
<byline:url>https://stuartbreckenridge.net/about</byline:url>
<byline:profile href="https://indieweb.social/@stuarticus" rel="mastodon"/>
<byline:profile href="https://github.com/stuartbreckenridge" rel="github"/>
<byline:profile href="https://bsky.app/profile/stuartbreckenridge.net" rel="bluesky"/>
<byline:profile href="https://threads.net/@stuarticus" rel="threads"/>
</byline:person>
</byline:contributors>
<image>
<url>https://stuartbreckenridge.net/favicon-v20260420.png</url>
<title>Stuart Breckenridge</title>
<link>https://stuartbreckenridge.net/</link>
</image>
<item>
<title>Enhanced Feeds with Byline Data</title>
<link>https://stuartbreckenridge.net/2026-05-03-enhanced-feeds-with-byline-data/?utm_source=rss&utm_medium=feed</link>
<guid isPermaLink="false">01KQPWXDVZSHD2X2ZVASCT3NEG</guid>
<pubDate>Sun, 03 May 2026 12:27:20 GMT</pubDate>
<content:encoded> <p>The feeds on this site now support the nascent <a href="https://www.bylinespec.org/">Byline</a> specification. While this is a single-person blog, the change gives supporting feed readers the data they need to differentiate between linked items (<code>curation</code>), reviews (<code>review</code>), and announcements (<code>announcement</code>).</p> <pre><code class="language-xml"> </code></pre> </content:encoded>
<byline:author ref="stuart"/>
<byline:role>creator</byline:role>
<byline:perspective>personal</byline:perspective>
</item>
</channel>