mirror of
https://github.com/YunoHost-Apps/tandoor_ynh.git
synced 2024-09-03 20:35:56 +02:00
77 lines
3.3 KiB
Markdown
77 lines
3.3 KiB
Markdown
<!--
|
||
注意:此 README 由 <https://github.com/YunoHost/apps/tree/master/tools/readme_generator> 自动生成
|
||
请勿手动编辑。
|
||
-->
|
||
|
||
# YunoHost 上的 Tandoor
|
||
|
||
[![集成程度](https://dash.yunohost.org/integration/tandoor.svg)](https://ci-apps.yunohost.org/ci/apps/tandoor/) ![工作状态](https://ci-apps.yunohost.org/ci/badges/tandoor.status.svg) ![维护状态](https://ci-apps.yunohost.org/ci/badges/tandoor.maintain.svg)
|
||
|
||
[![使用 YunoHost 安装 Tandoor](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=tandoor)
|
||
|
||
*[阅读此 README 的其它语言版本。](./ALL_README.md)*
|
||
|
||
> *通过此软件包,您可以在 YunoHost 服务器上快速、简单地安装 Tandoor。*
|
||
> *如果您还没有 YunoHost,请参阅[指南](https://yunohost.org/install)了解如何安装它。*
|
||
|
||
## 概况
|
||
|
||
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.
|
||
|
||
### Core Features
|
||
|
||
- 🥗 **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
|
||
|
||
### Made by and for power users
|
||
|
||
- 🔍 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
|
||
|
||
- 📱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
|
||
|
||
**分发版本:** 1.5.18~ynh2
|
||
|
||
**演示:** <https://app.tandoor.dev/accounts/login/?demo>
|
||
|
||
## 截图
|
||
|
||
![Tandoor 的截图](./doc/screenshots/example.jpg)
|
||
|
||
## 文档与资源
|
||
|
||
- 官方应用网站: <https://tandoor.dev>
|
||
- 官方用户文档: <https://docs.tandoor.dev>
|
||
- 官方管理文档: <https://docs.tandoor.dev>
|
||
- 上游应用代码库: <https://github.com/TandoorRecipes/recipes>
|
||
- YunoHost 商店: <https://apps.yunohost.org/app/tandoor>
|
||
- 报告 bug: <https://github.com/YunoHost-Apps/tandoor_ynh/issues>
|
||
|
||
## 开发者信息
|
||
|
||
请向 [`testing` 分支](https://github.com/YunoHost-Apps/tandoor_ynh/tree/testing) 发送拉取请求。
|
||
|
||
如要尝试 `testing` 分支,请这样操作:
|
||
|
||
```bash
|
||
sudo yunohost app install https://github.com/YunoHost-Apps/tandoor_ynh/tree/testing --debug
|
||
或
|
||
sudo yunohost app upgrade tandoor -u https://github.com/YunoHost-Apps/tandoor_ynh/tree/testing --debug
|
||
```
|
||
|
||
**有关应用打包的更多信息:** <https://yunohost.org/packaging_apps>
|