Scoring
Version 27 (Andrew Dolgov, 01/18/2009 03:35 PM)
| 1 | 1 | ||
|---|---|---|---|
| 2 | 27 | Andrew Dolgov | h1. Scoring |
| 3 | 1 | ||
| 4 | 1 | ||
| 5 | 27 | 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. |
| 6 | 27 | Andrew Dolgov | |
| 7 | 27 | 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. |
| 8 | 27 | Andrew Dolgov | |
| 9 | 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: |
| 10 | 1 | ||
| 11 | 1 | || Score || Action || |
|
| 12 | 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 || |
|
| 13 | 1 | || < -100 || [[Image(MiscPics:score_low.png)]] Score indicator is dark, headline is gray and striked through (in CDM automatically collapse article) || |
|
| 14 | 22 | Andrew Dolgov | || < 0 || [[Image(MiscPics:score_half_low.png)]] Score indicator is half-filled dark || |
| 15 | 1 | || 0 || [[Image(MiscPics:score_neutral.png)]] Display as usual || |
|
| 16 | 1 | || > 0 || [[Image(MiscPics:score_half_high.png)]] Score indicator is half-filled green || |
|
| 17 | 1 | || > 500 || [[Image(MiscPics:score_high.png)]] Score indicator is green and headline text is highlighted green || |
|
| 18 | 1 | || > 1000 || [[Image(MiscPics:score_high.png)]] Same as above, article is also marked as starred || |
|
| 19 | 1 | ||
| 20 | 27 | Andrew Dolgov | <pre> |
| 21 | 27 | Andrew Dolgov | <code class="html"> |
| 22 | 17 | Andrew Dolgov | <!-- |
| 23 | 17 | Andrew Dolgov | || Score || Action || |
| 24 | 17 | Andrew Dolgov | || < -500 || [[Image(MiscPics:score_low.png)]] Do not display || |
| 25 | 1 | || < -100 || [[Image(MiscPics:score_low.png)]] Score indicator is dark, headline is gray and striked through (in CDM automatically collapse article) || |
|
| 26 | 17 | Andrew Dolgov | || 0 || [[Image(MiscPics:score_neutral.png)]] Display as usual || |
| 27 | 1 | || > 100 || [[Image(MiscPics:score_high.png)]] Score indicator is green || |
|
| 28 | 1 | || > 500 || [[Image(MiscPics:score_high.png)]] Score indicator is green and headline text is highlighted green || |
|
| 29 | 1 | || > 1000 || [[Image(MiscPics:score_high.png)]] Same as above, article is also marked as starred || |
|
| 30 | 17 | Andrew Dolgov | --> |
| 31 | 27 | Andrew Dolgov | </code></pre> |
| 32 | 1 | ||
| 33 | 1 | Calculated score for an individual article may be adjusted by clicking on score indicator: |
|
| 34 | 1 | ||
| 35 | 27 | Andrew Dolgov | <pre> |
| 36 | 27 | Andrew Dolgov | <code class="html"> |
| 37 | 1 | <img src="/images/score_indicator.png"> |
|
| 38 | 27 | Andrew Dolgov | </code></pre> |
| 39 | 1 | ||
| 40 | 1 | 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. |
|
| 41 | 1 | ||
| 42 | 27 | Andrew Dolgov | <pre> |
| 43 | 27 | Andrew Dolgov | <code class="html"> |
| 44 | 9 | Andrew Dolgov | <img src="/images/rescore_action.png"> |
| 45 | 27 | Andrew Dolgov | </code></pre> |
| 46 | 9 | Andrew Dolgov | |
| 47 | 9 | Andrew Dolgov | |
| 48 | 27 | Andrew Dolgov | h2. Scoring and Labels |
| 49 | 9 | Andrew Dolgov | |
| 50 | 27 | Andrew Dolgov | |
| 51 | 27 | Andrew Dolgov | _This information only applies to version 1.2.30 and below._ |
| 52 | 27 | Andrew Dolgov | |
| 53 | 10 | Andrew Dolgov | It is very easy to create labels to browse articles by score: |
| 54 | 9 | Andrew Dolgov | |
| 55 | 27 | Andrew Dolgov | <pre> |
| 56 | 27 | Andrew Dolgov | <code class="html"> |
| 57 | 9 | Andrew Dolgov | <img src="/images/score_label.png"> |
| 58 | 27 | Andrew Dolgov | </code></pre> |