1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pico_ynh.git synced 2024-09-03 19:56:41 +02:00
pico_ynh/README_fr.md

47 lines
2.3 KiB
Markdown
Raw Normal View History

2022-05-31 17:59:10 +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-14 15:20:29 +02:00
# Pico pour YunoHost
2022-05-14 15:20:24 +02:00
2023-01-23 17:03:44 +01:00
[![Niveau dintégration](https://dash.yunohost.org/integration/pico.svg)](https://dash.yunohost.org/appci/app/pico) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/pico.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/pico.maintain.svg)
2022-05-14 15:20:29 +02:00
[![Installer Pico avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=pico)
2022-05-14 15:20:24 +02:00
*[Read this readme in english.](./README.md)*
2023-01-23 17:03:44 +01:00
> *Ce package vous permet dinstaller Pico 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-14 15:20:24 +02:00
2023-01-23 17:03:44 +01:00
## Vue densemble
2022-05-14 15:20:24 +02:00
2022-05-14 15:20:29 +02:00
Pico is a stupidly simple, blazing fast, flat file CMS. Thats definitely a mouthful, what does it even mean? In the most basic sense, it means that there is no administration backend or database to deal with. You simply create markdown files in the content folder and those files become your pages. Theres much more to Pico than that though.
2022-05-14 15:20:24 +02:00
2023-01-23 17:03:44 +01:00
**Version incluse :** 3.0.0~ynh1
2022-08-14 15:39:35 +02:00
2023-01-23 17:03:44 +01:00
## Captures décran
2022-05-14 15:20:24 +02:00
2023-01-23 17:03:44 +01:00
![Capture décran de Pico](./doc/screenshots/.DS_Store)
2023-01-23 17:24:01 +01:00
![Capture décran de Pico](./doc/screenshots/screenshot.png)
2022-05-14 15:20:24 +02:00
## Documentations et ressources
2023-01-23 17:03:44 +01:00
* Site officiel de lapp : <https://picocms.org/>
* Documentation officielle de ladmin : <https://picocms.org/docs/>
* Dépôt de code officiel de lapp : <https://github.com/picocms/Pico>
2022-05-31 17:59:10 +02:00
* Documentation YunoHost pour cette app : <https://yunohost.org/app_pico>
* Signaler un bug : <https://github.com/YunoHost-Apps/pico_ynh/issues>
2022-05-14 15:20:24 +02:00
## Informations pour les développeurs
2022-05-14 15:20:29 +02:00
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/pico_ynh/tree/testing).
2022-05-14 15:20:24 +02:00
Pour essayer la branche testing, procédez comme suit.
2022-05-31 17:59:10 +02:00
``` bash
2022-05-14 15:20:29 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/pico_ynh/tree/testing --debug
ou
sudo yunohost app upgrade pico -u https://github.com/YunoHost-Apps/pico_ynh/tree/testing --debug
2022-05-14 15:20:24 +02:00
```
2023-01-23 17:03:44 +01:00
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>