This commit is contained in:
Emmanuel Averty 2024-03-13 23:07:18 +01:00
parent 28307c1299
commit 4463e1796d

View file

@ -96,10 +96,10 @@ The declaration of antifeatures is a 3-steps process:
- Declare the app's antifeature in the [app catalog](https://github.com/YunoHost/apps/blob/master/apps.toml) - Declare the app's antifeature in the [app catalog](https://github.com/YunoHost/apps/blob/master/apps.toml)
- Describe the app's antifeature in its `manifest.toml`: - Describe the app's antifeature in its `manifest.toml`:
```toml ```toml
[antifeatures] [antifeatures]
arbitrary-limitations.en = "Some description about the specific limitations of this app." arbitrary-limitations.en = "Some description about the specific limitations of this app."
``` ```
The format of this section is a `dict` where keys are antifeature IDs, and the values The format of this section is a `dict` where keys are antifeature IDs, and the values
are translated strings (`dict` of `lang code`->`str`). are translated strings (`dict` of `lang code`->`str`).
@ -163,7 +163,6 @@ The resource section corresponds to recurring app needs that are to be provision
```toml ```toml
[resources] [resources]
```toml
[resources.sources.main] [resources.sources.main]
url = "https://some.domain/url/where/to/download/the/app/sources.tar.gz" url = "https://some.domain/url/where/to/download/the/app/sources.tar.gz"
sha256 = "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef" sha256 = "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef"