Remove changelog sections
This commit is contained in:
parent
47f37d5ab5
commit
86152613b1
5 changed files with 0 additions and 129 deletions
|
@ -12,29 +12,6 @@ Application Service API (AS API) defines a standard API to allow such
|
|||
extensible functionality to be implemented irrespective of the
|
||||
underlying homeserver implementation.
|
||||
|
||||
## Changelog
|
||||
|
||||
**Version: %APPSERVICE\_RELEASE\_LABEL%**
|
||||
|
||||
{{application\_service\_changelog}}
|
||||
|
||||
This version of the specification is generated from
|
||||
[matrix-doc](https://github.com/matrix-org/matrix-doc) as of Git commit
|
||||
[{{git\_version}}](https://github.com/matrix-org/matrix-doc/tree/%7B%7Bgit_rev%7D%7D).
|
||||
|
||||
For the full historical changelog, see
|
||||
<https://github.com/matrix-org/matrix-doc/blob/master/changelogs/application_service.rst>
|
||||
|
||||
### Other versions of this specification
|
||||
|
||||
The following other versions are also available, in reverse
|
||||
chronological order:
|
||||
|
||||
- [HEAD](https://matrix.org/docs/spec/application_service/unstable.html):
|
||||
Includes all changes since the latest versioned release.
|
||||
- [r0.1.1](https://matrix.org/docs/spec/application_service/r0.1.1.html)
|
||||
- [r0.1.0](https://matrix.org/docs/spec/application_service/r0.1.0.html)
|
||||
|
||||
## Application Services
|
||||
|
||||
Application services are passive and can only observe events from
|
||||
|
|
|
@ -10,39 +10,6 @@ designed to support both lightweight clients which store no state and
|
|||
lazy-load data from the server as required - as well as heavyweight
|
||||
clients which maintain a full local persistent copy of server state.
|
||||
|
||||
## Changelog
|
||||
|
||||
**Version: %CLIENT\_RELEASE\_LABEL%**
|
||||
|
||||
{{client\_server\_changelog}}
|
||||
|
||||
This version of the specification is generated from
|
||||
[matrix-doc](https://github.com/matrix-org/matrix-doc) as of Git commit
|
||||
[{{git\_version}}](https://github.com/matrix-org/matrix-doc/tree/%7B%7Bgit_rev%7D%7D).
|
||||
|
||||
For the full historical changelog, see
|
||||
<https://github.com/matrix-org/matrix-doc/blob/master/changelogs/client_server.rst>
|
||||
|
||||
### Other versions of this specification
|
||||
|
||||
The following other versions are also available, in reverse
|
||||
chronological order:
|
||||
|
||||
- [HEAD](https://matrix.org/docs/spec/client_server/unstable.html):
|
||||
Includes all changes since the latest versioned release.
|
||||
- [r0.6.1](https://matrix.org/docs/spec/client_server/r0.6.1.html)
|
||||
- [r0.6.0](https://matrix.org/docs/spec/client_server/r0.6.0.html)
|
||||
- [r0.5.0](https://matrix.org/docs/spec/client_server/r0.5.0.html)
|
||||
- [r0.4.0](https://matrix.org/docs/spec/client_server/r0.4.0.html)
|
||||
- [r0.3.0](https://matrix.org/docs/spec/client_server/r0.3.0.html)
|
||||
- [r0.2.0](https://matrix.org/docs/spec/client_server/r0.2.0.html)
|
||||
- [r0.1.0](https://matrix.org/docs/spec/client_server/r0.1.0.html)
|
||||
- [r0.0.1](https://matrix.org/docs/spec/r0.0.1/client_server.html)
|
||||
- [r0.0.0](https://matrix.org/docs/spec/r0.0.0/client_server.html)
|
||||
- [Legacy](https://matrix.org/docs/spec/legacy/#client-server-api):
|
||||
The last draft before the spec was formally released in version
|
||||
r0.0.0.
|
||||
|
||||
## API Standards
|
||||
|
||||
The mandatory baseline for client-server communication in Matrix is
|
||||
|
|
|
@ -13,31 +13,6 @@ can be established, validated, and used. This description technically
|
|||
may apply to any 3PID, but in practice has only been applied
|
||||
specifically to email addresses and phone numbers.
|
||||
|
||||
## Changelog
|
||||
|
||||
**Version: %IDENTITY\_RELEASE\_LABEL%**
|
||||
|
||||
{{identity\_service\_changelog}}
|
||||
|
||||
This version of the specification is generated from
|
||||
[matrix-doc](https://github.com/matrix-org/matrix-doc) as of Git commit
|
||||
[{{git\_version}}](https://github.com/matrix-org/matrix-doc/tree/%7B%7Bgit_rev%7D%7D).
|
||||
|
||||
For the full historical changelog, see
|
||||
<https://github.com/matrix-org/matrix-doc/blob/master/changelogs/identity_service.rst>
|
||||
|
||||
### Other versions of this specification
|
||||
|
||||
The following other versions are also available, in reverse
|
||||
chronological order:
|
||||
|
||||
- [HEAD](https://matrix.org/docs/spec/identity_service/unstable.html):
|
||||
Includes all changes since the latest versioned release.
|
||||
- [r0.3.0](https://matrix.org/docs/spec/identity_service/r0.3.0.html)
|
||||
- [r0.2.1](https://matrix.org/docs/spec/identity_service/r0.2.1.html)
|
||||
- [r0.2.0](https://matrix.org/docs/spec/identity_service/r0.2.0.html)
|
||||
- [r0.1.0](https://matrix.org/docs/spec/identity_service/r0.1.0.html)
|
||||
|
||||
## General principles
|
||||
|
||||
The purpose of an identity server is to validate, store, and answer
|
||||
|
|
|
@ -8,28 +8,6 @@ Clients may want to receive push notifications when events are received
|
|||
at the homeserver. This is managed by a distinct entity called the Push
|
||||
Gateway.
|
||||
|
||||
## Changelog
|
||||
|
||||
**Version: %PUSH\_GATEWAY\_RELEASE\_LABEL%**
|
||||
|
||||
{{push\_gateway\_changelog}}
|
||||
|
||||
This version of the specification is generated from
|
||||
[matrix-doc](https://github.com/matrix-org/matrix-doc) as of Git commit
|
||||
[{{git\_version}}](https://github.com/matrix-org/matrix-doc/tree/%7B%7Bgit_rev%7D%7D).
|
||||
|
||||
For the full historical changelog, see
|
||||
<https://github.com/matrix-org/matrix-doc/blob/master/changelogs/push_gateway.rst>
|
||||
|
||||
### Other versions of this specification
|
||||
|
||||
The following other versions are also available, in reverse
|
||||
chronological order:
|
||||
|
||||
- [HEAD](https://matrix.org/docs/spec/push_gateway/unstable.html):
|
||||
Includes all changes since the latest versioned release.
|
||||
- [r0.1.0](https://matrix.org/docs/spec/push_gateway/r0.1.0.html)
|
||||
|
||||
## Overview
|
||||
|
||||
A client's homeserver forwards information about received events to the
|
||||
|
|
|
@ -45,32 +45,6 @@ EDUs and PDUs are further wrapped in an envelope called a Transaction,
|
|||
which is transferred from the origin to the destination homeserver using
|
||||
an HTTPS PUT request.
|
||||
|
||||
## Changelog
|
||||
|
||||
**Version: %SERVER\_RELEASE\_LABEL%**
|
||||
|
||||
{{server\_server\_changelog}}
|
||||
|
||||
This version of the specification is generated from
|
||||
[matrix-doc](https://github.com/matrix-org/matrix-doc) as of Git commit
|
||||
[{{git\_version}}](https://github.com/matrix-org/matrix-doc/tree/%7B%7Bgit_rev%7D%7D).
|
||||
|
||||
For the full historical changelog, see
|
||||
<https://github.com/matrix-org/matrix-doc/blob/master/changelogs/server_server.rst>
|
||||
|
||||
### Other versions of this specification
|
||||
|
||||
The following other versions are also available, in reverse
|
||||
chronological order:
|
||||
|
||||
- [HEAD](https://matrix.org/docs/spec/server_server/unstable.html):
|
||||
Includes all changes since the latest versioned release.
|
||||
- [r0.1.4](https://matrix.org/docs/spec/server_server/r0.1.4.html)
|
||||
- [r0.1.3](https://matrix.org/docs/spec/server_server/r0.1.3.html)
|
||||
- [r0.1.2](https://matrix.org/docs/spec/server_server/r0.1.2.html)
|
||||
- [r0.1.1](https://matrix.org/docs/spec/server_server/r0.1.1.html)
|
||||
- [r0.1.0](https://matrix.org/docs/spec/server_server/r0.1.0.html)
|
||||
|
||||
## API standards
|
||||
|
||||
The mandatory baseline for client-server communication in Matrix is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue