Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edit the description #65

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,28 @@

## 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,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if Discord ever switches to a MIMI compatible protocol, refer to the original discord protocol as "legacy Discord"

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.

## Support

For any kind of support regarding {{ project.name }}, feel free to ask questions in our [Discord.com server](https://discord.gg/Ms5Ev7S6bF)
For any kind of support regarding {{ project.name }}, feel free to ask questions in our [discord.com guild](https://discord.gg/Ms5Ev7S6bF)
or our [official {{ project.name }} instance](https://staging.{{ project.domain }}).

For bug reporting and feature requests please create an [issue]({{ repositories.base_url }}/{{ repositories.server }}/issues/new/choose) on Github.