mastodon/README.md

29 lines
671 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
2016-10-24 12:37:06 +02: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
2016-09-02 14:07:21 +02:00
2023-09-25 00:54:25 +02:00
[Vollständige Liste aller Änderungen](https://git.rabbithole.cyou/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
```
2017-10-07 21:20:59 +02:00
2023-09-25 00:54:25 +02:00
Build in Drone aktzeptieren.