diff options
Diffstat (limited to 'app/flatpages/help')
-rw-r--r-- | app/flatpages/help/content_flags.md | 26 | ||||
-rw-r--r-- | app/flatpages/help/content_ratings.md | 11 |
2 files changed, 26 insertions, 11 deletions
diff --git a/app/flatpages/help/content_flags.md b/app/flatpages/help/content_flags.md new file mode 100644 index 0000000..ef20dbc --- /dev/null +++ b/app/flatpages/help/content_flags.md @@ -0,0 +1,26 @@ +title: Content Flags + +Content flags allow you to hide content based on your preferences. +The filtering is done server-side, which means that you don't need to update +your client to use new flags. + +## Flags + +* `nonfree` - can be used to hide packages which do not qualify as + 'free software', as defined by the Free Software Foundation. +* A content rating, given below. + + +## Ratings + +Content ratings aren't currently supported by ContentDB. +Instead, mature content isn't allowed at all for now. + +In the future, more mature content will be allowed but labelled with +content ratings which may contain the following: + +* android_default - meta-rating which includes gore and drugs. +* desktop_default - meta-rating which won't include anything for now. +* gore - more than just blood +* drugs +* swearing diff --git a/app/flatpages/help/content_ratings.md b/app/flatpages/help/content_ratings.md deleted file mode 100644 index af34657..0000000 --- a/app/flatpages/help/content_ratings.md +++ /dev/null @@ -1,11 +0,0 @@ -title: Content Ratings - -Content ratings aren't currently supported by ContentDB. -Instead, mature content isn't allowed at all for now. - -Possible future ratings: - -* mature - meta-rating which includes gore and drugs -* gore - more than just blood -* drugs -* swearing |