<?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: Introducing FeedTier</title>
	<atom:link href="http://www.nilkanth.com/2005/09/23/introducing-feedtier/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nilkanth.com/2005/09/23/introducing-feedtier/</link>
	<description>on the Philosophy of Technology</description>
	<lastBuildDate>Sat, 20 Feb 2010 09:08:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: slyi</title>
		<link>http://www.nilkanth.com/2005/09/23/introducing-feedtier/comment-page-1/#comment-1674</link>
		<dc:creator>slyi</dc:creator>
		<pubDate>Thu, 17 Nov 2005 22:51:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.nilkanth.com/archives/2005/09/23/introducing-feedtier/#comment-1674</guid>
		<description>Great tool, I really love it. I hope you dont mind, but i used it on live.com gadget http://microsoftgadgets.com/forums/1311/ShowPost.aspx</description>
		<content:encoded><![CDATA[<p>Great tool, I really love it. I hope you dont mind, but i used it on live.com gadget <a href="http://microsoftgadgets.com/forums/1311/ShowPost.aspx" rel="nofollow">http://microsoftgadgets.com/fo.....wPost.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicky</title>
		<link>http://www.nilkanth.com/2005/09/23/introducing-feedtier/comment-page-1/#comment-1663</link>
		<dc:creator>Nicky</dc:creator>
		<pubDate>Wed, 09 Nov 2005 18:20:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.nilkanth.com/archives/2005/09/23/introducing-feedtier/#comment-1663</guid>
		<description>I figured out how to fix the error!

Put a closing slash in the URL you add to feedtier!  It solves the dropped character problem.

So don&#039;t put this:
http://www.londonlinks.ac.uk

instead put this:
http://www.londonlinks.ac.uk/

The slash at the end has to be there.  Feedtier must expect the slash to be there all the time, whether it is or not, and deletes it to form URLs.  However, when the slash is missing the script ends up corrupting the URL, turning .com into the useless .co and .co.uk into .co.u

If you put the / at the end every time then Feedtier works great.</description>
		<content:encoded><![CDATA[<p>I figured out how to fix the error!</p>
<p>Put a closing slash in the URL you add to feedtier!  It solves the dropped character problem.</p>
<p>So don&#8217;t put this:<br />
<a href="http://www.londonlinks.ac.uk" rel="nofollow">http://www.londonlinks.ac.uk</a></p>
<p>instead put this:<br />
<a href="http://www.londonlinks.ac.uk/" rel="nofollow">http://www.londonlinks.ac.uk/</a></p>
<p>The slash at the end has to be there.  Feedtier must expect the slash to be there all the time, whether it is or not, and deletes it to form URLs.  However, when the slash is missing the script ends up corrupting the URL, turning .com into the useless .co and .co.uk into .co.u</p>
<p>If you put the / at the end every time then Feedtier works great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ray saunders</title>
		<link>http://www.nilkanth.com/2005/09/23/introducing-feedtier/comment-page-1/#comment-1408</link>
		<dc:creator>ray saunders</dc:creator>
		<pubDate>Tue, 01 Nov 2005 16:36:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.nilkanth.com/archives/2005/09/23/introducing-feedtier/#comment-1408</guid>
		<description>scanned www.steeleweed.com and linked to the XML document, which look good. Some of the links show up in the XML but not on the displayed page and like the others, those links are missing the last byte...www.steeleweed.co/webpage.html instead of www.steeleweed.coM/webpage.html.  It does, however, build the XML whichI can save and use as RSS for the site, no?</description>
		<content:encoded><![CDATA[<p>scanned <a href="http://www.steeleweed.com" rel="nofollow">http://www.steeleweed.com</a> and linked to the XML document, which look good. Some of the links show up in the XML but not on the displayed page and like the others, those links are missing the last byte&#8230;www.steeleweed.co/webpage.html instead of <a href="http://www.steeleweed.coM/webpage.html" rel="nofollow">http://www.steeleweed.coM/webpage.html</a>.  It does, however, build the XML whichI can save and use as RSS for the site, no?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ray saunders</title>
		<link>http://www.nilkanth.com/2005/09/23/introducing-feedtier/comment-page-1/#comment-1407</link>
		<dc:creator>ray saunders</dc:creator>
		<pubDate>Tue, 01 Nov 2005 16:02:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.nilkanth.com/archives/2005/09/23/introducing-feedtier/#comment-1407</guid>
		<description>Fanstastic idea- love it. Have been thinking for some time about coding a tool to scan websites and produce RSS-able version of the site. 

However, right now I haven&#039;t even time to build RSS into one of my sites, alhthough it changes often and many folks would like to get RSS feeds.

FeedTier seems to grab only the links on the front page, without drilling down. Is there anything I can do to make FeedTier &#039;index&#039; it more completely? Maybe I could code &#039;invisible&#039; link FeedTier would grab but which would not appear to the user?.</description>
		<content:encoded><![CDATA[<p>Fanstastic idea- love it. Have been thinking for some time about coding a tool to scan websites and produce RSS-able version of the site. </p>
<p>However, right now I haven&#8217;t even time to build RSS into one of my sites, alhthough it changes often and many folks would like to get RSS feeds.</p>
<p>FeedTier seems to grab only the links on the front page, without drilling down. Is there anything I can do to make FeedTier &#8216;index&#8217; it more completely? Maybe I could code &#8216;invisible&#8217; link FeedTier would grab but which would not appear to the user?.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stubbornlikeamule</title>
		<link>http://www.nilkanth.com/2005/09/23/introducing-feedtier/comment-page-1/#comment-1405</link>
		<dc:creator>stubbornlikeamule</dc:creator>
		<pubDate>Mon, 31 Oct 2005 23:53:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.nilkanth.com/archives/2005/09/23/introducing-feedtier/#comment-1405</guid>
		<description>This is something I&#039;ve been looking for for ages.  Unfortunately I&#039;ve found it still doesn&#039;t feed the page that I want successfully:

http://www.themusic.com.au/daily_news/index.php

All it feeds is the link list at the top.

Please keep me update with any further builds as things progress.</description>
		<content:encoded><![CDATA[<p>This is something I&#8217;ve been looking for for ages.  Unfortunately I&#8217;ve found it still doesn&#8217;t feed the page that I want successfully:</p>
<p><a href="http://www.themusic.com.au/daily_news/index.php" rel="nofollow">http://www.themusic.com.au/daily_news/index.php</a></p>
<p>All it feeds is the link list at the top.</p>
<p>Please keep me update with any further builds as things progress.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Carrick</title>
		<link>http://www.nilkanth.com/2005/09/23/introducing-feedtier/comment-page-1/#comment-1392</link>
		<dc:creator>Matthew Carrick</dc:creator>
		<pubDate>Sun, 23 Oct 2005 13:41:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.nilkanth.com/archives/2005/09/23/introducing-feedtier/#comment-1392</guid>
		<description>Ditto here. http://www.magnastudio.ca won&#039;t work because the &quot;a&quot; in .ca is missing. Very nice idea though - I would be happy to introduce clients to this when it works.</description>
		<content:encoded><![CDATA[<p>Ditto here. <a href="http://www.magnastudio.ca" rel="nofollow">http://www.magnastudio.ca</a> won&#8217;t work because the &#8220;a&#8221; in .ca is missing. Very nice idea though &#8211; I would be happy to introduce clients to this when it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Richardson</title>
		<link>http://www.nilkanth.com/2005/09/23/introducing-feedtier/comment-page-1/#comment-1353</link>
		<dc:creator>Andy Richardson</dc:creator>
		<pubDate>Sat, 15 Oct 2005 05:41:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.nilkanth.com/archives/2005/09/23/introducing-feedtier/#comment-1353</guid>
		<description>Hi,

Just tried this. Interesting. However is it just me or when you get the sample links or paste RSS into say Bloglines - when the feeds show - if you click on the link you get a dead page. Reason as far as I can see is that it misses the &quot;k&quot; of the url for&quot;.uk&quot; Try www.londonlinks.ac.uk and see if you can replicate this?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Just tried this. Interesting. However is it just me or when you get the sample links or paste RSS into say Bloglines &#8211; when the feeds show &#8211; if you click on the link you get a dead page. Reason as far as I can see is that it misses the &#8220;k&#8221; of the url for&#8221;.uk&#8221; Try <a href="http://www.londonlinks.ac.uk" rel="nofollow">http://www.londonlinks.ac.uk</a> and see if you can replicate this?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
