I'm currently making a news aggregation website. I've looked/searched around the forum and did not see a particular topic on this, please forgive me if this has already been discussed.
I would like to make a news aggregation website that's similar to the following sites:
http://newsnow.co.uk/
http://www.christianheadlines.com/
http://www.gametab.com/
http://macsurfer.com/
The site would aggregate feeds from other sites without displaying any teaser, but only listing the titles, which will link back to the story on the original news site. I know some sites use zFeeder, but I'd like to try to achieve the same thing with Drupal.
I have experimented with the following combinations of modules, but none were exactly perfect:
Default Aggregator
With the default aggregator that came with Drupal, I could not find any easy way to "not" show teasers on the aggregation page. The only solution I found was to make blocks of aggregated contents, then place the block in a node, or use a module like panel to place the blocks on a page.
I've also tried to combine aggregator with Feed_node, and use Views to create a view that only display titles, but since Feed_node creates nodes out of the feed, the titles created by Views links to the nodes on my site, not the original site the story came from.
Leech or Feedparser