mirror of
https://github.com/YunoHost-Apps/pytition_ynh.git
synced 2024-09-03 20:16:08 +02:00
8afcdb18e5
When uploading images in mediaroot, files must have gid www-data so that nginx can serve them. Also, image upload script URL for TinyMCE editor was wrong if STATIC_ROOT is not '/static/' Tinymce js url was wrong in this case also.
58 lines
No EOL
2.5 KiB
Markdown
58 lines
No EOL
2.5 KiB
Markdown
# Pytition pour YunoHost
|
||
|
||
[![Niveau d'intégration](https://dash.yunohost.org/integration/pytition.svg)](https://dash.yunohost.org/appci/app/pytition) ![](https://ci-apps.yunohost.org/ci/badges/pytition.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/pytition.maintain.svg)
|
||
[![Installer Pytition avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=pytition)
|
||
|
||
*[Read this readme in english.](./README.md)*
|
||
*[Lire ce readme en français.](./README_fr.md)*
|
||
|
||
> *Ce package vous permet d'installer Pytition rapidement et simplement sur un serveur YunoHost.
|
||
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
||
|
||
## Vue d'ensemble
|
||
|
||
Pytition permet d'héberger des pétitions respectueuses de la vie privée sur votre propre serveur.
|
||
|
||
### Features
|
||
|
||
- Hébergez des pétitions sans compromettre l'identité de vos signataires
|
||
- Pas de tracking : CSS, JS et autres ressources sont auto-hébergées. Pas d'usage de CDN.
|
||
- Interface réactive : fonctione sur smartphones et tablettes autant que sur ordinateur.
|
||
- Interface traduite : anglais, français, italien, occitan, espagnol.
|
||
- Vous pouvez prévisualiser les pétitions avant publication.
|
||
- Simple à utiliser grâce à des éditeurs TinyMCE (comme Wordpress)
|
||
- Vous pouvez exporter les signatures via CSV.
|
||
|
||
|
||
**Version incluse :** 2.5.1~ynh1
|
||
|
||
**Démo :** https://demo.pytition.org
|
||
|
||
## Captures d'écran
|
||
|
||
![](./doc/screenshots/stop_doing_teams.webp)
|
||
|
||
## Avertissements / informations importantes
|
||
|
||
* Pas de support du Single-Sign-On ou du LDAP Yunohost.
|
||
|
||
## Documentations et ressources
|
||
|
||
* Site officiel de l'app : https://pytition.org
|
||
* Documentation officielle de l'admin : https://pytition.readthedocs.io/en/latest/
|
||
* Dépôt de code officiel de l'app : https://github.com/pytition/Pytition
|
||
* Documentation YunoHost pour cette app : https://yunohost.org/app_pytition
|
||
* Signaler un bug : https://github.com/YunoHost-Apps/pytition_ynh/issues
|
||
|
||
## Informations pour les développeurs
|
||
|
||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/pytition_ynh/tree/testing).
|
||
|
||
Pour essayer la branche testing, procédez comme suit.
|
||
```
|
||
sudo yunohost app install https://github.com/YunoHost-Apps/pytition_ynh/tree/testing --debug
|
||
ou
|
||
sudo yunohost app upgrade pytition -u https://github.com/YunoHost-Apps/pytition_ynh/tree/testing --debug
|
||
```
|
||
|
||
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps |