As I posted to the other conversation, CG-FeedRead actually stores its generated HTML into a file for low-overhead, pre-cached retrieval of the RSS info. So, in theory, it should be possibly to use SSI to include the CG-FeedRead output into a non-PHP page (though, there must be PHP pages running on the blog every now and again or the feeds won’t be updated…). You could even set up a custom one that doesn’t include the source site title, doesn’t limit lengths or anything, and DOES limit it to the one latest post — that might work.
Until I get updating-via-cron working at some point, again, you need to still have some php code running on the blog every hour or so, so that CG-FeedRead has a chance to try to update the RSS cache if needed…
-d