<?xml encoding="ISO-8859-1" version="1.0"?>
<!-- OPML generated by OPML Editor v0.75 on 5/19/2013; 8:09:24 PM -->
<opml version="2.0">
	<head>
		<title>Chrome RSS breakage, part II</title>
		<ownerName></ownerName>
		<ownerEmail></ownerEmail>
		<windowTop>200</windowTop>
		<windowLeft>200</windowLeft>
		<windowBottom>600</windowBottom>
		<windowRight>800</windowRight>
		</head>
	<body>
		<outline created="Wed, 22 Aug 2012 01:17:40 GMT" pgfnum="118" text="There's a huge thread on the &lt;a href=&quot;http://threads.scripting.com/81012ByDw/arrghChromeBrokeRssAgain&quot;&gt;post&lt;/a&gt; about the way Chrome has changed its behavior with RSS feeds. "></outline>
		<outline created="Wed, 22 Aug 2012 01:18:06 GMT" pgfnum="119" text="A recent &lt;a href=&quot;http://threads.scripting.com/81012ByDw/arrghChromeBrokeRssAgain#comment-625276350&quot;&gt;comment&lt;/a&gt; by Navarr Barnier says that Chome only triggers the new behavior for files with type application/rss+xml, and not for files with type text/xml."></outline>
		<outline created="Wed, 22 Aug 2012 02:38:52 GMT" pgfnum="123" text="He's got a point. Here's a &lt;a href=&quot;http://s3.amazonaws.com/static.scripting.com/misc/chrometest1.xml&quot;&gt;file&lt;/a&gt; I uploaded to S3 with type text/xml. It didn't bring up the crazy dialog that tries to send me to the Chrome store. I got a stylization of an RSS feed. Not exactly what I'd like which is the feed looking like XML. ">
			<outline created="Wed, 22 Aug 2012 01:19:53 GMT" pgfnum="122" text="&lt;code&gt;s3.newobject (&quot;/static.scripting.com/misc/chrometest1.xml&quot;, tcp.httpreadurl (&quot;http://scripting.com/rss.xml&quot;, 5), type:&quot;text/xml&quot;)&lt;/code&gt;">
				<outline isComment="true" text="&quot;http://s3.amazonaws.com/static.scripting.com/misc/chrometest1.xml&quot;"></outline>
				</outline>
			</outline>
		<outline created="Wed, 22 Aug 2012 02:40:15 GMT" pgfnum="124" text="Here's the same &lt;a href=&quot;http://s3.amazonaws.com/static.scripting.com/misc/chrometest2.xml&quot;&gt;file&lt;/a&gt; uploaded with type application/rss+xml. And sure enough it brings up the dialog.">
			<outline created="Wed, 22 Aug 2012 01:19:53 GMT" pgfnum="122" text="&lt;code&gt;s3.newobject (&quot;/static.scripting.com/misc/chrometest2.xml&quot;, tcp.httpreadurl (&quot;http://scripting.com/rss.xml&quot;, 5), type:&quot;application/rss+xml&quot;)&lt;/code&gt;">
				<outline isComment="true" text="&quot;http://s3.amazonaws.com/static.scripting.com/misc/chrometest2.xml&quot;"></outline>
				</outline>
			</outline>
		<outline created="Wed, 22 Aug 2012 02:42:39 GMT" pgfnum="125" text="The moral of the story is if you can set it up so you serve your feeds with type text/xml, you can circumvent the breakage in Chrome. The question is, should we do this. I'm not convinced it isn't asking for more breakage from them. "></outline>
		</body>
	</opml>
