<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Using CaRP</title>
	<atom:link href="http://www.itamer.com/using-carp/226/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itamer.com/using-carp/226/</link>
	<description>Sarah King's blog and programming examples</description>
	<pubDate>Sat, 05 Jul 2008 22:06:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Antone Roundy</title>
		<link>http://www.itamer.com/using-carp/226/#comment-1455</link>
		<dc:creator>Antone Roundy</dc:creator>
		<pubDate>Wed, 04 Jan 2006 06:18:31 +0000</pubDate>
		<guid isPermaLink="false">http://sarahk.pcpropertymanager.com/blog/?p=226#comment-1455</guid>
		<description>"The big limitation with the free version of carp is that I can't remove the description altogether and I can't control the format."

To remove the description, do this:

CarpConf('iorder','link');

That code tells CaRP to only display the link for each item. (See http://www.geckotribe.com/rss/carp/docs/conf/display/item/#iorder ).

To control the formatting of the description you could do something like this:

CarpConf('bidesc','&#60;div style="color:#036;"&#62;');
CarpConf('aidesc','&#60;/div&#62;');

"bidesc" = "before item description", and "aidesc" = "after item description". There are similar options for the other parts of the feed. For more details, see http://www.geckotribe.com/rss/carp/docs/conf/display/ . CaRP gives you pretty much complete control of the feed, but you may have to do a little poking around in the documentation to find out how to do things till you get the hang of it.</description>
		<content:encoded><![CDATA[<p>&#8220;The big limitation with the free version of carp is that I can&#8217;t remove the description altogether and I can&#8217;t control the format.&#8221;</p>
<p>To remove the description, do this:</p>
<p>CarpConf(&#8217;iorder&#8217;,'link&#8217;);</p>
<p>That code tells CaRP to only display the link for each item. (See <a href="http://www.geckotribe.com/rss/carp/docs/conf/display/item/#iorder" rel="nofollow">http://www.geckotribe.com/rss/carp/docs/conf/display/item/#iorder</a> ).</p>
<p>To control the formatting of the description you could do something like this:</p>
<p>CarpConf(&#8217;bidesc&#8217;,'&lt;div style=&#8221;color:#036;&#8221;&gt;&#8217;);<br />
CarpConf(&#8217;aidesc&#8217;,'&lt;/div&gt;&#8217;);</p>
<p>&#8220;bidesc&#8221; = &#8220;before item description&#8221;, and &#8220;aidesc&#8221; = &#8220;after item description&#8221;. There are similar options for the other parts of the feed. For more details, see <a href="http://www.geckotribe.com/rss/carp/docs/conf/display/" rel="nofollow">http://www.geckotribe.com/rss/carp/docs/conf/display/</a> . CaRP gives you pretty much complete control of the feed, but you may have to do a little poking around in the documentation to find out how to do things till you get the hang of it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
