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

50 lines
2.5 KiB
Markdown
Raw Permalink Normal View History

2022-07-18 20:27:39 +02:00
<!--
2024-05-14 03:45:23 +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-07-18 20:27:39 +02:00
-->
2022-07-18 20:27:39 +02:00
# Lionwiki pour YunoHost
2020-04-28 08:35:33 +02:00
2024-07-05 03:40:31 +02:00
[![Niveau dintégration](https://dash.yunohost.org/integration/lionwiki-t2t.svg)](https://ci-apps.yunohost.org/ci/apps/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)
2023-03-17 12:30:09 +01:00
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
2024-05-14 03:45:23 +02:00
*[Lire le README dans d'autres langues.](./ALL_README.md)*
2022-07-18 20:27:39 +02:00
2024-05-14 03:45:23 +02:00
> *Ce package vous permet dinstaller Lionwiki 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.*
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-07-05 03:40:31 +02:00
**Version incluse:** 2024.07.04~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
2024-05-14 03:45:23 +02:00
- Site officiel de lapp: <https://lionwiki-t2t.sourceforge.io/>
- Documentation officielle utilisateur: <https://github.com/farvardin/whatistxt2tags>
- Documentation officielle de ladmin: <https://lionwiki-t2t.sourceforge.io/>
- Dépôt de code officiel de lapp: <https://sourceforge.net/projects/lionwiki-t2t>
- YunoHost Store: <https://apps.yunohost.org/app/lionwiki-t2t>
- 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
2024-05-14 03:45:23 +02:00
Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/lionwiki-t2t_ynh/tree/testing).
2020-11-27 11:21:46 +01:00
2024-05-14 03:45:23 +02:00
Pour essayer la branche `testing`, procédez comme suit:
2022-07-18 20:27:39 +02:00
2024-05-14 03:45:23 +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
2024-05-14 03:45:23 +02:00
**Plus dinfos sur le packaging dapplications:** <https://yunohost.org/packaging_apps>