This is sort of a Request for Comments. I’m creating a news portal that aims to be light, open, versioned via github and readable in html, xml, json and markdown using a free api. It aims to declutter current news and put them in relation to previous events - each news item has a list of related stories. Data is based on wikipedia current events. Backend static generator is written in Perl.
Comments:
Thanks for the comments:
The general idea seems to be like Google News, but without the tracking and the Google and images. I like that and I made a similar site in german.
This looks cool! How do you aggregate news links from different sources? A combined feed?
It is essentially a feed reader with manual weights for ordering.
Nice idea with weighting by tag and source quality, I didn’t think of it like that.
At least WikiNews could be an additional source.
In general, you only provide links with the headlines as text. That should be fine for all the other sources as well.
Yes, it should. But I had a problem with correct filtering of crappy news or clickbait headlines. With your weighting approach it would be easier. Additionally, for context cross-reference, I’m relying on wikipedia keywording for now, but with additional sources I would have to implement keywording based on, for example, parts-of-speech dissection (verbs).