<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: New Blog. Kinda.</title>
	<atom:link href="http://blog.adeishs.com/2010/02/new-blog-kinda.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.adeishs.com/2010/02/new-blog-kinda.html</link>
	<description>Musical Blog</description>
	<lastBuildDate>Mon, 23 Aug 2010 04:52:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kamal</title>
		<link>http://blog.adeishs.com/2010/02/new-blog-kinda.html#comment-34</link>
		<dc:creator>Kamal</dc:creator>
		<pubDate>Sun, 07 Feb 2010 12:49:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adeishs.com/?p=35#comment-34</guid>
		<description>@Ade: Hehehe, nice work.</description>
		<content:encoded><![CDATA[<p>@Ade: Hehehe, nice work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ade ishs</title>
		<link>http://blog.adeishs.com/2010/02/new-blog-kinda.html#comment-33</link>
		<dc:creator>ade ishs</dc:creator>
		<pubDate>Sun, 07 Feb 2010 10:57:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adeishs.com/?p=35#comment-33</guid>
		<description>@kamal: also the blogger-format archive links. i literally tried every link during the migration to make sure all links would be preserved (if possible).

i resorted to apache mod_rewrite to sort out this thing.</description>
		<content:encoded><![CDATA[<p>@kamal: also the blogger-format archive links. i literally tried every link during the migration to make sure all links would be preserved (if possible).</p>
<p>i resorted to apache mod_rewrite to sort out this thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kamal</title>
		<link>http://blog.adeishs.com/2010/02/new-blog-kinda.html#comment-32</link>
		<dc:creator>Kamal</dc:creator>
		<pubDate>Sun, 07 Feb 2010 10:51:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adeishs.com/?p=35#comment-32</guid>
		<description>Agreed - more so from a search engine viewpoint too, you care about your website&#039;s links. Thanks for indulging in the mess of a discussion nevertheless :P. Still I was impressed that the switch managed to maintain the feed URL too.</description>
		<content:encoded><![CDATA[<p>Agreed &#8211; more so from a search engine viewpoint too, you care about your website&#8217;s links. Thanks for indulging in the mess of a discussion nevertheless :P. Still I was impressed that the switch managed to maintain the feed URL too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ade ishs</title>
		<link>http://blog.adeishs.com/2010/02/new-blog-kinda.html#comment-31</link>
		<dc:creator>ade ishs</dc:creator>
		<pubDate>Sun, 07 Feb 2010 10:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adeishs.com/?p=35#comment-31</guid>
		<description>@kamal: no, you aren&#039;t, afaik. maintaining a guid when switching to different apps is impractical. besides, mere mortals care more that existing links don&#039;t break. in this particular experience of mine switching to a different blogging app, maintaining the look and feel, permalinks, efficiency, etc. is a lot of work already. well, this whole thing is a mess. hee hee...</description>
		<content:encoded><![CDATA[<p>@kamal: no, you aren&#8217;t, afaik. maintaining a guid when switching to different apps is impractical. besides, mere mortals care more that existing links don&#8217;t break. in this particular experience of mine switching to a different blogging app, maintaining the look and feel, permalinks, efficiency, etc. is a lot of work already. well, this whole thing is a mess. hee hee&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kamal</title>
		<link>http://blog.adeishs.com/2010/02/new-blog-kinda.html#comment-30</link>
		<dc:creator>Kamal</dc:creator>
		<pubDate>Sun, 07 Feb 2010 04:28:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adeishs.com/?p=35#comment-30</guid>
		<description>I&#039;m aware of the link differences thanks :P, My point was more that, firstly based on reading the description for &#039;alternate&#039; in the W3C docs:

http://www.w3.org/TR/html4/types.html#h-6.12
Alternate
    Designates substitute versions for the document in which the link occurs. When used together with the lang attribute, it implies a translated version of the document. When used together with the media attribute, it implies a version designed for a different medium (or media). 

Versus no attribute in the RSS case; neither implies anything permanent or definitive about the document, it&#039;s just a link to an alternative representation of that XML entry. 

Whereas, IMV, in theory anyway, an id/guid speaks about the uniqueness of the document within a particular scope. Since the feed or channel - i.e. the scope - (more practically here, URL) has not changed, but a new id is received, it can only assume a new entry in that feed.

I understand that the &#039;link&#039; tag in this case is specifically from the RSS and Atom schemas/DTDs, rather than HTML, but reading both at:

http://cyber.law.harvard.edu/rss/rss.html
http://www.atomenabled.org/developers/syndication/atom-format-spec.php#element.link

seems to imply similar semantics to the link tag from HTML, i.e. just a link, not an identifier :P.

Still I see your point, if they kept a cache of links, then yes they refer to the same alternative representation of the XML document. But then, from a feed reader&#039;s view - it&#039;s about the feed which it can interpret/reformat as it wants, the alternative representation is just metadata for someone who wishes a different view of the feed. 

Am I missing something completely obvious?</description>
		<content:encoded><![CDATA[<p>I&#8217;m aware of the link differences thanks :P, My point was more that, firstly based on reading the description for &#8216;alternate&#8217; in the W3C docs:</p>
<p><a href="http://www.w3.org/TR/html4/types.html#h-6.12" rel="nofollow">http://www.w3.org/TR/html4/types.html#h-6.12</a><br />
Alternate<br />
    Designates substitute versions for the document in which the link occurs. When used together with the lang attribute, it implies a translated version of the document. When used together with the media attribute, it implies a version designed for a different medium (or media). </p>
<p>Versus no attribute in the RSS case; neither implies anything permanent or definitive about the document, it&#8217;s just a link to an alternative representation of that XML entry. </p>
<p>Whereas, IMV, in theory anyway, an id/guid speaks about the uniqueness of the document within a particular scope. Since the feed or channel &#8211; i.e. the scope &#8211; (more practically here, URL) has not changed, but a new id is received, it can only assume a new entry in that feed.</p>
<p>I understand that the &#8216;link&#8217; tag in this case is specifically from the RSS and Atom schemas/DTDs, rather than HTML, but reading both at:</p>
<p><a href="http://cyber.law.harvard.edu/rss/rss.html" rel="nofollow">http://cyber.law.harvard.edu/rss/rss.html</a><br />
<a href="http://www.atomenabled.org/developers/syndication/atom-format-spec.php#element.link" rel="nofollow">http://www.atomenabled.org/developers/syndication/atom-format-spec.php#element.link</a></p>
<p>seems to imply similar semantics to the link tag from HTML, i.e. just a link, not an identifier :P.</p>
<p>Still I see your point, if they kept a cache of links, then yes they refer to the same alternative representation of the XML document. But then, from a feed reader&#8217;s view &#8211; it&#8217;s about the feed which it can interpret/reformat as it wants, the alternative representation is just metadata for someone who wishes a different view of the feed. </p>
<p>Am I missing something completely obvious?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ade ishs</title>
		<link>http://blog.adeishs.com/2010/02/new-blog-kinda.html#comment-25</link>
		<dc:creator>ade ishs</dc:creator>
		<pubDate>Sat, 06 Feb 2010 01:56:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adeishs.com/?p=35#comment-25</guid>
		<description>@kamal: ?? the rss has &lt;code&gt;&lt;link&gt;&lt;/code&gt;, and the atom has &lt;code&gt;&lt;link&gt;&lt;/code&gt; with the &lt;code&gt;rel&lt;/code&gt; value of &lt;code&gt;alternate&lt;/code&gt;. both of them are the permalinks. you know what, this whole thing is a mess. &lt;code&gt;:-p&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>@kamal: ?? the rss has <code>&lt;link&gt;</code>, and the atom has <code>&lt;link&gt;</code> with the <code>rel</code> value of <code>alternate</code>. both of them are the permalinks. you know what, this whole thing is a mess. <code>:-p</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kamal</title>
		<link>http://blog.adeishs.com/2010/02/new-blog-kinda.html#comment-23</link>
		<dc:creator>Kamal</dc:creator>
		<pubDate>Sat, 06 Feb 2010 00:51:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adeishs.com/?p=35#comment-23</guid>
		<description>Grr - comment filtering, I was referring to the differences between the Atom and RSS &#039;link&#039; tags.</description>
		<content:encoded><![CDATA[<p>Grr &#8211; comment filtering, I was referring to the differences between the Atom and RSS &#8216;link&#8217; tags.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kamal</title>
		<link>http://blog.adeishs.com/2010/02/new-blog-kinda.html#comment-22</link>
		<dc:creator>Kamal</dc:creator>
		<pubDate>Sat, 06 Feb 2010 00:49:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adeishs.com/?p=35#comment-22</guid>
		<description>@Ade: Ah, that&#039;s probably what&#039;s happened. Kinda sounds logical though. :P The RSS version has ..., the Atom one has ... - neither seems to qualify as a &#039;permalink&#039;. I knew your feeds do not contain duplicates btw, was just wondering why I got repeated posts. No biggie, was just curious. :)</description>
		<content:encoded><![CDATA[<p>@Ade: Ah, that&#8217;s probably what&#8217;s happened. Kinda sounds logical though. :P The RSS version has &#8230;, the Atom one has &#8230; &#8211; neither seems to qualify as a &#8216;permalink&#8217;. I knew your feeds do not contain duplicates btw, was just wondering why I got repeated posts. No biggie, was just curious. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ade ishs</title>
		<link>http://blog.adeishs.com/2010/02/new-blog-kinda.html#comment-20</link>
		<dc:creator>ade ishs</dc:creator>
		<pubDate>Fri, 05 Feb 2010 08:44:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adeishs.com/?p=35#comment-20</guid>
		<description>@kamal: sorry, i can&#039;t follow you. how exactly did you get the repeated posts? i just rechecked both my atom and rss feeds, and i didn&#039;t see any duplicates. perhaps your feedreader uses the &lt;code&gt;&lt;id&gt;&lt;/code&gt; tags and ignores the permalinks entirely? the internal ids of the posts pre- and post-migration are (obviously) different. this may explain why you only one copy for this post, as it was written post-migration.</description>
		<content:encoded><![CDATA[<p>@kamal: sorry, i can&#8217;t follow you. how exactly did you get the repeated posts? i just rechecked both my atom and rss feeds, and i didn&#8217;t see any duplicates. perhaps your feedreader uses the <code>&lt;id&gt;</code> tags and ignores the permalinks entirely? the internal ids of the posts pre- and post-migration are (obviously) different. this may explain why you only one copy for this post, as it was written post-migration.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kamal</title>
		<link>http://blog.adeishs.com/2010/02/new-blog-kinda.html#comment-19</link>
		<dc:creator>Kamal</dc:creator>
		<pubDate>Fri, 05 Feb 2010 08:31:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adeishs.com/?p=35#comment-19</guid>
		<description>Interesting, I seem to have a repeated feed of posts since &quot;Keyboard Hunting Continued&quot; (as in there are &#039;new&#039; versions of these in feedreader). Which corresponds to both:

http://blog.adeishs.com/feed/atom

and

http://blog.adeishs.com/feed

Not the latest entry of this particular post, just one copy for this. Was this &#039;re-feeding&#039; deliberate as some sort of context or test?</description>
		<content:encoded><![CDATA[<p>Interesting, I seem to have a repeated feed of posts since &#8220;Keyboard Hunting Continued&#8221; (as in there are &#8216;new&#8217; versions of these in feedreader). Which corresponds to both:</p>
<p><a href="http://blog.adeishs.com/feed/atom" rel="nofollow">http://blog.adeishs.com/feed/atom</a></p>
<p>and</p>
<p><a href="http://blog.adeishs.com/feed" rel="nofollow">http://blog.adeishs.com/feed</a></p>
<p>Not the latest entry of this particular post, just one copy for this. Was this &#8216;re-feeding&#8217; deliberate as some sort of context or test?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
