1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pmwiki_ynh.git synced 2024-09-03 20:06:40 +02:00
pmwiki_ynh/README_fr.md

70 lines
2.9 KiB
Markdown
Raw Normal View History

2022-05-24 10:20:00 +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.
-->
2022-05-22 12:06:57 +02:00
# PmWiki pour YunoHost
2022-05-22 12:06:51 +02:00
2022-05-24 10:20:00 +02:00
[![Niveau d'intégration](https://dash.yunohost.org/integration/pmwiki.svg)](https://dash.yunohost.org/appci/app/pmwiki) ![Status du fonctionnement](https://ci-apps.yunohost.org/ci/badges/pmwiki.status.svg) ![Status de maintenance](https://ci-apps.yunohost.org/ci/badges/pmwiki.maintain.svg)
2022-05-22 12:06:57 +02:00
[![Installer PmWiki avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=pmwiki)
2022-05-22 12:06:51 +02:00
*[Read this readme in english.](./README.md)*
2022-05-22 12:06:57 +02:00
> *Ce package vous permet d'installer PmWiki 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.*
2022-05-22 12:06:51 +02:00
## Vue d'ensemble
2022-05-22 12:06:57 +02:00
PmWiki est un système de type wiki pour la création et l'entretien collectif de sites Internet.
2022-05-22 12:06:51 +02:00
2022-05-22 12:06:57 +02:00
### Features
2022-05-22 12:06:51 +02:00
2022-05-22 12:06:57 +02:00
- Présentation personnalisée ;
- Contrôle d'accès ;
- Personnalisation et modules
2022-05-22 12:06:51 +02:00
2022-05-22 12:06:57 +02:00
**Version incluse :** 2.3.4~ynh1
2022-05-22 12:06:51 +02:00
2022-05-22 12:06:57 +02:00
**Démo :** https://demo.example.com
2022-05-22 12:06:51 +02:00
2022-05-22 12:06:57 +02:00
## Captures d'écran
2022-05-22 12:06:51 +02:00
2022-05-24 10:20:00 +02:00
![Capture d'écran de PmWiki](./doc/screenshots/pmwiki.png)
2022-05-22 12:06:51 +02:00
## Avertissements / informations importantes
* Any known limitations, constrains or stuff not working, such as (but not limited to):
* requiring a full dedicated domain ?
* architectures not supported ?
* not-working single-sign on or LDAP integration ?
* the app requires an important amount of RAM / disk / .. to install or to work properly
* etc...
* Other infos that people should be aware of, such as:
* any specific step to perform after installing (such as manually finishing the install, specific admin credentials, ...)
* how to configure / administrate the application if it ain't obvious
* upgrade process / specificities / things to be aware of ?
* security considerations ?
## Documentations et ressources
2022-05-24 10:20:00 +02:00
* Site officiel de l'app : <https://www.pmwiki.org>
* Documentation officielle utilisateur : <https://www.pmwiki.org/wiki/PmWikiFr/PmWikiUsers>
* Documentation officielle de l'admin : <https://www.pmwiki.org/wiki/PmWikiFr/PmWikiFr>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_pmwiki>
* Signaler un bug : <https://github.com/YunoHost-Apps/pmwiki_ynh/issues>
2022-05-22 12:06:51 +02:00
## Informations pour les développeurs
2022-05-22 12:06:57 +02:00
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/pmwiki_ynh/tree/testing).
2022-05-22 12:06:51 +02:00
Pour essayer la branche testing, procédez comme suit.
2022-05-24 10:20:00 +02:00
``` bash
2022-05-22 12:06:57 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/pmwiki_ynh/tree/testing --debug
ou
sudo yunohost app upgrade pmwiki -u https://github.com/YunoHost-Apps/pmwiki_ynh/tree/testing --debug
2022-05-22 12:06:51 +02:00
```
2022-05-24 10:20:00 +02:00
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>