1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00

Merge pull request #2064 from YunoHost/OniriCorpe-patch-1

smol README.md fixes
This commit is contained in:
tituspijean 2024-02-27 06:53:28 +01:00 committed by GitHub
commit da24643d17
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,20 +2,20 @@
<img src="https://avatars.githubusercontent.com/u/1519495?s=200&v=4" width=80><img src="https://yunohost.org/user/images/yunohost_package.png" width=80> <img src="https://avatars.githubusercontent.com/u/1519495?s=200&v=4" width=80><img src="https://yunohost.org/user/images/yunohost_package.png" width=80>
This repository contains the default YunoHost app catalog, as well as tools This repository contains the default YunoHost app catalog, as well as related
that can be run manually or automatically. tools that can be run manually or automatically.
The catalog is stored in [**`apps.toml`**](./apps.toml) and is browsable here: The catalog is stored in [**`apps.toml`**](./apps.toml) and is browsable here:
<https://yunohost.org/apps> <https://apps.yunohost.org>
It contains refences to the apps' repositories, along with a few metadata about It contains references to the apps' repositories, along with a few metadata about
them such as its category or maintenance state. This file is regularly read by them such as their category or maintenance state. This file is regularly read by
`tools/list_builder.py` which publish the results on <https://app.yunohost.org/default>. `tools/list_builder.py` which publish the results on <https://app.yunohost.org/default>.
## Where can I learn about app packaging in YunoHost? ## Where can I learn about app packaging in YunoHost?
- You can browse [the contributor documentation](https://yunohost.org/contributordoc) - You can browse [the contributor documentation](https://yunohost.org/contributordoc)
- If you are not familiar with Git/GitHub, you can have a look at our [homemade guide](https://yunohost.org/#/packaging_apps_git) - If you are not familiar with Git/GitHub, you can have a look at our [homemade guide](https://yunohost.org/packaging_apps_git)
- Don't hesitate to reach for help on the dedicated [application packaging chatroom](https://yunohost.org/chat_rooms) ... we can even schedule an audio meeting to help you get started! - Don't hesitate to reach for help on the dedicated [application packaging chatroom](https://yunohost.org/chat_rooms) ... we can even schedule an audio meeting to help you get started!
## How to add your app to the application catalog ## How to add your app to the application catalog
@ -65,7 +65,7 @@ url = "https://github.com/YunoHost-Apps/your_app_ynh"
## Updating apps levels in the catalog ## Updating apps levels in the catalog
App packagers should *not* manually set their apps' level. The levels of all App packagers should *not* manually set their apps' level. The levels of all
the apps are automatically updated once per week on Friday, according to the the apps are automatically updated once a week on Friday, according to the
results from the official app CI. results from the official app CI.
## Apps flagged as not-maintained ## Apps flagged as not-maintained