From e21b42328a1daf6d9aa9bff50067ea92015bd667 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erkin=20Alp=20G=C3=BCney?= Date: Sat, 1 Apr 2023 22:52:07 +0300 Subject: [PATCH] more consistent capitalisation --- docs/index.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/index.md b/docs/index.md index ea3fae3..834c6b5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8,21 +8,21 @@ ## What is {{ project.name }}? -{{ project.name }} is a Discord.com server implementation and extension, -with the goal of complete feature parity with Discord.com, +{{ project.name }} is a free open source reimplementation and extension +of Discord's client-server API, with the goal of complete feature parity with discord.com, all while adding some additional goodies, security, privacy, and configuration options. -{{ project.name }} allows you to host a complete, Discord.com-compatible chat service +{{ project.name }} allows you to host a complete, discord.com-compatible chat service with complete control over it's content, usage, security, configuration, and featureset. -Being Discord.com-compatible will allow all existing clients, bots, and applications written for -Discord.com to be used on any {{ project.name }} instance, which we believe will be immensely useful +Being discord.com-compatible will allow all existing clients, bots, and applications written for +discord.com to be used on any {{ project.name }} instance, which we believe will be immensely useful for any transition process between services. -As {{ project.name }} is an entirely separate service from Discord.com, it means a {{ project.name }} server by itself **cannot** -access private data controlled by Discord.com. You **cannot** use a {{ project.name }} server to chat with your friends on Discord.com. -You also **cannot** use a {{ project.name }} server to grant premium ("Nitro") features to a Discord.com account (although you can grant these to a {{ project.name }} account). +As {{ project.name }} is an entirely separate service from discord.com, it means a {{ project.name }} server by itself **cannot** +access private data controlled by discord.com. You **cannot** use a {{ project.name }} server to chat with your friends on Discord.com. +You also **cannot** use a {{ project.name }} server to grant premium ("Nitro") features to a discord.com account (although you can grant these to a {{ project.name }} account). -Our goal is to achieve complete feature parity with Discord.com, as well as +Our goal is to achieve complete feature parity with discord.com, as well as implement additional security, privacy, and other useful features serverside. In addition to our server software, we aim to create {{ project.name }}-aware clients that can be used to connect to multiple {{ project.name }}-compatible instances with rich theming and plugin support.