CaRP: Caching RSS Parser - Manual
     Version 2.7.5 (8/13/2003)

NOTE: This version of CaRP is obsolete. This documentation is being left here for those who have not yet upgraded to the current version.

Download | Installation | Configuration | Functions | Examples | Donations

Examples:
Styles & Classes | Multiple Feeds on a Page | Unordered List | Background Refreshing | Filtering | Aggregating 1 | Aggregating 2 | JavaScript

The following code will display news headlines as an unordered list:

<?php
require_once "/path/to/carp.php";
CarpConf('preitems','<ul>');
CarpConf('postitems','</ul>');
CarpConf('preitem','<li>');
CarpConf('postitem','</li>');
CarpShow("http://nwt.mouken.com/rss/headlines.rdf","nwt.cache");
?>

To put the items in a bulleted list while avoiding the indentation which is added when using an unordered list (<ul>), do the following:

<?php
require_once "/path/to/carp.php";
CarpConf('preitem','&bull; ');
CarpShow("http://nwt.mouken.com/rss/headlines.rdf","nwt.cache");
?>
Example Output:

Unordered List:

    Bulleted:

    News Headlines on ANY Website

    Import RSS newsfeeds into ANY website! Pick your price:
    $29.97: Use Jawfish, our RSS to JavaScript or frames conversion service (works with ALL websites)
    Free: Download CaRP SE, our free RSS parser (requires PHP)
    $47: Get the high-powered, plugin-extendable version, CaRP Evolution