Hey, Linda ... I'm just putting the finishing touches on the headlines feeds today (we had a little problem develop, but we squashed it.) So, while the documentation isn't up, the javascript versions of the feeds are.
If you're interested in running just the feed of ReveNews posts regarding affiliate marketing:
Headlines & Abstracts:
Code:
<script language="JavaScript" src="http://www.revenews.com/jsfeeds/revenews_affiliate_marketing.js"></script>
Headlines Only:
Code:
<script language="JavaScript" src="http://www.revenews.com/jsfeeds/headline_revenews_affiliate_marketing.js"></script>
Conversely, if you're interested in ReveNews posts about affiliate marketing plus the articles we identify from other sites about the topic, you could use:
Headlines & Abstracts:
Code:
<script language="JavaScript" src="http://www.revenews.com/jsfeeds/affiliate_marketing.js"></script>
Headlines Only:
Code:
<script language="JavaScript" src="http://www.revenews.com/jsfeeds/headline_affiliate_marketing.js"></script>
You're probably noticing a pattern there, too (with the category names) ... if you wanted "online marketing" headlines, for example, you could change the "affiliate_marketing" part with "online_marketing".
If you're looking for a feed of all the ReveNews articles, regardless of topic, it would be:
Code:
<script language="JavaScript" src="http://www.revenews.com/jsfeeds/index.js"></script>
Obviously I've got a little more work cut out for me on writing a guide to these feeds (since we have six feeds per topic with seven topics), but that should get you started.
Best,
Brian