2022-05-24 10:20:00 +02:00
<!--
2024-04-01 18:21:31 +02:00
Nota bene : ce README est automatiquement généré par < https: / / github . com / YunoHost / apps / tree / master / tools / readme_generator >
Il NE doit PAS être modifié à la main.
2022-05-24 10:20:00 +02:00
-->
2022-05-22 12:06:57 +02:00
# PmWiki pour YunoHost
2022-05-22 12:06:51 +02:00
2024-06-28 22:25:33 +02:00
[![Niveau d’ intégration ](https://dash.yunohost.org/integration/pmwiki.svg )](https://ci-apps.yunohost.org/ci/apps/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 )
2023-03-25 12:10:33 +01:00
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
2024-04-01 18:21:31 +02:00
*[Lire le README dans d'autres langues.](./ALL_README.md)*
2022-05-22 12:06:51 +02:00
2024-04-01 18:21:31 +02:00
> *Ce package vous permet d’ installer PmWiki rapidement et simplement sur un serveur YunoHost.*
> *Si vous n’ avez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment l’ installer et en profiter.*
2022-05-22 12:06:51 +02:00
2023-03-25 12:10:33 +01:00
## Vue d’ ensemble
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-08-05 18:46:35 +02:00
**Version incluse :** 2.3.32~ynh6
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
2024-04-01 18:21:31 +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 >
- YunoHost Store : < https: // apps . 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
2024-04-01 18:21:31 +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
2024-04-01 18:21:31 +02:00
Pour essayer la branche `testing` , procédez comme suit :
2022-05-24 10:20:00 +02:00
2024-04-01 18:21:31 +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
```
2024-04-01 18:21:31 +02:00
**Plus d’ infos sur le packaging d’ applications :** < https: / / yunohost . org / packaging_apps >