Here are some of my recent sermons::

$carp_dir = “/home/lifechur/carp/carp/”;
require_once “$carp_dir/carp.php”;

// Add any desired configuration settings before CarpCacheShow using “CarpConf, etc.

// Reset all settings to their defaults
MyCarpConfReset();

// Hide channel information
CarpConf(‘cborder’,”);

// Only show the item link
CarpConf(‘iorder’,’link,author,desc,podcast’);

// Map itunes:author to CaRP author field
CarpMapField(‘author’,’itunes:author’,0,10);

//Make the podcast URL a link with the text: “Listen to the Audio”
CarpConf(‘bipodcast’,’Listen to the Audio
‘);

// format the item link
//CarpConf(‘ilinkclass’,’link_external’);

// open unordered list
CarpConf(‘bitems’,’

    • ‘);

// put a bullet before each item
CarpConf(‘bi’,’

    • Notes: ‘);
      CarpConf(‘ai’,’

‘);

// Close unordered list
CarpConf(‘aitems’,’

‘);

// show up to 15 Life Church blog items
CarpConf(‘maxitems’,15);

// don’t say “Newsfeed display by CaRP” after feed
CarpConf(‘poweredby’,”);

//Select Pastor Rocklyn’s Podcasts
CarpConf(‘filterin’,’author:Valerie’);
CarpCacheShow(‘http://www.lifechurchboston.org/messages/podcast.xml’);

?>