mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Remove "reference" wording according Synapse homeserver (#10971)
This commit is contained in:
parent
4f00432ce1
commit
6744273f0b
@ -55,11 +55,8 @@ solutions. The hope is for Matrix to act as the building blocks for a new
|
|||||||
generation of fully open and interoperable messaging and VoIP apps for the
|
generation of fully open and interoperable messaging and VoIP apps for the
|
||||||
internet.
|
internet.
|
||||||
|
|
||||||
Synapse is a reference "homeserver" implementation of Matrix from the core
|
Synapse is a Matrix "homeserver" implementation developed by the matrix.org core
|
||||||
development team at matrix.org, written in Python/Twisted. It is intended to
|
team, written in Python 3/Twisted.
|
||||||
showcase the concept of Matrix and let folks see the spec in the context of a
|
|
||||||
codebase and let you run your own homeserver and generally help bootstrap the
|
|
||||||
ecosystem.
|
|
||||||
|
|
||||||
In Matrix, every user runs one or more Matrix clients, which connect through to
|
In Matrix, every user runs one or more Matrix clients, which connect through to
|
||||||
a Matrix homeserver. The homeserver stores all their personal chat history and
|
a Matrix homeserver. The homeserver stores all their personal chat history and
|
||||||
|
1
changelog.d/10971.doc
Normal file
1
changelog.d/10971.doc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Change wording ("reference homeserver") in Synapse repository documentation. Contributed by @maxkratz.
|
@ -6,9 +6,9 @@ Please update any links to point to the new website instead.
|
|||||||
## About
|
## About
|
||||||
|
|
||||||
This directory currently holds a series of markdown files documenting how to install, use
|
This directory currently holds a series of markdown files documenting how to install, use
|
||||||
and develop Synapse, the reference Matrix homeserver. The documentation is readable directly
|
and develop Synapse. The documentation is readable directly from this repository, but it is
|
||||||
from this repository, but it is recommended to instead browse through the
|
recommended to instead browse through the [website](https://matrix-org.github.io/synapse) for
|
||||||
[website](https://matrix-org.github.io/synapse) for easier discoverability.
|
easier discoverability.
|
||||||
|
|
||||||
## Adding to the documentation
|
## Adding to the documentation
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Introduction
|
# Introduction
|
||||||
|
|
||||||
Welcome to the documentation repository for Synapse, the reference
|
Welcome to the documentation repository for Synapse, a
|
||||||
[Matrix](https://matrix.org) homeserver implementation.
|
[Matrix](https://matrix.org) homeserver implementation developed by the matrix.org core
|
||||||
|
team.
|
||||||
|
Loading…
Reference in New Issue
Block a user