mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
commit
4c679ae730
1 changed files with 12 additions and 12 deletions
14
README.md
14
README.md
|
@ -7,20 +7,20 @@ Here you will find the repositories and versions of every apps available in Yuno
|
||||||
It is browsable here: https://yunohost.org/apps
|
It is browsable here: https://yunohost.org/apps
|
||||||
|
|
||||||
The main file of the catalog is [**apps.json**](./apps.json) which contains
|
The main file of the catalog is [**apps.json**](./apps.json) which contains
|
||||||
references to the corresponding git repositories for each application, along
|
references to the corresponding Git repositories for each application, along
|
||||||
with a few metadata about them such as its category or maintenance state. This
|
with a few metadata about them such as its category or maintenance state. This
|
||||||
file regularly read by `list_builder.py` which publish the results on
|
file regularly read by `list_builder.py` which publish the results on
|
||||||
https://app.yunohost.org/default/.
|
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
|
||||||
|
|
||||||
N.B. : the Yunohost project will **NOT** integrate in its catalog applications that are not
|
N.B.: The YunoHost project will **NOT** integrate in its catalog applications that are not
|
||||||
based on free-software upstreams.
|
based on free-software upstreams.
|
||||||
|
|
||||||
To add your application to the catalog:
|
To add your application to the catalog:
|
||||||
|
@ -39,7 +39,7 @@ App example addition:
|
||||||
```
|
```
|
||||||
|
|
||||||
N.B.: We strongly encourage you to transfer the ownership of your repository to
|
N.B.: We strongly encourage you to transfer the ownership of your repository to
|
||||||
the Yunohost-Apps organization on Github, such that the community will help you
|
the YunoHost-Apps organization on GitHub, such that the community will help you
|
||||||
with keeping your app working and up to date with packaging evolutions.
|
with keeping your app working and up to date with packaging evolutions.
|
||||||
|
|
||||||
N.B.2: Implicitly, the catalog publishes the `HEAD` of branch `master`
|
N.B.2: Implicitly, the catalog publishes the `HEAD` of branch `master`
|
||||||
|
@ -56,8 +56,8 @@ App packagers should *not* manually set their apps' level. The levels of all the
|
||||||
|
|
||||||
#### Helper script
|
#### Helper script
|
||||||
|
|
||||||
You can use the <code>add_or_update.py</code> python script to add or update
|
You can use the <code>add_or_update.py</code> Python script to add or update
|
||||||
your app from one of the 2 json files.
|
your app from one of the 2 JSON files.
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue