From 2ee7696d6783bed4092d60cfedf4c3277a19550e Mon Sep 17 00:00:00 2001 From: orvit <55005263+orvitpng@users.noreply.github.com> Date: Mon, 2 Oct 2023 11:15:18 -0500 Subject: [PATCH] enhance grammar and language in landing pages (en) (#1003) Makes the project look considerably more professional and less like you've just stumbled upon a phishing page. --- docs/README.md | 8 ++++---- website/docs/index.md | 14 +++++++------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/README.md b/docs/README.md index 957395baf63c..fd2e32e51600 100644 --- a/docs/README.md +++ b/docs/README.md @@ -13,11 +13,11 @@ A Kernel-based root solution for Android devices. ## Compatibility State -KernelSU officially supports Android GKI 2.0 devices(with kernel 5.10+), old kernels(4.14+) are also compatible, but you need to build the kernel yourself. +KernelSU officially supports Android GKI 2.0 devices (kernel 5.10+). Older kernels (4.14+) are also compatible, but the kernel will have to be built manually. -WSA, ChromeOS and container-based Android can also work with KernelSU integrated. +With this, WSA, ChromeOS, and container-based Android are all supported. -And the current supported ABIs are: `arm64-v8a` and `x86_64` +Currently, only `arm64-v8a` and `x86_64` are supported. ## Usage @@ -27,7 +27,7 @@ And the current supported ABIs are: `arm64-v8a` and `x86_64` ## Translation -To translate KernelSU into your language or improve an existing translation, please use [Weblate](https://hosted.weblate.org/engage/kernelsu/). +To help translate KernelSU or improve existing translations, please use [Weblate](https://hosted.weblate.org/engage/kernelsu/). ## Discussion diff --git a/website/docs/index.md b/website/docs/index.md index 66e45d999909..0c921a183239 100644 --- a/website/docs/index.md +++ b/website/docs/index.md @@ -19,11 +19,11 @@ hero: features: - title: Kernel-based - details: KernelSU is working in Linux kernel mode, it has more control over userspace applications. - - title: Whitelist access control - details: Only App that is granted root permission can access `su`, other apps cannot perceive su. - - title: Restricted root permission - details: KernelSU allows you to customize the uid, gid, groups, capabilities and SELinux rules of su. Lock up the root power in a cage. - - title: Module & Open source - details: KernelSU supports modify /system systemlessly by overlayfs and it is open-sourced under GPL-3. + details: As the name suggests, KernelSU works under the Linux kernel giving it more control over userspace applications. + - title: Root Access Control + details: Only permitted apps may access or see `su`, all other apps are not aware of this. + - title: Customizable Root Privileges + details: KernelSU allows customization of `su`'s uid, gid, groups, capabilities, and SELinux rules, locking up root privileges. + - title: Modules + details: Modules may modify /system systemlessly using overlayfs enabling great power.