Scoring

Version 26 (Andrew Dolgov, 01/18/2009 03:35 PM)

1 1
= Scoring =
2 1
3 9 Andrew Dolgov
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.
4 1
5 23 Andrew Dolgov
'''Note''': This page reflects changes made in the scoring display for '''1.2.26''', '''1.2.25''' and below doesn't display half-filled images.
6 22 Andrew Dolgov
7 17 Andrew Dolgov
Article score affects the position of the article in the headline buffer (which is sorted by score) and alters the way article is displayed:
8 1
9 1
|| Score || Action ||
10 1
|| < -500 || [[Image(MiscPics:score_low.png)]] Score indicator is dark, headline is gray and striked through (in CDM automatically collapse article), article is automatically marked as read ||
11 1
|| < -100 || [[Image(MiscPics:score_low.png)]] Score indicator is dark, headline is gray and striked through (in CDM automatically collapse article) ||
12 22 Andrew Dolgov
|| < 0 || [[Image(MiscPics:score_half_low.png)]] Score indicator is half-filled dark ||
13 17 Andrew Dolgov
|| 0 || [[Image(MiscPics:score_neutral.png)]] Display as usual ||
14 22 Andrew Dolgov
|| > 0 || [[Image(MiscPics:score_half_high.png)]] Score indicator is half-filled green ||
15 1
|| > 500 || [[Image(MiscPics:score_high.png)]] Score indicator is green and headline text is highlighted green ||
16 1
|| > 1000 || [[Image(MiscPics:score_high.png)]] Same as above, article is also marked as starred ||
17 1
18 17 Andrew Dolgov
{{{
19 17 Andrew Dolgov
#!html 
20 17 Andrew Dolgov
<!--
21 17 Andrew Dolgov
|| Score || Action ||
22 17 Andrew Dolgov
|| < -500 || [[Image(MiscPics:score_low.png)]] Do not display ||
23 17 Andrew Dolgov
|| < -100 || [[Image(MiscPics:score_low.png)]] Score indicator is dark, headline is gray and striked through (in CDM automatically collapse article) ||
24 17 Andrew Dolgov
|| 0 || [[Image(MiscPics:score_neutral.png)]] Display as usual ||
25 17 Andrew Dolgov
|| > 100 || [[Image(MiscPics:score_high.png)]] Score indicator is green ||
26 17 Andrew Dolgov
|| > 500 || [[Image(MiscPics:score_high.png)]] Score indicator is green and headline text is highlighted green ||
27 17 Andrew Dolgov
|| > 1000 || [[Image(MiscPics:score_high.png)]] Same as above, article is also marked as starred ||
28 17 Andrew Dolgov
-->
29 17 Andrew Dolgov
}}}
30 1
31 9 Andrew Dolgov
Calculated score for an individual article may be adjusted by clicking on score indicator:
32 1
33 9 Andrew Dolgov
{{{
34 9 Andrew Dolgov
#!html 
35 9 Andrew Dolgov
<img src="/images/score_indicator.png">
36 9 Andrew Dolgov
}}}
37 9 Andrew Dolgov
38 9 Andrew Dolgov
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.
39 9 Andrew Dolgov
40 9 Andrew Dolgov
{{{
41 9 Andrew Dolgov
#!html 
42 9 Andrew Dolgov
<img src="/images/rescore_action.png">
43 9 Andrew Dolgov
}}}
44 9 Andrew Dolgov
45 9 Andrew Dolgov
== Scoring and Labels ==
46 9 Andrew Dolgov
47 26 Andrew Dolgov
''This information only applies to version 1.2.30 and below.''
48 24 Andrew Dolgov
49 10 Andrew Dolgov
It is very easy to create labels to browse articles by score:
50 9 Andrew Dolgov
51 9 Andrew Dolgov
{{{
52 9 Andrew Dolgov
#!html 
53 9 Andrew Dolgov
<img src="/images/score_label.png">
54 9 Andrew Dolgov
}}}