It only took me a morning of fiddling to get the RSS feed from denyerec’s site thanks to the well coded and free php module by the guys at CaRP.
I had to use CarpConf('maxidecs',-1);
to stop the snippet of article coming up, which is undocumented. Having said that I think that doing something with CarpConf(''iorder',#bleh#);
could also have the desired effect.
update
I have now changed the line to read:
CarpConf('iorder','link');
which is much nicer 🙂
I’m not gonna pretend to know how your RSS feed to Denyer’s site works (nifty as it is), but it may be worth modifying (if the code will allow) so that clicking on a link opens in a new window (like using the <a href="link-to-wherever" target="_blank"> if that makes any sense)?
Just a thought.
Cheers Pete, done that now. Anymore suggestions welcome.