'how-to' link to add rss feeds

Anyone know if there is a ‘how-to’ link to add rss feeds to v2.0.4. What i require is a modification to link to external rss links, like an RSS reader



As it stands i use [URL=“http://www.geckotribe.com/rss/carp/”]RSS Software & Services: CaRP (PHP RSS Parser), Grouper (XML to RSS Converter), RSS to JavaScript, more but am haing issues as it requests the inpit of php



```php require_once 'C:/xampp/htdocs/****/****/carp.php';
/*** Setup Code ***/
CarpConf('cache-method','mysql');
CarpConf('mysql-connect',1);
CarpConf('mysql-database','****');
CarpConf('mysql-username','****');
CarpConf('mysql-password','****');
/*** End Setup Code ***/
// Add any desired configuration settings before CarpCacheShow
// using "CarpConf" and other functions

CarpCacheShow('http://whitehatcrew.com/blog/feed/');
?> ```