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

52 lines
1.9 KiB
Markdown
Raw Normal View History

2021-07-21 15:05:46 +02: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.
-->
2020-10-20 23:45:55 +02:00
# Jappix for YunoHost
2016-05-13 22:31:21 +02:00
2023-10-31 15:17:05 +01:00
[![Integration level](https://dash.yunohost.org/integration/jappix.svg)](https://dash.yunohost.org/appci/app/jappix) ![Working status](https://ci-apps.yunohost.org/ci/badges/jappix.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/jappix.maintain.svg)
2021-04-13 20:08:47 +02:00
[![Install Jappix with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=jappix)
2020-03-29 13:23:57 +02:00
2021-07-21 15:05:46 +02:00
*[Lire ce readme en français.](./README_fr.md)*
> *This package allows you to install Jappix quickly and simply on a YunoHost server.
2020-10-20 23:45:55 +02:00
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
2016-05-13 22:31:21 +02:00
2020-10-20 23:45:55 +02:00
## Overview
2024-01-07 13:11:03 +01:00
Jappix, a full-featured XMPP web-client (Jappix Desktop, Jappix Mobile & Jappix Mini).
2020-10-20 23:45:55 +02:00
2024-01-18 12:19:31 +01:00
**Shipped version:** 1.2~ynh3
2020-10-20 23:45:55 +02:00
2023-10-31 15:17:05 +01:00
## Screenshots
2020-10-20 23:45:55 +02:00
2023-10-31 15:17:05 +01:00
![Screenshot of Jappix](./doc/screenshots/jappix-social.png)
2020-10-20 23:45:55 +02:00
2023-10-31 15:17:05 +01:00
## :red_circle: Antifeatures
2021-07-21 16:12:38 +02:00
2023-10-31 15:17:05 +01:00
- **Package not maintained**: This YunoHost package is not maintained and needs adoption.
2021-07-21 16:12:38 +02:00
2021-07-21 15:05:46 +02:00
## Documentation and resources
2020-10-20 23:45:55 +02:00
2023-10-31 15:17:05 +01:00
* Official app website: <https://jappix.org/>
* Upstream app code repository: <https://github.com/jappix/jappix/>
* YunoHost Store: <https://apps.yunohost.org/app/jappix>
* Report a bug: <https://github.com/YunoHost-Apps/jappix_ynh/issues>
2020-10-20 23:45:55 +02:00
## Developer info
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/jappix_ynh/tree/testing).
To try the testing branch, please proceed like that.
2023-10-31 15:17:05 +01:00
``` bash
2020-10-20 23:45:55 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/jappix_ynh/tree/testing --debug
or
sudo yunohost app upgrade jappix -u https://github.com/YunoHost-Apps/jappix_ynh/tree/testing --debug
```
2021-07-21 15:05:46 +02:00
2023-10-31 15:17:05 +01:00
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>