<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" 
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  xmlns:admin="http://webns.net/mvcb/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">

<channel>
<title>Ravings of an Intermittent Fool - Easy MovableType BlogRoll part II</title>
<link>http://people.etango.com/~markm/archives/2003/10/12/easy_movabletype_blogroll_part_ii.html</link>
<description>Comments on the entry "Easy MovableType BlogRoll part II"</description>
<dc:language>en-us</dc:language>
<dc:creator>mark.mascolino@gmail.com</dc:creator>
<dc:date>2003-10-12T23:40:32-05:00</dc:date>
<admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=3.33" />
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>

<item>
<title>Easy MovableType BlogRoll part II</title>
<link>http://people.etango.com/~markm/archives/2003/10/12/easy_movabletype_blogroll_part_ii.html</link>
<description><![CDATA[In a previous entry, I showed how it was easy to use the OtherBlog MT plugin to setup an easy blogroll.  Kerim Friedman asked in a comment if it was possible to print out all the entries in the secondary blog, grouped by category.  Fortunately, the OtherBlog plugin supports this kind of output by nesting a &lt;MTCategories&gt; element in the &lt;MTOtherBlog&gt; element.  Example:
&lt;MTOtherBlog blog_id="6"&gt;
    &lt;MTCategories&gt;
        &lt;div class="sidetitle"&gt;&lt;$MTCategoryLabel$&gt;&lt;/div&gt;
        &lt;div class="side"&gt;
        &lt;MTEntries sort_by="title" sort_order="ascend"&gt;
            &lt;a href="&lt;$MTEntryBody convert_breaks="0"$&gt;" &gt;&lt;$MTEntryTitle$&gt;&lt;/a&gt;&lt;br /&gt;
        &lt;/MTEntries&gt;
        &lt;/div&gt;
    &lt;/MTCategories&gt;
&lt;/MTOtherBlog&gt;

That's it...pretty easy.]]></description>
<guid isPermaLink="false">116@http://people.etango.com/~markm/</guid>
<dc:date>2003-10-12T23:40:32-05:00</dc:date>
</item>


<item>
<title>Kerim Friedman comments on Easy MovableType BlogRoll part II</title>
<link>http://people.etango.com/~markm/archives/2003/10/12/easy_movabletype_blogroll_part_ii.html#000142</link>
<description>


Thanks!!!
</description>
<guid isPermaLink="false">142@116@http://people.etango.com/~markm/</guid>
<dc:date>2004-07-24T13:03:53-05:00</dc:date>
</item>
<item>
<title>Stephen comments on Easy MovableType BlogRoll part II</title>
<link>http://people.etango.com/~markm/archives/2003/10/12/easy_movabletype_blogroll_part_ii.html#000143</link>
<description>


One &quot;tweak&quot; I did to your code was to change the following: 

&quot; target=blank&gt;

This way, the links open up in a new window.
</description>
<guid isPermaLink="false">143@116@http://people.etango.com/~markm/</guid>
<dc:date>2004-07-24T13:03:59-05:00</dc:date>
</item>


</channel>
</rss>