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

78 lines
3.6 KiB
Markdown
Raw Normal View History

2022-08-06 19:00:44 +02:00
<!--
2024-04-09 03:44:44 +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-08-06 19:00:44 +02:00
-->
2022-08-06 23:29:26 +02:00
# Tandoor pour YunoHost
2022-08-06 19:00:44 +02:00
2024-07-09 15:21:45 +02:00
[![Niveau dintégration](https://dash.yunohost.org/integration/tandoor.svg)](https://ci-apps.yunohost.org/ci/apps/tandoor/) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/tandoor.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/tandoor.maintain.svg)
2023-03-19 21:39:14 +01:00
2022-08-06 23:29:26 +02:00
[![Installer Tandoor avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=tandoor)
2022-08-06 19:00:44 +02:00
2024-04-09 03:44:44 +02:00
*[Lire le README dans d'autres langues.](./ALL_README.md)*
2022-08-06 19:00:44 +02:00
2024-04-09 03:44:44 +02:00
> *Ce package vous permet dinstaller Tandoor 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-08-06 19:00:44 +02:00
2023-01-27 21:00:54 +01:00
## Vue densemble
2022-08-06 19:00:44 +02:00
2022-08-07 20:41:56 +02:00
This application is meant for people with a collection of recipes they want to share with family and friends or simply
store them in a nicely organized way. A basic permission system exists but this application is not meant to be run as
a public page.
2022-08-06 19:00:44 +02:00
2022-08-07 20:41:56 +02:00
### Core Features
2022-08-06 19:00:44 +02:00
2022-08-07 20:41:56 +02:00
- 🥗 **Manage your recipes** - Manage your ever growing recipe collection
- 📆 **Plan** - multiple meals for each day
- 🛒 **Shopping lists** - via the meal plan or straight from recipes
- 📚 **Cookbooks** - collect recipes into books
- 👪 **Share and collaborate** on recipes with friends and family
2022-08-06 19:00:44 +02:00
2022-08-07 20:41:56 +02:00
### Made by and for power users
2022-08-06 19:00:44 +02:00
2022-08-07 20:41:56 +02:00
- 🔍 Powerful & customizable **search** with fulltext support and [TrigramSimilarity](https://docs.djangoproject.com/en/3.0/ref/contrib/postgres/search/#trigram-similarity)
- 🏷️ Create and search for **tags**, assign them in batch to all files matching certain filters
- ↔️ Quickly merge and rename ingredients, tags and units
- 📥️ **Import recipes** from thousands of websites supporting [ld+json or microdata](https://schema.org/Recipe)
- ➗ Support for **fractions** or decimals
- 🎨 Customize your interface with **themes**
- 📦 **Sync** files with Dropbox and Nextcloud
### All the must haves
2022-08-06 19:00:44 +02:00
2022-08-07 20:41:56 +02:00
- 📱Optimized for use on **mobile** devices
- 🌍 localized in many languages thanks to the awesome community
- 📥️ **Import your collection** from many other [recipe managers](https://docs.tandoor.dev/features/import_export/)
- Many more like recipe scaling, image compression, printing views and supermarkets
2024-07-22 11:05:04 +02:00
**Version incluse:** 1.5.18~ynh2
2022-08-07 20:41:56 +02:00
2024-04-09 03:44:44 +02:00
**Démo:** <https://app.tandoor.dev/accounts/login/?demo>
2022-08-06 19:00:44 +02:00
2023-01-27 21:00:54 +01:00
## Captures décran
2022-08-06 19:00:44 +02:00
2023-01-27 21:00:54 +01:00
![Capture décran de Tandoor](./doc/screenshots/example.jpg)
2022-08-06 19:00:44 +02:00
## Documentations et ressources
2024-04-09 03:44:44 +02:00
- Site officiel de lapp: <https://tandoor.dev>
- Documentation officielle utilisateur: <https://docs.tandoor.dev>
- Documentation officielle de ladmin: <https://docs.tandoor.dev>
- Dépôt de code officiel de lapp: <https://github.com/TandoorRecipes/recipes>
- YunoHost Store: <https://apps.yunohost.org/app/tandoor>
- Signaler un bug: <https://github.com/YunoHost-Apps/tandoor_ynh/issues>
2022-08-06 19:00:44 +02:00
## Informations pour les développeurs
2024-04-09 03:44:44 +02:00
Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/tandoor_ynh/tree/testing).
2022-08-06 19:00:44 +02:00
2024-04-09 03:44:44 +02:00
Pour essayer la branche `testing`, procédez comme suit:
2022-08-06 19:00:44 +02:00
2024-04-09 03:44:44 +02:00
```bash
2022-08-06 23:29:26 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/tandoor_ynh/tree/testing --debug
2022-08-06 19:00:44 +02:00
ou
2022-08-06 23:29:26 +02:00
sudo yunohost app upgrade tandoor -u https://github.com/YunoHost-Apps/tandoor_ynh/tree/testing --debug
2022-08-06 19:00:44 +02:00
```
2024-04-09 03:44:44 +02:00
**Plus dinfos sur le packaging dapplications:** <https://yunohost.org/packaging_apps>