<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:wfw="http://wellformedweb.org/CommentAPI/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:atom="http://www.w3.org/2005/Atom"
    xmlns:media="http://search.yahoo.com/mrss/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
>
<channel>
  <title>Srijan Choudhary, all posts tagged: feeds</title>
  <link>https://srijan.ch/feed/all/tag:feeds</link>
  <lastBuildDate>Mon, 26 Aug 2024 07:25:00 +0000</lastBuildDate>
  <image>
    <url>https://srijan.ch/assets/favicon/favicon-32x32.png</url>
    <title>Srijan Choudhary, all posts tagged: feeds</title>
    <link>https://srijan.ch/feed/all/tag:feeds</link>
  </image>
  <sy:updatePeriod>daily</sy:updatePeriod>
  <sy:updateFrequency>1</sy:updateFrequency>
  <generator>Kirby</generator>
  <atom:link href="https://srijan.ch/feed/all.xml/tag:feeds" rel="self" type="application/rss+xml" />
  <description>Srijan Choudhary&#039;s Articles and Notes Feed for tag: feeds</description>
  <item>
    <title>2024-08-26-001</title>
    <description><![CDATA[Note to followers of my site using RSS feeds - I've removed the microblog replies/likes etc kind of posts from the "All Posts" feed. I feel social interaction posts like that should not be part of the default feed of my website. There is always the notes feed that includes all microblog posts including reactions / interactions. A list of feeds available can be found here: https://srijan.ch/feed/ …]]></description>
    <link>https://srijan.ch/notes/2024-08-26-001</link>
    <guid isPermaLink="false">tag:srijan.ch:/notes/2024-08-26-001</guid>
    <category><![CDATA[feeds]]></category>
    <category><![CDATA[indieweb]]></category>
    <dc:creator>Srijan Choudhary</dc:creator>
    <pubDate>Mon, 26 Aug 2024 07:25:00 +0000</pubDate>
    <content:encoded><![CDATA[<p>Note to followers of my site using RSS feeds - I've removed the microblog replies/likes etc kind of posts from the "All Posts" feed. I feel social interaction posts like that should not be part of the default feed of my website.</p>
<p>There is always the notes feed that includes all microblog posts including reactions / interactions.</p>
<p>A list of feeds available can be found here: <a href="https://srijan.ch/feed/">https://srijan.ch/feed/</a></p>
<p><a href="/tags/indieweb" class="p-category">#IndieWeb</a> <a href="/tags/feeds" class="p-category">#Feeds</a></p>]]></content:encoded>
    <comments>https://srijan.ch/notes/2024-08-26-001#comments</comments>
    <slash:comments>3</slash:comments>
  </item><item>
    <title>2023-10-25-001</title>
    <description><![CDATA[Added an RSS feed for notes]]></description>
    <link>https://srijan.ch/notes/2023-10-25-001</link>
    <guid isPermaLink="false">tag:srijan.ch:/notes/2023-10-25-001</guid>
    <category><![CDATA[feeds]]></category>
    <dc:creator>Srijan Choudhary</dc:creator>
    <pubDate>Wed, 25 Oct 2023 06:20:00 +0000</pubDate>
    <content:encoded><![CDATA[<p>Added an RSS feed for notes</p>]]></content:encoded>
    <comments>https://srijan.ch/notes/2023-10-25-001#comments</comments>
    <slash:comments>0</slash:comments>
  </item><item>
    <title>Notes on atom feeds</title>
    <description><![CDATA[My notes on Atom feeds]]></description>
    <link>https://srijan.ch/notes-on-atom-feeds</link>
    <guid isPermaLink="false">6030d3dab5e0920001f557c9</guid>
    <category><![CDATA[development]]></category>
    <category><![CDATA[feeds]]></category>
    <dc:creator>Srijan Choudhary</dc:creator>
    <pubDate>Sun, 21 Sep 2014 00:00:00 +0000</pubDate>
    <content:encoded><![CDATA[<p>For implementing feeds for the <a href="http://posativ.org/isso/">Isso commenting server</a>, I was researching about atom feeds, and though I would jot down some notes on the topic.</p><h4>RSS2 vs Atom</h4>
<p>Both are mostly accepted everywhere now a days, and it <a href="http://wordpress.stackexchange.com/questions/2922/should-i-provide-rss-or-atom-feeds">seems like  a good idea to provide both</a>. This particular post only talks about Atom feeds.</p><h4>Nested Entries</h4>
<p>Comments are threaded, <a href="http://blog.codinghorror.com/web-discussions-flat-by-design/">at least to one level deep</a>,
 but Atom does not allow nested entries. So, for the feed page for a 
post, we have two choices: listing all comments, or just top level 
comments. If we have a feed page for each top level comment, then that 
would be a flat list of all replies to the comment.</p><h4>Feed URI</h4>
<p>Every Atom entry must have a unique ID. <a href="http://web.archive.org/web/20110514113830/http://diveintomark.org/archives/2004/05/28/howto-atom-id">This page</a> has some intersting ways to generate the ID. I think the best way is to generate a <a href="http://en.wikipedia.org/wiki/Tag_URI">tag URI</a> at the time of comment creation, store it, and use it forever for that resource.</p><h4>Reduce load/bandwidth by using <code>If-None-Match</code></h4>
<p>If we give out <a href="http://en.wikipedia.org/wiki/HTTP_ETag">ETags</a>
 with the feeds, then a client can do conditional requests, for which 
the server only sends a full response if something has changed.</p>]]></content:encoded>
    <comments>https://srijan.ch/notes-on-atom-feeds#comments</comments>
    <slash:comments>0</slash:comments>
  </item></channel>
</rss>
