summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-07-26 01:51:46 +0300
committerAndrew Dolgov <[email protected]>2015-07-26 01:51:46 +0300
commit8851eb7d7d68ed4ac6365de50c23b45f079e65d2 (patch)
tree6b57329ddc23ccd5c09bd8f7471501c91cebef08
parentc223e5b851ad3c6a355611ea44e5cfc6938c4861 (diff)
fox created page: Scoring
-rw-r--r--ContentFilters.md23
1 files changed, 10 insertions, 13 deletions
diff --git a/ContentFilters.md b/ContentFilters.md
index 383b7c8..aacccd7 100644
--- a/ContentFilters.md
+++ b/ContentFilters.md
@@ -48,20 +48,17 @@ applying to articles imported after the filter had been created.
Several actions are available:
-1\. Delete article - do not import article from the feed, does not
-actually delete anything from the database\
-2. Mark as read - imports article automatically marked as read\
-3. Set starred - sets article starred automatically on import\
-4. Assign tags - assigns custom tags on import\
-5. Publish article - sets article published automatically on import\
+1. Delete article - do not import article from the feed, does not
+actually delete anything from the database
+2. Mark as read - imports article automatically marked as read
+3. Set starred - sets article starred automatically on import
+4. Assign tags - assigns custom tags on import
+5. Publish article - sets article published automatically on import
6. [Modify score](Scoring) - modifies article overall score based on
-the parameter, a signed integer number. Final article score is
-calculated after all filters had been applied and is a sum of all
-matched scoring actions. I.e. if 3 actions matched the article: ~~5, +5,
-+10~~ the overall score will be 10.\
-7. Assign label - assigns specified label to the article on import\
-8. Stop / Do nothing - stops further filter processing for this article,
-no following filters will be checked nor rules applied.
+the parameter, a signed integer number. Final article score is calculated after all filters had been applied and is a sum of all
+matched scoring actions. I.e. if 3 actions matched the article: -5, +5, +10 the overall score will be 10.
+7. Assign label - assigns specified label to the article on import
+8. Stop / Do nothing - stops further filter processing for this article, no following filters will be checked nor rules applied.
After all matching filters had been computed for the article, it is
either imported with modifications as specified by the rules, or dropped