Upload the feedcache-pipes directory to your wordpress wp-content/plugins directory.
Set file permissions
Activate the FeedCache Pipes plugin through your Wordpress plugin menu
Setup FeedCache Pipes options under the Options -> FCPipes Options menu
Edit the feedcache-cron.rb file
Add the feedcache-cron.rb ruby script to your servers CRON job (if you need help with CRON please refer to the following URL: http://www.unixgeeks.org/security/newbie/unix/cron-1.html) (e.g. 30 * * * * /usr/bin/ruby /path/to/your/wordpress/install/wp-content/plugins/feedcache-pipes/feedcache-cron.rb)
Add the following code to your wordpress theme where you want the RSS feed listing to be displayed
<?php if (function_exists('fcpipes_display_feeds')) { echo fcpipes_display_feeds(); } ?>
for the default (group 1) listing or you can specify a group number (in this case, group 3)
<?php if (function_exists('fcpipes_display_feeds)) { echo fcpipes_display_feeds(3); } ?>
Sit back and enjoy the plugin




