1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-11-09 20:02:32 +01:00

more consistent capitalisation

This commit is contained in:
Erkin Alp Güney 2023-04-01 22:52:07 +03:00 committed by GitHub
parent 7a279370ff
commit e21b42328a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.