|
CaRP: Caching RSS Parser - Manual Version 2.7.5 (8/13/2003)
Download | Installation | Configuration | Functions | Examples | Donations
Examples:
<?php
require_once "/path/to/carp.php"; CarpConf('preitem','&bull '); CarpConf('filterin','microsoft'); CarpConf('showdesc',1); CarpConf('maxitems',3); CarpConf('maxdesc',100); CarpConf('poweredby',''); CarpConf('cacheinterval',120); CarpShow("http://www.osopinion.com/OSOlinks2.xml", "osopinion.example.ms"); CarpShow("http://trainedmonkey.com/news/rss.php?s=31", "trainedmonkey31.example.ms"); CarpShow("http://trainedmonkey.com/news/rss.php?s=30", "trainedmonkey30.example.ms"); CarpShow("http://www.wired.com/news_drop/netcenter/netcenter.rdf", "wired.example.ms"); CarpShow("http://www.ecommercetimes.com/perl/syndication/rssfull.pl", "ecommercetimes.example.ms"); ?><br> <i><a href="http://www.mouken.com/rss/" target="_blank">Newsfeed display by CaRP</a></i> |
Example Output:
|