chuckya/README.md

36 lines
1.8 KiB
Markdown
Raw Normal View History

2023-08-09 04:25:02 +09:00
# <img src="https://github.com/TheEssem/mastodon/raw/main/app/javascript/icons/android-chrome-256x256.png" width="128"> Chuckya
This is a custom branch of Mastodon/glitch-soc intended for usage on the [wetdry.world](https://wetdry.world) instance.
Here are some of the changes compared to glitch-soc:
2023-11-16 02:05:13 +09:00
- Emoji reactions (glitch-soc/mastodon#2462)
2023-08-09 04:25:02 +09:00
- Tenor GIF picker (originally from [koyu.space](https://github.com/koyuspace/mastodon))
- Mastodon Modern theme (licensed under CC-BY-SA 4.0, [original repo](https://codeberg.org/Freeplay/Mastodon-Modern))
2023-09-25 11:14:06 +09:00
- Workaround for opengraph video embeds when using [Jortage](https://jortage.com)
2023-11-29 14:36:31 +09:00
- Polls can be posted alongside media
2023-12-18 10:53:27 +09:00
- Polls can have only one option
2023-11-06 11:10:42 +09:00
- Restores status trend half-life to 2 hours
2023-12-18 10:53:27 +09:00
- Allows dashes in custom emote names
- Emojis can be put side-by-side
- Unicode emojis use [`jdecked/twemoji`](https://github.com/jdecked/twemoji) v15 graphics
2023-08-09 04:25:02 +09:00
- Minor media attachment tweaks
- Custom favicon
Original glitch-soc readme is below. Setup instructions are the same as glitch-soc's.
# Mastodon Glitch Edition
2017-07-13 15:55:55 +09:00
> Now with automated deploys!
[![Build Status](https://img.shields.io/circleci/project/github/glitch-soc/mastodon.svg)][circleci]
[![Code Climate](https://img.shields.io/codeclimate/maintainability/glitch-soc/mastodon.svg)][code_climate]
[circleci]: https://circleci.com/gh/glitch-soc/mastodon
[code_climate]: https://codeclimate.com/github/glitch-soc/mastodon
2017-07-01 01:36:10 +09:00
So here's the deal: we all work on this code, and anyone who uses that does so absolutely at their own risk. can you dig it?
2017-07-13 15:55:55 +09:00
2017-07-16 07:34:46 +09:00
- You can view documentation for this project at [glitch-soc.github.io/docs/](https://glitch-soc.github.io/docs/).
2017-07-13 15:55:55 +09:00
- And contributing guidelines are available [here](CONTRIBUTING.md) and [here](https://glitch-soc.github.io/docs/contributing/).