<?xml version="1.0" encoding="ISO-8859-1"?><!-- OPML generated by OPML Editor v10.1a3 on Tue, 02 May 2006 13:10:59 GMT -->
<opml version="1.1">	<head>		<title>02.opml</title>		<dateCreated>Tue, 02 May 2006 06:54:26 GMT</dateCreated>		<dateModified>Tue, 02 May 2006 13:10:59 GMT</dateModified>		<ownerName>Tom Morris</ownerName>		<ownerEmail>bbtommorris@gmail.com</ownerEmail>		<expansionState>3</expansionState>		<vertScrollState>1</vertScrollState>		<windowTop>601</windowTop>		<windowLeft>606</windowLeft>		<windowBottom>879</windowBottom>		<windowRight>1157</windowRight>		</head>	<body>		<outline text="&lt;a href=&quot;http://technology.guardian.co.uk/news/story/0,,1765585,00.html&quot;&gt;The Cloud&lt;/a&gt; have finally worked out what the hell is going on." created="Tue, 02 May 2006 07:05:10 GMT"/>		<outline text="&lt;a href=&quot;http://www.davidgalbraith.org/archives/001079.html&quot;&gt;David Galbraith&lt;/a&gt; told a preacher on the train to shut up. Good on ya!" created="Tue, 02 May 2006 06:54:26 GMT"/>		<outline text="We Have Liftoff, Mr. Kosso" created="Tue, 02 May 2006 12:24:03 GMT">			<outline text="Last night I discussed with Kosso my frustration at the way that comments get rendered up in the RSS of the OPML Editor blogs." created="Tue, 02 May 2006 12:24:11 GMT"/>			<outline text="Today I farted around for hours trying to fix it. Here are the results. Now when you are subscribed to my feed, you will see a link in the RSS to the comments and trackbacks over on HaloScan but these don't tell you how many comments or TBs have been posted, but are accurate links." created="Tue, 02 May 2006 12:24:39 GMT"/>			<outline text="How is this? Well, it's magic really." created="Tue, 02 May 2006 12:26:29 GMT"/>			<outline text="And like all magic, it's a simple trick." created="Tue, 02 May 2006 12:26:43 GMT"/>			<outline text="I've added four lines to dotOpmlSuite.blog.buildRss. These remove the JavaScript from the RSS version of the feed, but not from the OPML version. The JavaScript is used simply to find out how many comments and TBs there are for that particular entry." created="Tue, 02 May 2006 12:26:51 GMT"/>			<outline text="I had considered another solution which would be rendering the number of comments in a GIF file rather than in JavaScript, but this solution is much easier." created="Tue, 02 May 2006 12:28:12 GMT"/>			<outline text="Want to see how I did it? Open up OPML, choose File &gt; Open URL... and copy &lt;a href=&quot;http://hosting.opml.org/tommorris/code/buildRss.opml&quot;&gt;this link&lt;/a&gt; in to it." created="Tue, 02 May 2006 12:30:24 GMT"/>			<outline text="If you simply wish to install this code, hit Control + J or Cmd + J, type in dotOpmlSuite.blog.buildRSS, then delete what's there and replace it with what's in my outline." created="Tue, 02 May 2006 12:32:52 GMT"/>			<outline text="For the geeky among you, this is the code which actually does the magic:" created="Tue, 02 May 2006 12:31:30 GMT">				<outline text="local (patternTB = &quot;&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;postCountTB([^&lt;]*)&amp;lt;/script&amp;gt;&quot;)"/>				<outline text="regex.subst (patternTB, &quot;Trackback&quot;, @s)"/>				<outline text="local (patternComm = &quot;&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;postCount([^&lt;]*)&amp;lt;/script&amp;gt;&quot;)"/>				<outline text="regex.subst (patternComm, &quot;Comments&quot;, @s)"/>				</outline>			<outline text="What is this code doing?" created="Tue, 02 May 2006 12:33:51 GMT"/>			<outline text="The first two replace the Trackback javascript with a simple link, and the second two do the same for the comments. Why in this order? Because if you switch lines 1 and 2 with lines 3 and 4, you're screwed - and you get some very funny looking links. Try if you like - you won't like it!" created="Tue, 02 May 2006 12:33:56 GMT"/>			<outline text="The code should work for most Haloscan OPML implementations - Kosso's, Tibor's and mine, since it's not doing anything clever with the outline, only with the RSS." created="Tue, 02 May 2006 12:35:08 GMT"/>			<outline text="Enjoy!" created="Tue, 02 May 2006 12:35:53 GMT"/>			<outline text="&lt;a href=&quot;http://www.haloscan.com/comments/tommorris/haloscanrsshack14797/&quot;&gt;&lt;script type=&quot;text/javascript&quot;&gt;postCount('haloscanrsshack14797');&lt;/script&gt;&lt;/a&gt; | &lt;a href=&quot;http://www.haloscan.com/tb/tommorris/haloscanrsshack14797/&quot;&gt;&lt;script type=&quot;text/javascript&quot;&gt;postCountTB('haloscanrsshack14797'); &lt;/script&gt;&lt;/a&gt;" created="Tue, 02 May 2006 12:35:54 GMT"/>			</outline>		</body>	</opml>