Note: CogDogBlog has a new WordPress powered home at http://cogdogblog.com/. All entries from this version have been moved there, so as a guide dog service try finding this article in its new home by title search.
MT Plugins is very useful collection of addition tools for Movable Type for those that are setting up an MT site, all free. I've added two so far and plan to go back for more...
MTRSS Feed by Timothy Appnel is what we have used so MT authors can define one or more RSS feeds to have automatically inserted to their site, such as the two fictional bloggers I have set up:
Lora (Geology Objects) has RSS feeds from at least 4 sources"
http://jade.mcli.dist.maricopa.edu/lora/
Boris (Humanities Objects) has RSS feeds from at least 3 sources:
http://jade.mcli.dist.maricopa.edu/boris/
This is easiest to do if you also incorportate the MTList plugin which allows one to list their desired list of RSS Feeds in an external file, and thus not have to insert them into the template (getting rather tired of the endless MT Rebuild sequences...), e.g.
<MTListFile file="lo_feeds.txt" name="feeds" />
<MTListLoop name="feeds">
<MTRSSFeed>
<strong><$MTRSSFeedTitle$></strong><br/><ul><MTRSSFeedItems lastn="5">
<li><a href="<$MTRSSFeedItemLink$>" target="ext">
<$MTRSSFeedItemTitle$></a></li>
</MTRSSFeedItems>
<li><a href="<$MTRSSFeedLink$>"><em>more...</em></a></li>
</ul>
</MTRSSFeed>
</MTListLoop>
<p>Syndicated using <a href="http://www.mplode.com/tima/files/mt-plugins/#mt-rssfeed";>mt-rssfeed</a></p>
So with the same code in the template, all one needs to do is to put their list of desired XML feeds into a text file named "lo_feeds.txt" on their MT directory, and edit that as desired.
blogged April 20, 2003 09:41 AM :: category [ objects , using mt ]