CaRP: Caching RSS Parser - Documentation
CaRP Interactive FAQ
Getting Started: Free Download | Purchase | Install
Reference: Functions | Plugins | Themes | Full Index
Etc.: Display Formatting | Example Code | Affiliates
Getting Started: Free Download | Purchase | Install
Reference: Functions | Plugins | Themes | Full Index
Etc.: Display Formatting | Example Code | Affiliates
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 21 Nov 2024 at 02:35 am | 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 21 Nov 2024 at 02:35 am | 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 20 Nov 2024 at 11:09 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');