aboutsummaryrefslogtreecommitdiff
path: root/app/flatpages/help
diff options
context:
space:
mode:
Diffstat (limited to 'app/flatpages/help')
-rw-r--r--app/flatpages/help/non_free.md2
-rw-r--r--app/flatpages/help/top_packages.md8
2 files changed, 3 insertions, 7 deletions
diff --git a/app/flatpages/help/non_free.md b/app/flatpages/help/non_free.md
index fab9062..8eb1eb2 100644
--- a/app/flatpages/help/non_free.md
+++ b/app/flatpages/help/non_free.md
@@ -28,7 +28,7 @@ Limiting the promotion of problematic licenses helps Minetest avoid ending up in
such a state. Licenses that prohibit redistribution or modification are
completely banned from ContentDB and the Minetest forums. Other non-free licenses
will be subject to limited promotion - they won't be shown by default in
-the client, and their [score](/help/top_packages/) will receive a 10x penalty.
+the client.
Not providing full promotion on ContentDB, or not allowing your package at all,
doesn't mean you can't make such content - it just means we're not going to help
diff --git a/app/flatpages/help/top_packages.md b/app/flatpages/help/top_packages.md
index 8f14090..da3f38a 100644
--- a/app/flatpages/help/top_packages.md
+++ b/app/flatpages/help/top_packages.md
@@ -7,10 +7,8 @@ In the future, a package will also gain score through reviews.
## Pseudo rolling average of downloads
-Every package loses 5% of its score every day.
-
-An open source package will gain 1 score for each unique download,
-whereas a non-free package will only gain 0.1 score.
+Every package loses 5% of its score every day, and will gain 1 score for each
+unique download.
This metric aims to be roughly equivalent to the average downloads.
@@ -27,8 +25,6 @@ This legacy heuristic is as follows:
multiplier = 1
if no screenshot:
multiplier *= 0.8
- if not foss:
- multiplier *= 0.1
score = multiplier * (max(downloads, forum_score * 0.6) + forum_bonus)