<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: How to get a RSS feed working without direct access to the site</title>
	<link>http://ask.metafilter.com/97723/How-to-get-a-RSS-feed-working-without-direct-access-to-the-site/</link>
	<description>Comments on Ask MetaFilter post How to get a RSS feed working without direct access to the site</description>
	<pubDate>Mon, 28 Jul 2008 12:11:55 -0800</pubDate>
	<lastBuildDate>Mon, 28 Jul 2008 12:11:55 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: How to get a RSS feed working without direct access to the site</title>
		<link>http://ask.metafilter.com/97723/How-to-get-a-RSS-feed-working-without-direct-access-to-the-site</link>	
		<description>How can I make an RSS feed from someone else&apos;s content? &lt;br /&gt;&lt;br /&gt; A strange situation has come up where I need to take a &quot;daily feature&quot; page, with content that changes daily, and make an RSS feed out of it. The problem is, I don&apos;t have direct access to the site, as I&apos;ve been tasked with a small side project (creating an auto-mailing list), and the main design team is busy working elsewhere. Is there a way to create a feed without access to the site - some kind of outside service?&lt;br&gt;
&lt;br&gt;
One other option - there is some sort of RSS feed already serving this content, but it&apos;s PHP based, and coming up as invalid anywhere I try to convert it to XML. But if that could be converted to proper XML, that would also solve my problem. &lt;br&gt;
&lt;br&gt;
Very strange, I know, but I appreciate any help.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.inspiremetoday.com/today.php&quot;&gt;The content page&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://www.inspiremetoday.com/dailyrss.php&quot;&gt;The quazi-RSS feed&lt;/a&gt;</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2008:site.97723</guid>
		<pubDate>Mon, 28 Jul 2008 11:28:06 -0800</pubDate>
		<dc:creator>razorfrog</dc:creator>
		
			<category>rss</category>
		
			<category>web</category>
		
			<category>feed</category>
		
	</item> <item>
		<title>By: junesix</title>
		<link>http://ask.metafilter.com/97723/How-to-get-a-RSS-feed-working-without-direct-access-to-the-site#1423758</link>	
		<description>The feed seems fine to me or at least Google Reader had no problems subscribing to it. RSS is just an XML format so I&apos;m not sure what you&apos;re trying to convert it to.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.97723-1423758</guid>
		<pubDate>Mon, 28 Jul 2008 12:11:55 -0800</pubDate>
		<dc:creator>junesix</dc:creator>
	</item><item>
		<title>By: mkb</title>
		<link>http://ask.metafilter.com/97723/How-to-get-a-RSS-feed-working-without-direct-access-to-the-site#1423768</link>	
		<description>That PHP RSS generator is setting the wrong Content-type header. It SHOULD be text/xml</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.97723-1423768</guid>
		<pubDate>Mon, 28 Jul 2008 12:22:42 -0800</pubDate>
		<dc:creator>mkb</dc:creator>
	</item><item>
		<title>By: XMLicious</title>
		<link>http://ask.metafilter.com/97723/How-to-get-a-RSS-feed-working-without-direct-access-to-the-site#1423781</link>	
		<description>junesix, how many items do you see through Google Reader?  In the source code there appear to be five items, but FF3 only displays one item and IE7 throws an error.&lt;br&gt;
&lt;br&gt;
The person who wrote the .php made a whole bunch of mistakes that I can see - they didn&apos;t XML-encode ampersands in the URLs within the  and &lt;guid&gt; tags, those CDATA sections will cause problems, and as you observe razorfrog the RSS structure is all messed up.&lt;br&gt;
&lt;br&gt;
There isn&apos;t any way to automatically fix this.  If you don&apos;t have access to change that .php page you would have to write code in whatever language you&apos;re familiar with to read in the output of that page, fix the mistakes in it, and redisplay it.&lt;/guid&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.97723-1423781</guid>
		<pubDate>Mon, 28 Jul 2008 12:38:14 -0800</pubDate>
		<dc:creator>XMLicious</dc:creator>
	</item><item>
		<title>By: XMLicious</title>
		<link>http://ask.metafilter.com/97723/How-to-get-a-RSS-feed-working-without-direct-access-to-the-site#1423785</link>	
		<description>Heh heh, that was ironic - that should be &quot;...they didn&apos;t XML-encode ampersands in the URLs within the &amp;lt;link /&amp;gt; and &amp;lt;guid /&amp;gt; tags,&quot;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.97723-1423785</guid>
		<pubDate>Mon, 28 Jul 2008 12:39:52 -0800</pubDate>
		<dc:creator>XMLicious</dc:creator>
	</item><item>
		<title>By: kepano</title>
		<link>http://ask.metafilter.com/97723/How-to-get-a-RSS-feed-working-without-direct-access-to-the-site#1423801</link>	
		<description>I&apos;m not sure this is what you&apos;re looking for but &lt;a href=&quot;http://www.ponyfish.com/&quot;&gt;Ponyfish&lt;/a&gt; is able to generate RSS feeds from external sources.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.97723-1423801</guid>
		<pubDate>Mon, 28 Jul 2008 12:54:41 -0800</pubDate>
		<dc:creator>kepano</dc:creator>
	</item><item>
		<title>By: gemmy</title>
		<link>http://ask.metafilter.com/97723/How-to-get-a-RSS-feed-working-without-direct-access-to-the-site#1423832</link>	
		<description>I have used &lt;a href=&quot;http://feed43.com/&quot;&gt;feed43.com&lt;/a&gt; for this purpose before. It works really well for me, over probably 20 different sites.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.97723-1423832</guid>
		<pubDate>Mon, 28 Jul 2008 13:18:51 -0800</pubDate>
		<dc:creator>gemmy</dc:creator>
	</item><item>
		<title>By: aubilenon</title>
		<link>http://ask.metafilter.com/97723/How-to-get-a-RSS-feed-working-without-direct-access-to-the-site#1423885</link>	
		<description>The excellently named &lt;a href=&quot;http://rsspect.com&quot;&gt;RSSPECT&lt;/a&gt; seems to do this.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.97723-1423885</guid>
		<pubDate>Mon, 28 Jul 2008 14:03:51 -0800</pubDate>
		<dc:creator>aubilenon</dc:creator>
	</item><item>
		<title>By: chrisbucks</title>
		<link>http://ask.metafilter.com/97723/How-to-get-a-RSS-feed-working-without-direct-access-to-the-site#1424062</link>	
		<description>I&apos;ve used Dapper for this kind of thing, but as others have already said... lots of other sources to do this with more complexity. Dapper is fairly simplistic but easy to use.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.97723-1424062</guid>
		<pubDate>Mon, 28 Jul 2008 18:03:23 -0800</pubDate>
		<dc:creator>chrisbucks</dc:creator>
	</item>
	</channel>
</rss>
