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

51 lines
2.1 KiB
Markdown
Raw Permalink Normal View History

2022-07-22 08:21:57 +02:00
<!--
2024-03-29 07:24:09 +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-07-22 08:21:57 +02:00
-->
2019-03-10 02:20:27 +01:00
# SPIP pour YunoHost
2023-02-02 12:02:48 +01:00
[![Niveau dintégration](https://dash.yunohost.org/integration/spip.svg)](https://dash.yunohost.org/appci/app/spip) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/spip.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/spip.maintain.svg)
2023-02-28 07:24:41 +01:00
2022-02-07 14:14:53 +01:00
[![Installer SPIP avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=spip)
2019-03-10 02:20:27 +01:00
2024-03-29 07:24:09 +01:00
*[Lire le README dans d'autres langues.](./ALL_README.md)*
2019-03-10 02:20:27 +01:00
2024-03-29 07:24:09 +01:00
> *Ce package vous permet dinstaller SPIP 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.*
2019-03-10 02:20:27 +01:00
2023-02-02 12:02:48 +01:00
## Vue densemble
2019-03-10 02:20:27 +01:00
2023-06-01 10:09:23 +02:00
CMS with a focus on collaborative edition and multilingualism
2019-03-10 02:20:27 +01:00
2024-03-29 07:24:09 +01:00
**Version incluse:** 4.2.6~ynh2
2019-03-10 02:20:27 +01:00
2024-03-29 07:24:09 +01:00
**Démo:** <https://demo.spip.net/>
2019-03-10 02:20:27 +01:00
2023-02-02 12:02:48 +01:00
## Captures décran
2022-02-07 14:17:47 +01:00
2023-02-02 12:02:48 +01:00
![Capture décran de SPIP](./doc/screenshots/220px-Logo_SPIP.png)
2022-02-07 14:17:47 +01:00
2022-02-07 14:14:53 +01:00
## Documentations et ressources
2019-03-10 02:20:27 +01:00
2024-03-29 07:24:09 +01:00
- Site officiel de lapp: <http://www.spip.net/>
- Documentation officielle utilisateur: <https://www.spip.net/en_rubrique57.html>
- Documentation officielle de ladmin: <https://www.spip.net/en_rubrique209.html>
- Dépôt de code officiel de lapp: <https://git.spip.net/spip/spip>
- YunoHost Store: <https://apps.yunohost.org/app/spip>
- Signaler un bug: <https://github.com/YunoHost-Apps/spip_ynh/issues>
2019-03-10 02:20:27 +01:00
2020-12-14 13:22:47 +01:00
## Informations pour les développeurs
2019-03-10 02:20:27 +01:00
2024-03-29 07:24:09 +01:00
Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/spip_ynh/tree/testing).
2019-03-10 02:20:27 +01:00
2024-03-29 07:24:09 +01:00
Pour essayer la branche `testing`, procédez comme suit:
2022-07-22 08:21:57 +02:00
2024-03-29 07:24:09 +01:00
```bash
2019-03-10 02:20:27 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/spip_ynh/tree/testing --debug
ou
sudo yunohost app upgrade spip -u https://github.com/YunoHost-Apps/spip_ynh/tree/testing --debug
```
2022-02-07 14:14:53 +01:00
2024-03-29 07:24:09 +01:00
**Plus dinfos sur le packaging dapplications:** <https://yunohost.org/packaging_apps>