mastodon/README.md

24 lines
648 B
Markdown
Raw Normal View History

2023-09-25 00:54:25 +02:00
# Mastodon - Paravielfalt Edition
2023-09-25 00:54:25 +02:00
Dieses Repository enthält den Quellcode für [paravielfalt.zone](https://paravielfalt.zone).
2023-09-25 00:54:25 +02:00
Die Instanz basiert auf Mastodon und ist vom offiziellen Quellcode-Repository geforkt: <https://github.com/mastodon/mastodon>.
2016-03-21 09:19:16 +01:00
2023-09-25 00:54:25 +02:00
## Änderungsübersicht
2016-10-05 13:37:47 +02:00
2023-09-25 00:54:25 +02:00
Gegenüber der Mastodon-Standardinstallation gibt es folgende Änderungen.
2016-10-05 13:37:47 +02:00
2023-12-25 22:28:47 +01:00
- Zeichenlimit von 500 auf 1500 Zeichen erhöht
2016-09-24 20:44:47 +02:00
2024-08-26 21:34:24 +02:00
[Vollständige Liste aller Änderungen](https://git.wir-sind-auch-menschen.de/paravielfalt/mastodon/compare/stable-4.1...paravielfalt-4.1).
2016-09-02 14:07:21 +02:00
2023-09-25 00:54:25 +02:00
## Neue Version bauen
2016-09-21 23:32:53 +02:00
2023-09-25 00:54:25 +02:00
```sh
git tag v4.2.0-pvz$(date '+%y%m%d%H%M')
```
2023-09-25 00:54:25 +02:00
```sh
git push --tag
```