1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lionwiki-t2t_ynh.git synced 2024-09-03 19:36:27 +02:00
lionwiki-t2t_ynh/README_fr.md

49 lines
2.4 KiB
Markdown
Raw Normal View History

2022-07-18 20:27:39 +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-07-18 20:27:39 +02:00
# Lionwiki pour YunoHost
2020-04-28 08:35:33 +02:00
2023-03-17 12:30:09 +01:00
[![Niveau dintégration](https://dash.yunohost.org/integration/lionwiki-t2t.svg)](https://dash.yunohost.org/appci/app/lionwiki-t2t) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/lionwiki-t2t.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/lionwiki-t2t.maintain.svg)
2022-07-18 20:27:39 +02:00
[![Installer Lionwiki avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=lionwiki-t2t)
2020-03-01 11:28:28 +01:00
2022-07-18 20:27:39 +02:00
*[Read this readme in english.](./README.md)*
2023-03-17 12:30:09 +01:00
> *Ce package vous permet dinstaller Lionwiki 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.*
2020-03-01 11:28:28 +01:00
2023-03-17 12:30:09 +01:00
## Vue densemble
2020-03-01 11:28:28 +01:00
Lionwiki-t2t est un système de type wiki minimaliste, programmé en PHP. Il est extensible et n'utilise que des fichiers plats pour sa base de données. Il est adapté pour la création de petits sites web, de notes personnelles ou de journaux. Cette version utilise le langage de balisage léger TXT2TAGS.
2020-03-01 11:28:28 +01:00
2021-01-27 09:36:37 +01:00
2024-02-02 21:33:51 +01:00
**Version incluse :** 2024.02.02~ynh1
2022-07-18 20:27:39 +02:00
2023-03-17 12:30:09 +01:00
## Captures décran
2020-03-01 11:28:28 +01:00
2023-03-17 12:30:09 +01:00
![Capture décran de Lionwiki](./doc/screenshots/screenshot_lionwikit2t.png)
2022-07-18 20:27:39 +02:00
## Documentations et ressources
2020-11-27 11:21:46 +01:00
2023-03-17 12:30:09 +01:00
* Site officiel de lapp : <https://lionwiki-t2t.sourceforge.io/>
2022-07-18 20:27:39 +02:00
* Documentation officielle utilisateur : <https://github.com/farvardin/whatistxt2tags>
2023-03-17 12:30:09 +01:00
* Documentation officielle de ladmin : <https://lionwiki-t2t.sourceforge.io/>
* Dépôt de code officiel de lapp : <https://sourceforge.net/projects/lionwiki-t2t>
2023-10-31 15:20:23 +01:00
* YunoHost Store: <https://apps.yunohost.org/app/lionwiki-t2t>
2022-07-18 20:27:39 +02:00
* Signaler un bug : <https://github.com/YunoHost-Apps/lionwiki-t2t_ynh/issues>
2020-11-27 11:21:46 +01:00
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/lionwiki-t2t_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
2022-07-18 20:27:39 +02:00
``` bash
2020-11-27 11:21:46 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/lionwiki-t2t_ynh/tree/testing --debug
ou
sudo yunohost app upgrade lionwiki-t2t -u https://github.com/YunoHost-Apps/lionwiki-t2t_ynh/tree/testing --debug
```
2022-07-18 20:27:39 +02:00
2023-03-17 12:30:09 +01:00
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>