summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfox <[email protected]>2017-12-14 15:47:25 +0000
committerfox <[email protected]>2017-12-14 15:47:25 +0000
commita67633b36ee224a25e77ceed6a2480a34674b543 (patch)
tree6110b5064e14f452e0b65532384885e31c20c9af
parent87c604383e419b7aaf13cb5d8e59e174bdb5ca69 (diff)
Update page 'Scoring'
-rw-r--r--Scoring.md38
1 files changed, 19 insertions, 19 deletions
diff --git a/Scoring.md b/Scoring.md
index 35c8b37..12e47fc 100644
--- a/Scoring.md
+++ b/Scoring.md
@@ -1,20 +1,20 @@
-Scoring
-=======
-
-Since version: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 | Display / Action |
-|-------|------------------|
-| < -500 | Score indicator is dark, headline is gray and striked through, article is automatically marked as read
-| < -100 | Score indicator is dark, headline is gray and striked through
-| < 0 | Score indicator is half-filled dark, version:1.5.0: article is excluded from Fresh feed and (as of version:1.5.10 also excluded from email digest) |
-| 0 | Display normally |
-| > 0 | Score indicator is half-filled green |
-| > 500 | Score indicator is green and headline text is highlighted green |
-| > 1000 | Same as above, article is also marked as starred |
-
-Calculated score for an individual article may be adjusted by clicking on score indicator in the headlines list.
-
+Scoring
+=======
+
+Since version: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 | Display / Action |
+|-------|------------------|
+| <-500 | Score indicator is dark, headline is gray and striked through, article is automatically marked as read
+| <-100 | Score indicator is dark, headline is gray and striked through
+| <0 | Score indicator is half-filled dark, version:1.5.0: article is excluded from Fresh feed and (as of version:1.5.10 also excluded from email digest) |
+| 0 | Display normally |
+| >0 | Score indicator is half-filled green |
+| >500 | Score indicator is green and headline text is highlighted green |
+| >1000 | Same as above, article is also marked as starred |
+
+Calculated score for an individual article may be adjusted by clicking on score indicator in the headlines list.
+
![](http://tt-rss.org/images/score_indicator.png) \ No newline at end of file