<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[I'm looking for your opinions from the developers of the fediverse.]]></title><description><![CDATA[<p dir="auto">I'm looking for your opinions from the developers of the fediverse.</p>
<p dir="auto">A common HTML web page can contain related links via the <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/link" rel="nofollow ugc"><code>&lt;link&gt;</code></a> tag. I would like to do the same for Activity Streams objects, for example:</p>
<pre><code>{
  "@context": "https://www.w3.org/ns/activitystreams",
  "id": "https://writings.hongminhee.org/ap/2024/12/a-year-with-the-fediverse.json",
  "type": "Article",
  "name": "A year with the fediverse",
  "content": "2024 was truly a year where I was deeply immersed in the fediverse. …",
  "url": "https://writings.hongminhee.org/2024/12/a-year-with-the-fediverse/",
  "attachment": [
    {
      "type": "Link",
      "rel": "alternate",
      "hreflang": "ko",
      "href": "https://writings.hongminhee.org/2024/12/a-year-with-the-fediverse/index.ko-hang-kr.html",
      "mediaType": "text/html"
    },
    {
      "type": "Link",
      "rel": "alternate",
      "hreflang": "ja",
      "href": "https://writings.hongminhee.org/2024/12/a-year-with-the-fediverse/index.ja.html",
      "mediaType": "text/html"
    }
  ]
}
</code></pre>
<p dir="auto">Do you think this makes sense, and would it be appropriate to put <a href="https://www.w3.org/TR/activitystreams-vocabulary/#dfn-link" rel="nofollow ugc"><code>Link</code></a> objects in the <a href="https://www.w3.org/TR/activitystreams-vocabulary/#dfn-attachment" rel="nofollow ugc"><code>attachment</code></a>?</p>
<p dir="auto">#fedidev #ActivityPub #ActivityStreams</p>
]]></description><link>https://bb.devnull.land/topic/9bc39e08-6cd4-4fb8-bd45-df1483692a2d/i-m-looking-for-your-opinions-from-the-developers-of-the-fediverse.</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Jul 2026 12:28:35 GMT</lastBuildDate><atom:link href="https://bb.devnull.land/topic/9bc39e08-6cd4-4fb8-bd45-df1483692a2d.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 24 Dec 2024 04:56:50 GMT</pubDate><ttl>60</ttl></channel></rss>