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

53 lines
2.1 KiB
Markdown
Raw Normal View History

2022-05-24 10:20:00 +02:00
<!--
2024-02-27 08:31:58 +01:00
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
2022-05-24 10:20:00 +02:00
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
2023-03-25 12:10:33 +01:00
[![Niveau dintégration](https://dash.yunohost.org/integration/pmwiki.svg)](https://dash.yunohost.org/appci/app/pmwiki) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/pmwiki.status.svg) ![Statut 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)*
2023-03-25 12:10:33 +01:00
> *Ce package vous permet dinstaller PmWiki rapidement et simplement sur un serveur YunoHost.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
2022-05-22 12:06:51 +02:00
2023-03-25 12:10:33 +01:00
## Vue densemble
2022-05-22 12:06:51 +02:00
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
2023-03-25 12:17:06 +01:00
- Présentation personnalisée
- Contrôle d'accès
2022-05-22 12:06:57 +02:00
- Personnalisation et modules
2022-05-22 12:06:51 +02:00
2024-02-10 15:11:54 +01:00
**Version incluse :** 2.3.25~ynh3
2022-05-22 12:06:51 +02:00
2023-03-25 12:10:33 +01:00
## Captures décran
2022-05-22 12:06:51 +02:00
2023-03-25 12:10:33 +01:00
![Capture décran de PmWiki](./doc/screenshots/pmwiki.png)
2022-05-22 12:06:51 +02:00
## Documentations et ressources
2023-03-25 12:10:33 +01:00
* Site officiel de lapp : <https://www.pmwiki.org>
2022-05-24 10:20:00 +02:00
* Documentation officielle utilisateur : <https://www.pmwiki.org/wiki/PmWikiFr/PmWikiUsers>
2023-03-25 12:10:33 +01:00
* Documentation officielle de ladmin : <https://www.pmwiki.org/wiki/PmWikiFr/PmWikiFr>
2023-10-31 15:31:02 +01:00
* YunoHost Store: <https://apps.yunohost.org/app/pmwiki>
2022-05-24 10:20:00 +02:00
* 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
```
2023-03-25 12:10:33 +01:00
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>