<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>toxicsoftware.com - Latest Comments in -url</title><link>http://toxicsoftware.disqus.com/</link><description></description><language>en</language><lastBuildDate>Sun, 18 Dec 2005 20:37:02 -0000</lastBuildDate><item><title>Re: -url</title><link>http://toxicsoftware.com/svn_url/#comment-1655865</link><description>Thanks for the comment. I removed the smart quotes (looks like ExpressionEngine likes to transform your quotes for you).&lt;br&gt;&lt;br&gt;I'll try out the modification to the sed statement and if it works for me too I'll update the code. Thanks!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jonathan Wight</dc:creator><pubDate>Sun, 18 Dec 2005 20:37:02 -0000</pubDate></item><item><title>Re: -url</title><link>http://toxicsoftware.com/svn_url/#comment-1655866</link><description>Cool! The only problem on my machine was that the output of sed doesn't strip out the "URL: " prefix as expected. I managed to get the behavior by changing it to this:&lt;br&gt;&lt;br&gt; info $1 | grep 'URL: ' | sed 's/URL: //'&lt;br&gt;&lt;br&gt;Also somewhere along the line you got smart quotes in your HTML, so the example won't work without editing after copy/pasting into an rc file. I fixed it in the line above by using &amp;#39; instead of the apostrophe character.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Jalkut</dc:creator><pubDate>Sun, 18 Dec 2005 20:24:31 -0000</pubDate></item></channel></rss>