1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dotclear2_ynh.git synced 2024-09-03 18:26:29 +02:00
dotclear2_ynh/README_fr.md

51 lines
2.3 KiB
Markdown
Raw Normal View History

2022-05-30 16:06:49 +02:00
<!--
2024-03-29 07:00:46 +01: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-30 16:06:49 +02:00
-->
2022-02-22 16:14:50 +01:00
# DotClear 2 pour YunoHost
2023-02-02 13:10:08 +01:00
[![Niveau dintégration](https://dash.yunohost.org/integration/dotclear2.svg)](https://dash.yunohost.org/appci/app/dotclear2) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/dotclear2.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/dotclear2.maintain.svg)
2023-02-23 23:34:31 +01:00
2022-02-22 16:14:50 +01:00
[![Installer DotClear 2 avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=dotclear2)
2024-03-29 07:00:46 +01:00
*[Lire le README dans d'autres langues.](./ALL_README.md)*
2022-02-22 16:14:50 +01:00
2024-03-29 07:00:46 +01:00
> *Ce package vous permet dinstaller DotClear 2 rapidement et simplement sur un serveur YunoHost.*
> *Si vous navez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment linstaller et en profiter.*
2022-02-22 16:14:50 +01:00
2023-01-19 07:16:34 +01:00
## Vue densemble
2022-02-22 16:14:50 +01:00
2023-11-12 10:40:04 +01:00
Dotclear est un logiciel de publication Web open source. L'objectif du projet Dotclear est de fournir un outil convivial permettant à chacun de publier sur le Web, quelles que soient ses compétences techniques.
2023-08-15 19:09:58 +02:00
2022-02-22 16:14:50 +01:00
2024-03-29 07:00:46 +01:00
**Version incluse:** 2.27.3~ynh1
2022-02-22 16:14:50 +01:00
2024-03-29 07:00:46 +01:00
**Démo:** <https://www.softaculous.com/demos/Dotclear>
2022-02-22 16:14:50 +01:00
2023-01-19 07:16:34 +01:00
## Captures décran
2022-02-22 16:14:50 +01:00
2023-01-19 07:16:34 +01:00
![Capture décran de DotClear 2](./doc/screenshots/ss2_dotclear.png)
2022-02-22 16:14:50 +01:00
## Documentations et ressources
2024-03-29 07:00:46 +01:00
- Site officiel de lapp: <https://dotclear.org>
- Documentation officielle de ladmin: <https://dotclear.org/documentation/2.0>
- Dépôt de code officiel de lapp: <https://git.dotclear.org/dev/dotclear>
- YunoHost Store: <https://apps.yunohost.org/app/dotclear2>
- Signaler un bug: <https://github.com/YunoHost-Apps/dotclear2_ynh/issues>
2022-02-22 16:14:50 +01:00
## Informations pour les développeurs
2024-03-29 07:00:46 +01:00
Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/dotclear2_ynh/tree/testing).
2022-02-22 16:14:50 +01:00
2024-03-29 07:00:46 +01:00
Pour essayer la branche `testing`, procédez comme suit:
2022-05-30 16:06:49 +02:00
2024-03-29 07:00:46 +01:00
```bash
2022-02-22 16:14:50 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/dotclear2_ynh/tree/testing --debug
ou
sudo yunohost app upgrade dotclear2 -u https://github.com/YunoHost-Apps/dotclear2_ynh/tree/testing --debug
```
2024-03-29 07:00:46 +01:00
**Plus dinfos sur le packaging dapplications:** <https://yunohost.org/packaging_apps>