jormungandr-patches/README.md
2024-07-17 13:04:08 -06:00

21 lines
No EOL
1.6 KiB
Markdown

# Jormungandr Patches
A compilation of changes made in [jormungandr-bite](https://iceshrimp.dev/limepotato/jormungandr-bite), as patches, for your ease of access.
you can either clone this repo, or download each individual file from the [patches folder](./patches)
### Instructions
To apply a patch ``git am --keep-cr --signoff < {patch}``
### Explanations
- [Beep/Rebeeps/Creatures](./patches/beeps/): Renames Posts and Boosts to Beeps and Rebeeps respectively, as well as Users to Creatures.
- [Builtin Catppuccin Themes](./patches/builtin-catppuccin-themes.patch): All catppuccin themes (and accents), built-in
- [Configurable Pinned Post Limit](./patches/configurable-pinLimit.patch): Allows admin to configure pinned post limit in config file
- [Fix Find Server Link](./patches/fix-findserver-link.patch): the link for "Find servers" on the signup page for locked registration instances leads to a dead page, so this replaces the link with fedidb.org
- [Remove Maintainer-info Nag](./patches/remove-maintainer-info-nag.patch): Removes nag if you dont input maintainer information
- [Post Form Height](./patches/textarea.patch): Increases the post form height for usability
- [Remove Chats](./patches/remove-messaging.patch): Removes the pages and buttons referring to the local chats feature
- [Observers](./patches/Observers/) Renames Followers/Following to Observers/Observing, as well as replaces the hand icon with an eye
- ~~[New MFM](./patches/newmfm/) Adds `followmouse`, `unixtime`, `ruby`, and `border` mfm tags from Sharkey/Misskey.~~ [Upstreamed~!](https://iceshrimp.dev/iceshrimp/iceshrimp/pulls/560)