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

Add warning about non-free app listing

This commit is contained in:
Jaxom99 2019-03-08 13:55:27 +01:00 committed by GitHub
parent 26411a6653
commit 7c344e1aa6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,9 +8,9 @@ https://yunohost.org/apps
## Lists
**Situation will change soon regarding lists. Consider this info as obsolete**
- **official.json** contains the repository information of validated apps.
- **community.json** contains all references to known YunoHost packages. If you want to add your app to the list, please [send a Pull Request](#contributing)
- **community.json** contains all references to known "free-software" YunoHost packages. If you want to add your app to the list, please [send a Pull Request](#contributing)
## Usage
@ -24,7 +24,7 @@ sudo yunohost app fetchlist -n community -u https://yunohost.org/community.json
## Contributing
### How to add your app to the community list
**If** your app is under a free-software licence :
* Fork and edit the [community list](https://github.com/YunoHost/apps/tree/master/community.json)
* Add your app's ID and git information at the right alphabetical place
* Indicate the app's functioning state: `notworking`, `inprogress`, or `working`
@ -42,6 +42,8 @@ App example addition:
N.B. : You can now put `HEAD` as `revision`. This way, you won't have to come and update this file each time you change things in your app. *But* this also means that any change to your `master` branch will be made available to everybody. Hence, when developing things which are not production-ready, if you use `HEAD` we strongly recommend that you develop in a `testing` branch (for instance) until you consider things stable enough to be merged in `master`.
N.B. 2 : Organization is still maturing about non-free apps listing (cf. [this thread](https://forum.yunohost.org/t/about-community-and-official-apps/6372/25). This will not be done by the yunohost project, however it's probable that such a list will emerge from the community. Check out [the forum](https://forum.yunohost.org) about this.
### How to help translating
We invite you to use [translate.yunohost.org](https://translate.yunohost.org/) instead of doing Pull Request for files in `locales` folder.