<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<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&#039;s blog and programming examples</description>
	<lastBuildDate>Sun, 22 Jan 2012 08:06:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Antone Roundy</title>
		<link>http://www.itamer.com/using-carp/226/comment-page-1/#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>&quot;The big limitation with the free version of carp is that I can&#039;t remove the description altogether and I can&#039;t control the format.&quot;

To remove the description, do this:

CarpConf(&#039;iorder&#039;,&#039;link&#039;);

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(&#039;bidesc&#039;,&#039;&lt;div style=&quot;color:#036;&quot;&gt;&#039;);
CarpConf(&#039;aidesc&#039;,&#039;&lt;/div&gt;&#039;);

&quot;bidesc&quot; = &quot;before item description&quot;, and &quot;aidesc&quot; = &quot;after item description&quot;. 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(&#8216;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(&#8216;bidesc&#8217;,'&lt;div style=&#8221;color:#036;&#8221;&gt;&#8217;);<br />
CarpConf(&#8216;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>

