What I'm looking for is a script that automatically pulls in RSS feed(s) and converts it to a web page. Does anyone know where I might find such a script? <edit>I knew there was a product of some description somewhere: http://www.geckotribe.com/rss/carp/ I think I need to eat more apples
Yes, there is: Magpie RSS. It works very well for me, and you can customize the output however you see fit. I used it to make my own "news center".
I've installed Carp. It seems to be the product that gets updated most often -- plus there was a release note on Magpie to fix 'Snoopy' <<-- no idea what that's about. Carp can be adapted to display on asp, I believe.
I tried carp, didn't work. Can somebody tell me what I missed? I used http://www.geckotribe.com/rss/carp/ Here is the site. quitsmokinghelp Thank you!
It looks like you haven't included the <? parameters properly: <DIV style="BORDER-TOP-WIDTH: 1px; PADDING-RIGHT: 6px; PADDING-LEFT: 6px; BORDER-LEFT-WIDTH: 1px; BACKGROUND: #ccc; BORDER-BOTTOM-WIDTH: 1px; PADDING-BOTTOM: 6px; MARGIN: 15px; PADDING-TOP: 6px; BORDER-RIGHT-WIDTH: 1px">[COLOR="#ff0000"]<?php[/COLOR]<BR>require_once '/home/bojidar1/public_html/qsh/carp/carp.php';<BR>// Add any desired configuration settings below this line using "CarpConf" and other functions<BR>CarpCacheShow('tp://news.search.yahoo.com/search/news?p='.$t.'&sm=Yahoo%21+Search&fr=FP-tab-news-t&toggle=1');<BR>[COLOR="Red"]?>[/COLOR] </DIV> Code (markup): It's difficult to say with certainty simply looking at the source code since the server-side stuff isn't included (usually) but I think it should be this: <DIV style="BORDER-TOP-WIDTH: 1px; PADDING-RIGHT: 6px; PADDING-LEFT: 6px; BORDER-LEFT-WIDTH: 1px; BACKGROUND: #ccc; BORDER-BOTTOM-WIDTH: 1px; PADDING-BOTTOM: 6px; MARGIN: 15px; PADDING-TOP: 6px; BORDER-RIGHT-WIDTH: 1px"><BR> [COLOR="#ff0000"]<?php[/COLOR] require_once '/home/bojidar1/public_html/qsh/carp/carp.php'; <BR> // Add any desired configuration settings below this line using "CarpConf" and other functions <BR> CarpCacheShow('tp://news.search.yahoo.com/search/news?p='.$t.'&sm=Yahoo%21+Search&fr=FP-tab-news-t&toggle=1');<BR>[COLOR="#ff0000"]?>[/COLOR]; </DIV> Code (markup):