<?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: HTTP/1.1 From header and FOAF use in RSS aggregators</title>
	<atom:link href="http://decafbad.com/blog/2003/07/23/from-foaf-rss/feed" rel="self" type="application/rss+xml" />
	<link>http://decafbad.com/blog/2003/07/23/from-foaf-rss</link>
	<description>It's all spinning wheels and self-doubt until the first pot of coffee.</description>
	<pubDate>Sat, 30 Aug 2008 00:05:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7-hemorrhage</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Daniel Von Fange</title>
		<link>http://decafbad.com/blog/2003/07/23/from-foaf-rss#comment-961</link>
		<dc:creator>Daniel Von Fange</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.decafbad.com/blog/?p=448#comment-961</guid>
		<description>&lt;p&gt;Oh yeah. I would love to be able to visit the web sites of those that visit my site.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Oh yeah. I would love to be able to visit the web sites of those that visit my site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke</title>
		<link>http://decafbad.com/blog/2003/07/23/from-foaf-rss#comment-962</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.decafbad.com/blog/?p=448#comment-962</guid>
		<description>&lt;p&gt;Why not for the From: header use a hash of the e-mail address? Preferably a secure one like SHA or MD5.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Why not for the From: header use a hash of the e-mail address? Preferably a secure one like SHA or MD5.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: l.m.orchard</title>
		<link>http://decafbad.com/blog/2003/07/23/from-foaf-rss#comment-963</link>
		<dc:creator>l.m.orchard</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.decafbad.com/blog/?p=448#comment-963</guid>
		<description>&lt;p&gt;Well, a hash would work if I already knew the person or had them in my FOAF network somewhere.  But, I want to know about new and unexpected readers and follow them back to their blogs and feeds.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Well, a hash would work if I already knew the person or had them in my FOAF network somewhere.  But, I want to know about new and unexpected readers and follow them back to their blogs and feeds.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Conner</title>
		<link>http://decafbad.com/blog/2003/07/23/from-foaf-rss#comment-964</link>
		<dc:creator>Sean Conner</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.decafbad.com/blog/?p=448#comment-964</guid>
		<description>&lt;p&gt;I would recommend that if you do this with the From: header, to put the URL in parenthesis, as according to RFC-2822 this is considered a comment and code using RFC-2822 parsing for this field (since it's intended to contain an email address) won't choke on it.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I would recommend that if you do this with the From: header, to put the URL in parenthesis, as according to RFC-2822 this is considered a comment and code using RFC-2822 parsing for this field (since it's intended to contain an email address) won't choke on it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Conner</title>
		<link>http://decafbad.com/blog/2003/07/23/from-foaf-rss#comment-965</link>
		<dc:creator>Sean Conner</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.decafbad.com/blog/?p=448#comment-965</guid>
		<description>&lt;p&gt;I would recommend that if you do this with the From: header, to put the URL in parenthesis, as according to RFC-2822 this is considered a comment and code using RFC-2822 parsing for this field (since it's intended to contain an email address) won't choke on it.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I would recommend that if you do this with the From: header, to put the URL in parenthesis, as according to RFC-2822 this is considered a comment and code using RFC-2822 parsing for this field (since it's intended to contain an email address) won't choke on it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Conner</title>
		<link>http://decafbad.com/blog/2003/07/23/from-foaf-rss#comment-966</link>
		<dc:creator>Sean Conner</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.decafbad.com/blog/?p=448#comment-966</guid>
		<description>&lt;p&gt;Sorry about the double post there; the feedback on posting isn't clear that it was actually posted.&lt;/p&gt;

&lt;p&gt;Also, it is instructive to read through the specs from time to time.  A friend is writing a webserver by following RFC-2616 and it's not always exactly clear what needs to be done; there have been times when we've had discussions over what this or that means in the spec (and occasionally we cheat by looking at Apache &#8220;under the hood&#8221; (so to speak&#8212;bet you didn't know you could include comments in header fields, eh?)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Sorry about the double post there; the feedback on posting isn't clear that it was actually posted.</p>
<p>Also, it is instructive to read through the specs from time to time.  A friend is writing a webserver by following RFC-2616 and it's not always exactly clear what needs to be done; there have been times when we've had discussions over what this or that means in the spec (and occasionally we cheat by looking at Apache &ldquo;under the hood&rdquo; (so to speak&mdash;bet you didn't know you could include comments in header fields, eh?)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morten Frederiksen</title>
		<link>http://decafbad.com/blog/2003/07/23/from-foaf-rss#comment-967</link>
		<dc:creator>Morten Frederiksen</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.decafbad.com/blog/?p=448#comment-967</guid>
		<description>&lt;p&gt;Please note that pointing to a FoaF file may not be enough to identify a specific person - usually more than one person is described in each file.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Please note that pointing to a FoaF file may not be enough to identify a specific person - usually more than one person is described in each file.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
