« Previous -
Version 20/27
(diff) -
Next » -
Current version
Andrew Dolgov, 08/11/2008 11:21 PM
= Scoring =
Since '''1.2.23''', tt-rss supports scoring in a way similar to some newsreaders, albeit more limited. The score is calculated on article import using special filters with a "Modify score" action. The resulting score is a sum of all score modifiers from all matching filters. So, for example, if the article matches two filters A (score +100) and B (score -50), the resulting score will be 50.
Article score affects the position of the article in the headline buffer (which is sorted by score) and alters the way article is displayed:
| Score | Action | |||
| < -500 | score_low.png) Score indicator is dark, headline is gray and striked through (in CDM automatically collapse article), article is automatically marked as read | |||
| < -100 | score_low.png) Score indicator is dark, headline is gray and striked through (in CDM automatically collapse article) | |||
| < -50 | score_half_low.png) Score indicator is half-dark, headline is gray and striked through (in CDM automatically collapse article) | |||
| < 0 | score_low.png) Score indicator is dark | |||
| 0 | score_neutral.png) Display as usual | |||
| > 0 | score_high.png) Score indicator is green | |||
| > 50 | score_half_high.png) Score indicator is half-green | |||
| > 500 | score_high.png) Score indicator is green and headline text is highlighted green | |||
| > 1000 | score_high.png) Same as above, article is also marked as starred |
{{{
#!html
<!--
|| Score || Action ||
|| < -500 || score_low.png) Do not display ||
|| < -100 || score_low.png) Score indicator is dark, headline is gray and striked through (in CDM automatically collapse article) ||
|| 0 || score_neutral.png) Display as usual ||
|| > 100 || score_high.png) Score indicator is green ||
|| > 500 || score_high.png) Score indicator is green and headline text is highlighted green ||
|| > 1000 || score_high.png) Same as above, article is also marked as starred ||
-->
}}}
Calculated score for an individual article may be adjusted by clicking on score indicator:
{{{
#!html
<img src="/images/score_indicator.png">
}}}
Scores for specific feed may be recalculated with "Rescore articles" action in My Feeds. Note that all custom scores for articles in specified feed will be lost.
{{{
#!html
<img src="/images/rescore_action.png">
}}}
It is very easy to create labels to browse articles by score:
{{{
#!html
<img src="/images/score_label.png">
}}}