CaRP: Caching RSS Parser - Documentation
Display Formatting:
|
Click a topic for formatting information -
Click an element name on the right for information specific to that element,
or a section name on the left for options relating to the entire section.
|
| Channel |
 |
image |
| My Newsfeed |
link/title, url |
|
Last updated
24 Jul 2008 at 11:33 pm
|
date |
This is a sample newsfeed, provided to illustrate the various parts of a newsfeed, as a starting point for discussing how to format a newsfeed using CaRP. |
description |
| Items |
 |
John Doe goes to Hollywood |
image, link/title, url
|
|
Posted
24 Jul 2008 at 11:33 pm
|
date |
| by Antone Roundy |
author |
| This is the tale of how John Doe packed his truck in Kalamazoo and moved to Hollywood... |
description |
Listen |
podcast |
 |
"This is a Pen" |
|
|
Posted
24 Jul 2008 at 08:07 pm
|
| by Antone Roundy |
In Japan, the first English sentence taught to students is "This is a Pen"... |
| |
Newsfeed displayed by CaRP
|
poweredby |
poweredby:
Specifies text and/or HTML to be displayed after the newsfeed.
By default, this is a link to the CaRP homepage, as displayed above.
You are not required to leave this link in place,
but we request that especially users of the free version of CaRP either leave the link,
or place a comparable link somewhere on their site.
Example - change the value:
require_once '/path/to/carp.php';
CarpConf('poweredby','<br /><i>Thank you for visiting!</i>');
CarpCacheShow('http://www.geckotribe.com/press/rss/pr.rss');
Example - display nothing:
require_once '/path/to/carp.php';
CarpConf('poweredby','');
CarpCacheShow('http://www.geckotribe.com/press/rss/pr.rss');