1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/glitchsoc_ynh.git synced 2024-09-03 19:15:59 +02:00
glitchsoc_ynh/README.md

69 lines
2.6 KiB
Markdown
Raw Normal View History

<!--
2024-03-24 20:30:24 +01:00
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
It shall NOT be edited by hand.
-->
2019-07-14 18:43:25 +02:00
2021-05-13 20:53:08 +02:00
# Glitch-Soc for YunoHost
2019-07-14 18:43:25 +02:00
2024-07-01 10:36:11 +02:00
[![Integration level](https://dash.yunohost.org/integration/glitchsoc.svg)](https://ci-apps.yunohost.org/ci/apps/glitchsoc/) ![Working status](https://ci-apps.yunohost.org/ci/badges/glitchsoc.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/glitchsoc.maintain.svg)
2023-02-24 00:19:23 +01:00
2021-11-22 23:15:10 +01:00
[![Install Glitch-Soc with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=glitchsoc)
2017-04-08 04:04:27 +02:00
2024-04-06 17:50:44 +02:00
*[Read this README in other languages.](./ALL_README.md)*
2017-04-08 04:04:27 +02:00
2024-03-25 23:12:31 +01:00
> *This package allows you to install Glitch-Soc quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
2017-04-16 16:08:42 +02:00
## Overview
2019-07-14 18:17:03 +02:00
2022-02-18 12:27:49 +01:00
`glitch-soc` is a friendly [fork](https://en.wikipedia.org/wiki/Fork_(software_development)) of the open-source social media software [Mastodon](https://joinmastodon.org/), with the aim of providing additional features at the risk of potentially less stable software.
2024-03-27 17:43:28 +01:00
⚠️ `glitch-soc` is beta software, and under active development. Use at your own risk!
2022-02-18 12:27:49 +01:00
### What's different from Mastodon?
`glitch-soc` adds a number of experimental features to Mastodon, such as:
- Media improvements
- Images inside the CW spoiler
- fullwidth images
- scaling options
- Formatted toots
- Reply selection in lists
- Filter improvements
- Highlighting of misleading links
- Hiding follower count
- An app settings modal
- Collapsible toots
- Toot visibility icons
- Local-only toots
- Threaded mode
- `data-*` attributes on statuses
- Advanced theming via flavours+skins
- Doodle
See more [on the documentation](https://glitch-soc.github.io/docs/).
2022-01-11 20:33:20 +01:00
2024-03-25 23:12:31 +01:00
2024-08-17 11:06:55 +02:00
**Shipped version:** 2024.08.16~ynh1
## Documentation and resources
2019-03-18 04:22:38 +01:00
2024-03-24 20:30:24 +01:00
- Official app website: <https://glitch-soc.github.io/docs/>
- Upstream app code repository: <https://github.com/glitch-soc/mastodon>
- YunoHost Store: <https://apps.yunohost.org/app/glitchsoc>
- Report a bug: <https://github.com/YunoHost-Apps/glitchsoc_ynh/issues>
2019-03-18 04:22:38 +01:00
2021-02-17 19:22:07 +01:00
## Developer info
2019-03-18 04:22:38 +01:00
2024-03-25 23:12:31 +01:00
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/glitchsoc_ynh/tree/testing).
2019-03-18 04:22:38 +01:00
2024-03-25 23:12:31 +01:00
To try the `testing` branch, please proceed like that:
2022-05-29 08:26:40 +02:00
2024-03-24 20:30:24 +01:00
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/glitchsoc_ynh/tree/testing --debug
2019-03-18 04:22:38 +01:00
or
sudo yunohost app upgrade glitchsoc -u https://github.com/YunoHost-Apps/glitchsoc_ynh/tree/testing --debug
2019-03-18 04:22:38 +01:00
```
2024-03-24 20:30:24 +01:00
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>