diff --git a/tools/readme_generator/templates/README_ar.md.j2 b/tools/readme_generator/templates/README_ar.md.j2 deleted file mode 100644 index 46f33e45eb..0000000000 --- a/tools/readme_generator/templates/README_ar.md.j2 +++ /dev/null @@ -1,89 +0,0 @@ -{% if manifest.id == "example" -%} -# Packaging an app, starting from this example - -* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. -* Edit the `manifest.json` with app specific info. -* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. - * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) -* Add a `LICENSE` file for the package. -* Edit `doc/DISCLAIMER*.md` -* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator - ---- -{% endif -%} - - - -# {{manifest.name}} for YunoHost - -[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) - -[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) - -*[Lire ce readme en français.](./README_fr.md)* - -> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. -If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* - -## Overview - -{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} -**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} -{% endif -%} - -{% if upstream.demo %} -**Demo:** <{{upstream.demo}}> -{% endif -%} - -{% if screenshots %} -## Screenshots - -{% for screenshot in screenshots -%} - ![Screenshot of {{manifest.name}}](./{{screenshot}}) -{% endfor %} -{% endif -%} - -{% if disclaimer -%} -## Disclaimers / important information - -{{ disclaimer }} -{% endif -%} - -{% if antifeatures -%} -## :red_circle: Antifeatures - -{% for antifeature in antifeatures.values() -%} - - **{{ antifeature.title }}**: {{ antifeature.description }} -{% endfor %} -{% endif -%} - -## Documentation and resources - -{% if upstream.website -%}- Official app website: <{{ upstream.website }}> -{% endif -%} -{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> -{% endif -%} -{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> -{% endif -%} -{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> -{% endif -%} -- YunoHost Store: -- Report a bug: - -## Developer info - -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). - -To try the testing branch, please proceed like that. - -```bash -sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -or -sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -``` - -**More info regarding app packaging:** - diff --git a/tools/readme_generator/templates/README_bn_BD.md.j2 b/tools/readme_generator/templates/README_bn_BD.md.j2 deleted file mode 100644 index 46f33e45eb..0000000000 --- a/tools/readme_generator/templates/README_bn_BD.md.j2 +++ /dev/null @@ -1,89 +0,0 @@ -{% if manifest.id == "example" -%} -# Packaging an app, starting from this example - -* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. -* Edit the `manifest.json` with app specific info. -* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. - * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) -* Add a `LICENSE` file for the package. -* Edit `doc/DISCLAIMER*.md` -* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator - ---- -{% endif -%} - - - -# {{manifest.name}} for YunoHost - -[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) - -[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) - -*[Lire ce readme en français.](./README_fr.md)* - -> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. -If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* - -## Overview - -{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} -**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} -{% endif -%} - -{% if upstream.demo %} -**Demo:** <{{upstream.demo}}> -{% endif -%} - -{% if screenshots %} -## Screenshots - -{% for screenshot in screenshots -%} - ![Screenshot of {{manifest.name}}](./{{screenshot}}) -{% endfor %} -{% endif -%} - -{% if disclaimer -%} -## Disclaimers / important information - -{{ disclaimer }} -{% endif -%} - -{% if antifeatures -%} -## :red_circle: Antifeatures - -{% for antifeature in antifeatures.values() -%} - - **{{ antifeature.title }}**: {{ antifeature.description }} -{% endfor %} -{% endif -%} - -## Documentation and resources - -{% if upstream.website -%}- Official app website: <{{ upstream.website }}> -{% endif -%} -{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> -{% endif -%} -{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> -{% endif -%} -{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> -{% endif -%} -- YunoHost Store: -- Report a bug: - -## Developer info - -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). - -To try the testing branch, please proceed like that. - -```bash -sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -or -sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -``` - -**More info regarding app packaging:** - diff --git a/tools/readme_generator/templates/README_br.md.j2 b/tools/readme_generator/templates/README_br.md.j2 deleted file mode 100644 index 46f33e45eb..0000000000 --- a/tools/readme_generator/templates/README_br.md.j2 +++ /dev/null @@ -1,89 +0,0 @@ -{% if manifest.id == "example" -%} -# Packaging an app, starting from this example - -* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. -* Edit the `manifest.json` with app specific info. -* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. - * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) -* Add a `LICENSE` file for the package. -* Edit `doc/DISCLAIMER*.md` -* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator - ---- -{% endif -%} - - - -# {{manifest.name}} for YunoHost - -[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) - -[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) - -*[Lire ce readme en français.](./README_fr.md)* - -> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. -If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* - -## Overview - -{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} -**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} -{% endif -%} - -{% if upstream.demo %} -**Demo:** <{{upstream.demo}}> -{% endif -%} - -{% if screenshots %} -## Screenshots - -{% for screenshot in screenshots -%} - ![Screenshot of {{manifest.name}}](./{{screenshot}}) -{% endfor %} -{% endif -%} - -{% if disclaimer -%} -## Disclaimers / important information - -{{ disclaimer }} -{% endif -%} - -{% if antifeatures -%} -## :red_circle: Antifeatures - -{% for antifeature in antifeatures.values() -%} - - **{{ antifeature.title }}**: {{ antifeature.description }} -{% endfor %} -{% endif -%} - -## Documentation and resources - -{% if upstream.website -%}- Official app website: <{{ upstream.website }}> -{% endif -%} -{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> -{% endif -%} -{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> -{% endif -%} -{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> -{% endif -%} -- YunoHost Store: -- Report a bug: - -## Developer info - -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). - -To try the testing branch, please proceed like that. - -```bash -sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -or -sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -``` - -**More info regarding app packaging:** - diff --git a/tools/readme_generator/templates/README_ca.md.j2 b/tools/readme_generator/templates/README_ca.md.j2 deleted file mode 100644 index 46f33e45eb..0000000000 --- a/tools/readme_generator/templates/README_ca.md.j2 +++ /dev/null @@ -1,89 +0,0 @@ -{% if manifest.id == "example" -%} -# Packaging an app, starting from this example - -* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. -* Edit the `manifest.json` with app specific info. -* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. - * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) -* Add a `LICENSE` file for the package. -* Edit `doc/DISCLAIMER*.md` -* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator - ---- -{% endif -%} - - - -# {{manifest.name}} for YunoHost - -[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) - -[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) - -*[Lire ce readme en français.](./README_fr.md)* - -> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. -If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* - -## Overview - -{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} -**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} -{% endif -%} - -{% if upstream.demo %} -**Demo:** <{{upstream.demo}}> -{% endif -%} - -{% if screenshots %} -## Screenshots - -{% for screenshot in screenshots -%} - ![Screenshot of {{manifest.name}}](./{{screenshot}}) -{% endfor %} -{% endif -%} - -{% if disclaimer -%} -## Disclaimers / important information - -{{ disclaimer }} -{% endif -%} - -{% if antifeatures -%} -## :red_circle: Antifeatures - -{% for antifeature in antifeatures.values() -%} - - **{{ antifeature.title }}**: {{ antifeature.description }} -{% endfor %} -{% endif -%} - -## Documentation and resources - -{% if upstream.website -%}- Official app website: <{{ upstream.website }}> -{% endif -%} -{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> -{% endif -%} -{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> -{% endif -%} -{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> -{% endif -%} -- YunoHost Store: -- Report a bug: - -## Developer info - -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). - -To try the testing branch, please proceed like that. - -```bash -sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -or -sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -``` - -**More info regarding app packaging:** - diff --git a/tools/readme_generator/templates/README_ckb.md.j2 b/tools/readme_generator/templates/README_ckb.md.j2 deleted file mode 100644 index 46f33e45eb..0000000000 --- a/tools/readme_generator/templates/README_ckb.md.j2 +++ /dev/null @@ -1,89 +0,0 @@ -{% if manifest.id == "example" -%} -# Packaging an app, starting from this example - -* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. -* Edit the `manifest.json` with app specific info. -* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. - * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) -* Add a `LICENSE` file for the package. -* Edit `doc/DISCLAIMER*.md` -* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator - ---- -{% endif -%} - - - -# {{manifest.name}} for YunoHost - -[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) - -[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) - -*[Lire ce readme en français.](./README_fr.md)* - -> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. -If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* - -## Overview - -{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} -**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} -{% endif -%} - -{% if upstream.demo %} -**Demo:** <{{upstream.demo}}> -{% endif -%} - -{% if screenshots %} -## Screenshots - -{% for screenshot in screenshots -%} - ![Screenshot of {{manifest.name}}](./{{screenshot}}) -{% endfor %} -{% endif -%} - -{% if disclaimer -%} -## Disclaimers / important information - -{{ disclaimer }} -{% endif -%} - -{% if antifeatures -%} -## :red_circle: Antifeatures - -{% for antifeature in antifeatures.values() -%} - - **{{ antifeature.title }}**: {{ antifeature.description }} -{% endfor %} -{% endif -%} - -## Documentation and resources - -{% if upstream.website -%}- Official app website: <{{ upstream.website }}> -{% endif -%} -{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> -{% endif -%} -{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> -{% endif -%} -{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> -{% endif -%} -- YunoHost Store: -- Report a bug: - -## Developer info - -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). - -To try the testing branch, please proceed like that. - -```bash -sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -or -sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -``` - -**More info regarding app packaging:** - diff --git a/tools/readme_generator/templates/README_cs.md.j2 b/tools/readme_generator/templates/README_cs.md.j2 deleted file mode 100644 index 46f33e45eb..0000000000 --- a/tools/readme_generator/templates/README_cs.md.j2 +++ /dev/null @@ -1,89 +0,0 @@ -{% if manifest.id == "example" -%} -# Packaging an app, starting from this example - -* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. -* Edit the `manifest.json` with app specific info. -* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. - * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) -* Add a `LICENSE` file for the package. -* Edit `doc/DISCLAIMER*.md` -* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator - ---- -{% endif -%} - - - -# {{manifest.name}} for YunoHost - -[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) - -[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) - -*[Lire ce readme en français.](./README_fr.md)* - -> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. -If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* - -## Overview - -{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} -**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} -{% endif -%} - -{% if upstream.demo %} -**Demo:** <{{upstream.demo}}> -{% endif -%} - -{% if screenshots %} -## Screenshots - -{% for screenshot in screenshots -%} - ![Screenshot of {{manifest.name}}](./{{screenshot}}) -{% endfor %} -{% endif -%} - -{% if disclaimer -%} -## Disclaimers / important information - -{{ disclaimer }} -{% endif -%} - -{% if antifeatures -%} -## :red_circle: Antifeatures - -{% for antifeature in antifeatures.values() -%} - - **{{ antifeature.title }}**: {{ antifeature.description }} -{% endfor %} -{% endif -%} - -## Documentation and resources - -{% if upstream.website -%}- Official app website: <{{ upstream.website }}> -{% endif -%} -{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> -{% endif -%} -{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> -{% endif -%} -{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> -{% endif -%} -- YunoHost Store: -- Report a bug: - -## Developer info - -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). - -To try the testing branch, please proceed like that. - -```bash -sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -or -sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -``` - -**More info regarding app packaging:** - diff --git a/tools/readme_generator/templates/README_da.md.j2 b/tools/readme_generator/templates/README_da.md.j2 deleted file mode 100644 index 46f33e45eb..0000000000 --- a/tools/readme_generator/templates/README_da.md.j2 +++ /dev/null @@ -1,89 +0,0 @@ -{% if manifest.id == "example" -%} -# Packaging an app, starting from this example - -* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. -* Edit the `manifest.json` with app specific info. -* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. - * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) -* Add a `LICENSE` file for the package. -* Edit `doc/DISCLAIMER*.md` -* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator - ---- -{% endif -%} - - - -# {{manifest.name}} for YunoHost - -[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) - -[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) - -*[Lire ce readme en français.](./README_fr.md)* - -> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. -If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* - -## Overview - -{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} -**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} -{% endif -%} - -{% if upstream.demo %} -**Demo:** <{{upstream.demo}}> -{% endif -%} - -{% if screenshots %} -## Screenshots - -{% for screenshot in screenshots -%} - ![Screenshot of {{manifest.name}}](./{{screenshot}}) -{% endfor %} -{% endif -%} - -{% if disclaimer -%} -## Disclaimers / important information - -{{ disclaimer }} -{% endif -%} - -{% if antifeatures -%} -## :red_circle: Antifeatures - -{% for antifeature in antifeatures.values() -%} - - **{{ antifeature.title }}**: {{ antifeature.description }} -{% endfor %} -{% endif -%} - -## Documentation and resources - -{% if upstream.website -%}- Official app website: <{{ upstream.website }}> -{% endif -%} -{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> -{% endif -%} -{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> -{% endif -%} -{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> -{% endif -%} -- YunoHost Store: -- Report a bug: - -## Developer info - -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). - -To try the testing branch, please proceed like that. - -```bash -sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -or -sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -``` - -**More info regarding app packaging:** - diff --git a/tools/readme_generator/templates/README_de.md.j2 b/tools/readme_generator/templates/README_de.md.j2 deleted file mode 100644 index 46f33e45eb..0000000000 --- a/tools/readme_generator/templates/README_de.md.j2 +++ /dev/null @@ -1,89 +0,0 @@ -{% if manifest.id == "example" -%} -# Packaging an app, starting from this example - -* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. -* Edit the `manifest.json` with app specific info. -* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. - * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) -* Add a `LICENSE` file for the package. -* Edit `doc/DISCLAIMER*.md` -* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator - ---- -{% endif -%} - - - -# {{manifest.name}} for YunoHost - -[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) - -[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) - -*[Lire ce readme en français.](./README_fr.md)* - -> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. -If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* - -## Overview - -{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} -**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} -{% endif -%} - -{% if upstream.demo %} -**Demo:** <{{upstream.demo}}> -{% endif -%} - -{% if screenshots %} -## Screenshots - -{% for screenshot in screenshots -%} - ![Screenshot of {{manifest.name}}](./{{screenshot}}) -{% endfor %} -{% endif -%} - -{% if disclaimer -%} -## Disclaimers / important information - -{{ disclaimer }} -{% endif -%} - -{% if antifeatures -%} -## :red_circle: Antifeatures - -{% for antifeature in antifeatures.values() -%} - - **{{ antifeature.title }}**: {{ antifeature.description }} -{% endfor %} -{% endif -%} - -## Documentation and resources - -{% if upstream.website -%}- Official app website: <{{ upstream.website }}> -{% endif -%} -{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> -{% endif -%} -{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> -{% endif -%} -{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> -{% endif -%} -- YunoHost Store: -- Report a bug: - -## Developer info - -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). - -To try the testing branch, please proceed like that. - -```bash -sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -or -sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -``` - -**More info regarding app packaging:** - diff --git a/tools/readme_generator/templates/README_el.md.j2 b/tools/readme_generator/templates/README_el.md.j2 deleted file mode 100644 index 46f33e45eb..0000000000 --- a/tools/readme_generator/templates/README_el.md.j2 +++ /dev/null @@ -1,89 +0,0 @@ -{% if manifest.id == "example" -%} -# Packaging an app, starting from this example - -* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. -* Edit the `manifest.json` with app specific info. -* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. - * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) -* Add a `LICENSE` file for the package. -* Edit `doc/DISCLAIMER*.md` -* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator - ---- -{% endif -%} - - - -# {{manifest.name}} for YunoHost - -[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) - -[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) - -*[Lire ce readme en français.](./README_fr.md)* - -> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. -If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* - -## Overview - -{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} -**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} -{% endif -%} - -{% if upstream.demo %} -**Demo:** <{{upstream.demo}}> -{% endif -%} - -{% if screenshots %} -## Screenshots - -{% for screenshot in screenshots -%} - ![Screenshot of {{manifest.name}}](./{{screenshot}}) -{% endfor %} -{% endif -%} - -{% if disclaimer -%} -## Disclaimers / important information - -{{ disclaimer }} -{% endif -%} - -{% if antifeatures -%} -## :red_circle: Antifeatures - -{% for antifeature in antifeatures.values() -%} - - **{{ antifeature.title }}**: {{ antifeature.description }} -{% endfor %} -{% endif -%} - -## Documentation and resources - -{% if upstream.website -%}- Official app website: <{{ upstream.website }}> -{% endif -%} -{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> -{% endif -%} -{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> -{% endif -%} -{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> -{% endif -%} -- YunoHost Store: -- Report a bug: - -## Developer info - -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). - -To try the testing branch, please proceed like that. - -```bash -sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -or -sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -``` - -**More info regarding app packaging:** - diff --git a/tools/readme_generator/templates/README_eo.md.j2 b/tools/readme_generator/templates/README_eo.md.j2 deleted file mode 100644 index 46f33e45eb..0000000000 --- a/tools/readme_generator/templates/README_eo.md.j2 +++ /dev/null @@ -1,89 +0,0 @@ -{% if manifest.id == "example" -%} -# Packaging an app, starting from this example - -* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. -* Edit the `manifest.json` with app specific info. -* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. - * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) -* Add a `LICENSE` file for the package. -* Edit `doc/DISCLAIMER*.md` -* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator - ---- -{% endif -%} - - - -# {{manifest.name}} for YunoHost - -[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) - -[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) - -*[Lire ce readme en français.](./README_fr.md)* - -> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. -If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* - -## Overview - -{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} -**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} -{% endif -%} - -{% if upstream.demo %} -**Demo:** <{{upstream.demo}}> -{% endif -%} - -{% if screenshots %} -## Screenshots - -{% for screenshot in screenshots -%} - ![Screenshot of {{manifest.name}}](./{{screenshot}}) -{% endfor %} -{% endif -%} - -{% if disclaimer -%} -## Disclaimers / important information - -{{ disclaimer }} -{% endif -%} - -{% if antifeatures -%} -## :red_circle: Antifeatures - -{% for antifeature in antifeatures.values() -%} - - **{{ antifeature.title }}**: {{ antifeature.description }} -{% endfor %} -{% endif -%} - -## Documentation and resources - -{% if upstream.website -%}- Official app website: <{{ upstream.website }}> -{% endif -%} -{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> -{% endif -%} -{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> -{% endif -%} -{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> -{% endif -%} -- YunoHost Store: -- Report a bug: - -## Developer info - -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). - -To try the testing branch, please proceed like that. - -```bash -sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -or -sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -``` - -**More info regarding app packaging:** - diff --git a/tools/readme_generator/templates/README_es.md.j2 b/tools/readme_generator/templates/README_es.md.j2 deleted file mode 100644 index 46f33e45eb..0000000000 --- a/tools/readme_generator/templates/README_es.md.j2 +++ /dev/null @@ -1,89 +0,0 @@ -{% if manifest.id == "example" -%} -# Packaging an app, starting from this example - -* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. -* Edit the `manifest.json` with app specific info. -* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. - * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) -* Add a `LICENSE` file for the package. -* Edit `doc/DISCLAIMER*.md` -* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator - ---- -{% endif -%} - - - -# {{manifest.name}} for YunoHost - -[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) - -[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) - -*[Lire ce readme en français.](./README_fr.md)* - -> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. -If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* - -## Overview - -{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} -**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} -{% endif -%} - -{% if upstream.demo %} -**Demo:** <{{upstream.demo}}> -{% endif -%} - -{% if screenshots %} -## Screenshots - -{% for screenshot in screenshots -%} - ![Screenshot of {{manifest.name}}](./{{screenshot}}) -{% endfor %} -{% endif -%} - -{% if disclaimer -%} -## Disclaimers / important information - -{{ disclaimer }} -{% endif -%} - -{% if antifeatures -%} -## :red_circle: Antifeatures - -{% for antifeature in antifeatures.values() -%} - - **{{ antifeature.title }}**: {{ antifeature.description }} -{% endfor %} -{% endif -%} - -## Documentation and resources - -{% if upstream.website -%}- Official app website: <{{ upstream.website }}> -{% endif -%} -{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> -{% endif -%} -{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> -{% endif -%} -{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> -{% endif -%} -- YunoHost Store: -- Report a bug: - -## Developer info - -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). - -To try the testing branch, please proceed like that. - -```bash -sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -or -sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -``` - -**More info regarding app packaging:** - diff --git a/tools/readme_generator/templates/README_eu.md.j2 b/tools/readme_generator/templates/README_eu.md.j2 deleted file mode 100644 index 46f33e45eb..0000000000 --- a/tools/readme_generator/templates/README_eu.md.j2 +++ /dev/null @@ -1,89 +0,0 @@ -{% if manifest.id == "example" -%} -# Packaging an app, starting from this example - -* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. -* Edit the `manifest.json` with app specific info. -* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. - * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) -* Add a `LICENSE` file for the package. -* Edit `doc/DISCLAIMER*.md` -* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator - ---- -{% endif -%} - - - -# {{manifest.name}} for YunoHost - -[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) - -[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) - -*[Lire ce readme en français.](./README_fr.md)* - -> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. -If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* - -## Overview - -{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} -**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} -{% endif -%} - -{% if upstream.demo %} -**Demo:** <{{upstream.demo}}> -{% endif -%} - -{% if screenshots %} -## Screenshots - -{% for screenshot in screenshots -%} - ![Screenshot of {{manifest.name}}](./{{screenshot}}) -{% endfor %} -{% endif -%} - -{% if disclaimer -%} -## Disclaimers / important information - -{{ disclaimer }} -{% endif -%} - -{% if antifeatures -%} -## :red_circle: Antifeatures - -{% for antifeature in antifeatures.values() -%} - - **{{ antifeature.title }}**: {{ antifeature.description }} -{% endfor %} -{% endif -%} - -## Documentation and resources - -{% if upstream.website -%}- Official app website: <{{ upstream.website }}> -{% endif -%} -{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> -{% endif -%} -{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> -{% endif -%} -{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> -{% endif -%} -- YunoHost Store: -- Report a bug: - -## Developer info - -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). - -To try the testing branch, please proceed like that. - -```bash -sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -or -sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -``` - -**More info regarding app packaging:** - diff --git a/tools/readme_generator/templates/README_fa.md.j2 b/tools/readme_generator/templates/README_fa.md.j2 deleted file mode 100644 index 46f33e45eb..0000000000 --- a/tools/readme_generator/templates/README_fa.md.j2 +++ /dev/null @@ -1,89 +0,0 @@ -{% if manifest.id == "example" -%} -# Packaging an app, starting from this example - -* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. -* Edit the `manifest.json` with app specific info. -* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. - * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) -* Add a `LICENSE` file for the package. -* Edit `doc/DISCLAIMER*.md` -* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator - ---- -{% endif -%} - - - -# {{manifest.name}} for YunoHost - -[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) - -[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) - -*[Lire ce readme en français.](./README_fr.md)* - -> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. -If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* - -## Overview - -{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} -**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} -{% endif -%} - -{% if upstream.demo %} -**Demo:** <{{upstream.demo}}> -{% endif -%} - -{% if screenshots %} -## Screenshots - -{% for screenshot in screenshots -%} - ![Screenshot of {{manifest.name}}](./{{screenshot}}) -{% endfor %} -{% endif -%} - -{% if disclaimer -%} -## Disclaimers / important information - -{{ disclaimer }} -{% endif -%} - -{% if antifeatures -%} -## :red_circle: Antifeatures - -{% for antifeature in antifeatures.values() -%} - - **{{ antifeature.title }}**: {{ antifeature.description }} -{% endfor %} -{% endif -%} - -## Documentation and resources - -{% if upstream.website -%}- Official app website: <{{ upstream.website }}> -{% endif -%} -{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> -{% endif -%} -{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> -{% endif -%} -{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> -{% endif -%} -- YunoHost Store: -- Report a bug: - -## Developer info - -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). - -To try the testing branch, please proceed like that. - -```bash -sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -or -sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -``` - -**More info regarding app packaging:** - diff --git a/tools/readme_generator/templates/README_fi.md.j2 b/tools/readme_generator/templates/README_fi.md.j2 deleted file mode 100644 index 46f33e45eb..0000000000 --- a/tools/readme_generator/templates/README_fi.md.j2 +++ /dev/null @@ -1,89 +0,0 @@ -{% if manifest.id == "example" -%} -# Packaging an app, starting from this example - -* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. -* Edit the `manifest.json` with app specific info. -* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. - * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) -* Add a `LICENSE` file for the package. -* Edit `doc/DISCLAIMER*.md` -* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator - ---- -{% endif -%} - - - -# {{manifest.name}} for YunoHost - -[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) - -[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) - -*[Lire ce readme en français.](./README_fr.md)* - -> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. -If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* - -## Overview - -{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} -**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} -{% endif -%} - -{% if upstream.demo %} -**Demo:** <{{upstream.demo}}> -{% endif -%} - -{% if screenshots %} -## Screenshots - -{% for screenshot in screenshots -%} - ![Screenshot of {{manifest.name}}](./{{screenshot}}) -{% endfor %} -{% endif -%} - -{% if disclaimer -%} -## Disclaimers / important information - -{{ disclaimer }} -{% endif -%} - -{% if antifeatures -%} -## :red_circle: Antifeatures - -{% for antifeature in antifeatures.values() -%} - - **{{ antifeature.title }}**: {{ antifeature.description }} -{% endfor %} -{% endif -%} - -## Documentation and resources - -{% if upstream.website -%}- Official app website: <{{ upstream.website }}> -{% endif -%} -{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> -{% endif -%} -{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> -{% endif -%} -{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> -{% endif -%} -- YunoHost Store: -- Report a bug: - -## Developer info - -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). - -To try the testing branch, please proceed like that. - -```bash -sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -or -sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -``` - -**More info regarding app packaging:** - diff --git a/tools/readme_generator/templates/README_fr.md.j2 b/tools/readme_generator/templates/README_fr.md.j2 deleted file mode 100644 index fba3e1bec2..0000000000 --- a/tools/readme_generator/templates/README_fr.md.j2 +++ /dev/null @@ -1,75 +0,0 @@ - - -# {{manifest.name}} pour YunoHost - -[![Niveau d’intégration](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) - -[![Installer {{manifest.name}} avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) - -*[Read this readme in english.](./README.md)* - -> *Ce package vous permet d’installer {{manifest.name}} rapidement et simplement sur un serveur YunoHost. -Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.* - -## Vue d’ensemble - -{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} -**Version incluse :** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} -{% endif -%} - -{% if upstream.demo %} -**Démo :** <{{upstream.demo}}> -{% endif -%} - -{% if screenshots %} -## Captures d’écran - -{% for screenshot in screenshots -%} - ![Capture d’écran de {{manifest.name}}](./{{screenshot}}) -{% endfor %} -{% endif -%} - -{% if disclaimer -%} -## Avertissements / informations importantes - -{{ disclaimer }} -{% endif -%} - -{% if antifeatures -%} -## :red_circle: Anti-fonctionnalités - -{% for antifeature in antifeatures.values() -%} - - **{{ antifeature.title }}** : {{ antifeature.description }} -{% endfor %} -{% endif -%} - -## Documentations et ressources - -{% if upstream.website -%}- Site officiel de l’app : <{{ upstream.website }}> -{% endif -%} -{% if upstream.userdoc -%}- Documentation officielle utilisateur : <{{ upstream.userdoc }}> -{% endif -%} -{% if upstream.admindoc -%}- Documentation officielle de l’admin : <{{ upstream.admindoc }}> -{% endif -%} -{% if upstream.code -%}- Dépôt de code officiel de l’app : <{{ upstream.code }}> -{% endif -%} -- YunoHost Store : -- Signaler un bug : - -## Informations pour les développeurs - -Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). - -Pour essayer la branche testing, procédez comme suit. - -```bash -sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -ou -sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -``` - -**Plus d’infos sur le packaging d’applications :** - diff --git a/tools/readme_generator/templates/README_gl.md.j2 b/tools/readme_generator/templates/README_gl.md.j2 deleted file mode 100644 index 46f33e45eb..0000000000 --- a/tools/readme_generator/templates/README_gl.md.j2 +++ /dev/null @@ -1,89 +0,0 @@ -{% if manifest.id == "example" -%} -# Packaging an app, starting from this example - -* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. -* Edit the `manifest.json` with app specific info. -* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. - * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) -* Add a `LICENSE` file for the package. -* Edit `doc/DISCLAIMER*.md` -* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator - ---- -{% endif -%} - - - -# {{manifest.name}} for YunoHost - -[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) - -[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) - -*[Lire ce readme en français.](./README_fr.md)* - -> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. -If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* - -## Overview - -{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} -**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} -{% endif -%} - -{% if upstream.demo %} -**Demo:** <{{upstream.demo}}> -{% endif -%} - -{% if screenshots %} -## Screenshots - -{% for screenshot in screenshots -%} - ![Screenshot of {{manifest.name}}](./{{screenshot}}) -{% endfor %} -{% endif -%} - -{% if disclaimer -%} -## Disclaimers / important information - -{{ disclaimer }} -{% endif -%} - -{% if antifeatures -%} -## :red_circle: Antifeatures - -{% for antifeature in antifeatures.values() -%} - - **{{ antifeature.title }}**: {{ antifeature.description }} -{% endfor %} -{% endif -%} - -## Documentation and resources - -{% if upstream.website -%}- Official app website: <{{ upstream.website }}> -{% endif -%} -{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> -{% endif -%} -{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> -{% endif -%} -{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> -{% endif -%} -- YunoHost Store: -- Report a bug: - -## Developer info - -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). - -To try the testing branch, please proceed like that. - -```bash -sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -or -sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -``` - -**More info regarding app packaging:** - diff --git a/tools/readme_generator/templates/README_he.md.j2 b/tools/readme_generator/templates/README_he.md.j2 deleted file mode 100644 index 46f33e45eb..0000000000 --- a/tools/readme_generator/templates/README_he.md.j2 +++ /dev/null @@ -1,89 +0,0 @@ -{% if manifest.id == "example" -%} -# Packaging an app, starting from this example - -* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. -* Edit the `manifest.json` with app specific info. -* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. - * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) -* Add a `LICENSE` file for the package. -* Edit `doc/DISCLAIMER*.md` -* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator - ---- -{% endif -%} - - - -# {{manifest.name}} for YunoHost - -[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) - -[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) - -*[Lire ce readme en français.](./README_fr.md)* - -> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. -If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* - -## Overview - -{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} -**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} -{% endif -%} - -{% if upstream.demo %} -**Demo:** <{{upstream.demo}}> -{% endif -%} - -{% if screenshots %} -## Screenshots - -{% for screenshot in screenshots -%} - ![Screenshot of {{manifest.name}}](./{{screenshot}}) -{% endfor %} -{% endif -%} - -{% if disclaimer -%} -## Disclaimers / important information - -{{ disclaimer }} -{% endif -%} - -{% if antifeatures -%} -## :red_circle: Antifeatures - -{% for antifeature in antifeatures.values() -%} - - **{{ antifeature.title }}**: {{ antifeature.description }} -{% endfor %} -{% endif -%} - -## Documentation and resources - -{% if upstream.website -%}- Official app website: <{{ upstream.website }}> -{% endif -%} -{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> -{% endif -%} -{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> -{% endif -%} -{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> -{% endif -%} -- YunoHost Store: -- Report a bug: - -## Developer info - -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). - -To try the testing branch, please proceed like that. - -```bash -sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -or -sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -``` - -**More info regarding app packaging:** - diff --git a/tools/readme_generator/templates/README_hi.md.j2 b/tools/readme_generator/templates/README_hi.md.j2 deleted file mode 100644 index 46f33e45eb..0000000000 --- a/tools/readme_generator/templates/README_hi.md.j2 +++ /dev/null @@ -1,89 +0,0 @@ -{% if manifest.id == "example" -%} -# Packaging an app, starting from this example - -* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. -* Edit the `manifest.json` with app specific info. -* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. - * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) -* Add a `LICENSE` file for the package. -* Edit `doc/DISCLAIMER*.md` -* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator - ---- -{% endif -%} - - - -# {{manifest.name}} for YunoHost - -[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) - -[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) - -*[Lire ce readme en français.](./README_fr.md)* - -> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. -If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* - -## Overview - -{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} -**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} -{% endif -%} - -{% if upstream.demo %} -**Demo:** <{{upstream.demo}}> -{% endif -%} - -{% if screenshots %} -## Screenshots - -{% for screenshot in screenshots -%} - ![Screenshot of {{manifest.name}}](./{{screenshot}}) -{% endfor %} -{% endif -%} - -{% if disclaimer -%} -## Disclaimers / important information - -{{ disclaimer }} -{% endif -%} - -{% if antifeatures -%} -## :red_circle: Antifeatures - -{% for antifeature in antifeatures.values() -%} - - **{{ antifeature.title }}**: {{ antifeature.description }} -{% endfor %} -{% endif -%} - -## Documentation and resources - -{% if upstream.website -%}- Official app website: <{{ upstream.website }}> -{% endif -%} -{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> -{% endif -%} -{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> -{% endif -%} -{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> -{% endif -%} -- YunoHost Store: -- Report a bug: - -## Developer info - -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). - -To try the testing branch, please proceed like that. - -```bash -sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -or -sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -``` - -**More info regarding app packaging:** - diff --git a/tools/readme_generator/templates/README_hu.md.j2 b/tools/readme_generator/templates/README_hu.md.j2 deleted file mode 100644 index 46f33e45eb..0000000000 --- a/tools/readme_generator/templates/README_hu.md.j2 +++ /dev/null @@ -1,89 +0,0 @@ -{% if manifest.id == "example" -%} -# Packaging an app, starting from this example - -* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. -* Edit the `manifest.json` with app specific info. -* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. - * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) -* Add a `LICENSE` file for the package. -* Edit `doc/DISCLAIMER*.md` -* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator - ---- -{% endif -%} - - - -# {{manifest.name}} for YunoHost - -[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) - -[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) - -*[Lire ce readme en français.](./README_fr.md)* - -> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. -If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* - -## Overview - -{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} -**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} -{% endif -%} - -{% if upstream.demo %} -**Demo:** <{{upstream.demo}}> -{% endif -%} - -{% if screenshots %} -## Screenshots - -{% for screenshot in screenshots -%} - ![Screenshot of {{manifest.name}}](./{{screenshot}}) -{% endfor %} -{% endif -%} - -{% if disclaimer -%} -## Disclaimers / important information - -{{ disclaimer }} -{% endif -%} - -{% if antifeatures -%} -## :red_circle: Antifeatures - -{% for antifeature in antifeatures.values() -%} - - **{{ antifeature.title }}**: {{ antifeature.description }} -{% endfor %} -{% endif -%} - -## Documentation and resources - -{% if upstream.website -%}- Official app website: <{{ upstream.website }}> -{% endif -%} -{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> -{% endif -%} -{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> -{% endif -%} -{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> -{% endif -%} -- YunoHost Store: -- Report a bug: - -## Developer info - -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). - -To try the testing branch, please proceed like that. - -```bash -sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -or -sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -``` - -**More info regarding app packaging:** - diff --git a/tools/readme_generator/templates/README_id.md.j2 b/tools/readme_generator/templates/README_id.md.j2 deleted file mode 100644 index 46f33e45eb..0000000000 --- a/tools/readme_generator/templates/README_id.md.j2 +++ /dev/null @@ -1,89 +0,0 @@ -{% if manifest.id == "example" -%} -# Packaging an app, starting from this example - -* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. -* Edit the `manifest.json` with app specific info. -* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. - * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) -* Add a `LICENSE` file for the package. -* Edit `doc/DISCLAIMER*.md` -* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator - ---- -{% endif -%} - - - -# {{manifest.name}} for YunoHost - -[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) - -[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) - -*[Lire ce readme en français.](./README_fr.md)* - -> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. -If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* - -## Overview - -{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} -**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} -{% endif -%} - -{% if upstream.demo %} -**Demo:** <{{upstream.demo}}> -{% endif -%} - -{% if screenshots %} -## Screenshots - -{% for screenshot in screenshots -%} - ![Screenshot of {{manifest.name}}](./{{screenshot}}) -{% endfor %} -{% endif -%} - -{% if disclaimer -%} -## Disclaimers / important information - -{{ disclaimer }} -{% endif -%} - -{% if antifeatures -%} -## :red_circle: Antifeatures - -{% for antifeature in antifeatures.values() -%} - - **{{ antifeature.title }}**: {{ antifeature.description }} -{% endfor %} -{% endif -%} - -## Documentation and resources - -{% if upstream.website -%}- Official app website: <{{ upstream.website }}> -{% endif -%} -{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> -{% endif -%} -{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> -{% endif -%} -{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> -{% endif -%} -- YunoHost Store: -- Report a bug: - -## Developer info - -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). - -To try the testing branch, please proceed like that. - -```bash -sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -or -sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -``` - -**More info regarding app packaging:** - diff --git a/tools/readme_generator/templates/README_it.md.j2 b/tools/readme_generator/templates/README_it.md.j2 deleted file mode 100644 index 46f33e45eb..0000000000 --- a/tools/readme_generator/templates/README_it.md.j2 +++ /dev/null @@ -1,89 +0,0 @@ -{% if manifest.id == "example" -%} -# Packaging an app, starting from this example - -* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. -* Edit the `manifest.json` with app specific info. -* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. - * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) -* Add a `LICENSE` file for the package. -* Edit `doc/DISCLAIMER*.md` -* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator - ---- -{% endif -%} - - - -# {{manifest.name}} for YunoHost - -[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) - -[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) - -*[Lire ce readme en français.](./README_fr.md)* - -> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. -If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* - -## Overview - -{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} -**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} -{% endif -%} - -{% if upstream.demo %} -**Demo:** <{{upstream.demo}}> -{% endif -%} - -{% if screenshots %} -## Screenshots - -{% for screenshot in screenshots -%} - ![Screenshot of {{manifest.name}}](./{{screenshot}}) -{% endfor %} -{% endif -%} - -{% if disclaimer -%} -## Disclaimers / important information - -{{ disclaimer }} -{% endif -%} - -{% if antifeatures -%} -## :red_circle: Antifeatures - -{% for antifeature in antifeatures.values() -%} - - **{{ antifeature.title }}**: {{ antifeature.description }} -{% endfor %} -{% endif -%} - -## Documentation and resources - -{% if upstream.website -%}- Official app website: <{{ upstream.website }}> -{% endif -%} -{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> -{% endif -%} -{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> -{% endif -%} -{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> -{% endif -%} -- YunoHost Store: -- Report a bug: - -## Developer info - -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). - -To try the testing branch, please proceed like that. - -```bash -sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -or -sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -``` - -**More info regarding app packaging:** - diff --git a/tools/readme_generator/templates/README_ja.md.j2 b/tools/readme_generator/templates/README_ja.md.j2 deleted file mode 100644 index 46f33e45eb..0000000000 --- a/tools/readme_generator/templates/README_ja.md.j2 +++ /dev/null @@ -1,89 +0,0 @@ -{% if manifest.id == "example" -%} -# Packaging an app, starting from this example - -* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. -* Edit the `manifest.json` with app specific info. -* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. - * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) -* Add a `LICENSE` file for the package. -* Edit `doc/DISCLAIMER*.md` -* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator - ---- -{% endif -%} - - - -# {{manifest.name}} for YunoHost - -[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) - -[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) - -*[Lire ce readme en français.](./README_fr.md)* - -> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. -If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* - -## Overview - -{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} -**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} -{% endif -%} - -{% if upstream.demo %} -**Demo:** <{{upstream.demo}}> -{% endif -%} - -{% if screenshots %} -## Screenshots - -{% for screenshot in screenshots -%} - ![Screenshot of {{manifest.name}}](./{{screenshot}}) -{% endfor %} -{% endif -%} - -{% if disclaimer -%} -## Disclaimers / important information - -{{ disclaimer }} -{% endif -%} - -{% if antifeatures -%} -## :red_circle: Antifeatures - -{% for antifeature in antifeatures.values() -%} - - **{{ antifeature.title }}**: {{ antifeature.description }} -{% endfor %} -{% endif -%} - -## Documentation and resources - -{% if upstream.website -%}- Official app website: <{{ upstream.website }}> -{% endif -%} -{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> -{% endif -%} -{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> -{% endif -%} -{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> -{% endif -%} -- YunoHost Store: -- Report a bug: - -## Developer info - -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). - -To try the testing branch, please proceed like that. - -```bash -sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -or -sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -``` - -**More info regarding app packaging:** - diff --git a/tools/readme_generator/templates/README_kab.md.j2 b/tools/readme_generator/templates/README_kab.md.j2 deleted file mode 100644 index 46f33e45eb..0000000000 --- a/tools/readme_generator/templates/README_kab.md.j2 +++ /dev/null @@ -1,89 +0,0 @@ -{% if manifest.id == "example" -%} -# Packaging an app, starting from this example - -* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. -* Edit the `manifest.json` with app specific info. -* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. - * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) -* Add a `LICENSE` file for the package. -* Edit `doc/DISCLAIMER*.md` -* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator - ---- -{% endif -%} - - - -# {{manifest.name}} for YunoHost - -[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) - -[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) - -*[Lire ce readme en français.](./README_fr.md)* - -> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. -If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* - -## Overview - -{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} -**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} -{% endif -%} - -{% if upstream.demo %} -**Demo:** <{{upstream.demo}}> -{% endif -%} - -{% if screenshots %} -## Screenshots - -{% for screenshot in screenshots -%} - ![Screenshot of {{manifest.name}}](./{{screenshot}}) -{% endfor %} -{% endif -%} - -{% if disclaimer -%} -## Disclaimers / important information - -{{ disclaimer }} -{% endif -%} - -{% if antifeatures -%} -## :red_circle: Antifeatures - -{% for antifeature in antifeatures.values() -%} - - **{{ antifeature.title }}**: {{ antifeature.description }} -{% endfor %} -{% endif -%} - -## Documentation and resources - -{% if upstream.website -%}- Official app website: <{{ upstream.website }}> -{% endif -%} -{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> -{% endif -%} -{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> -{% endif -%} -{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> -{% endif -%} -- YunoHost Store: -- Report a bug: - -## Developer info - -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). - -To try the testing branch, please proceed like that. - -```bash -sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -or -sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -``` - -**More info regarding app packaging:** - diff --git a/tools/readme_generator/templates/README_ko.md.j2 b/tools/readme_generator/templates/README_ko.md.j2 deleted file mode 100644 index 46f33e45eb..0000000000 --- a/tools/readme_generator/templates/README_ko.md.j2 +++ /dev/null @@ -1,89 +0,0 @@ -{% if manifest.id == "example" -%} -# Packaging an app, starting from this example - -* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. -* Edit the `manifest.json` with app specific info. -* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. - * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) -* Add a `LICENSE` file for the package. -* Edit `doc/DISCLAIMER*.md` -* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator - ---- -{% endif -%} - - - -# {{manifest.name}} for YunoHost - -[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) - -[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) - -*[Lire ce readme en français.](./README_fr.md)* - -> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. -If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* - -## Overview - -{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} -**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} -{% endif -%} - -{% if upstream.demo %} -**Demo:** <{{upstream.demo}}> -{% endif -%} - -{% if screenshots %} -## Screenshots - -{% for screenshot in screenshots -%} - ![Screenshot of {{manifest.name}}](./{{screenshot}}) -{% endfor %} -{% endif -%} - -{% if disclaimer -%} -## Disclaimers / important information - -{{ disclaimer }} -{% endif -%} - -{% if antifeatures -%} -## :red_circle: Antifeatures - -{% for antifeature in antifeatures.values() -%} - - **{{ antifeature.title }}**: {{ antifeature.description }} -{% endfor %} -{% endif -%} - -## Documentation and resources - -{% if upstream.website -%}- Official app website: <{{ upstream.website }}> -{% endif -%} -{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> -{% endif -%} -{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> -{% endif -%} -{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> -{% endif -%} -- YunoHost Store: -- Report a bug: - -## Developer info - -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). - -To try the testing branch, please proceed like that. - -```bash -sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -or -sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -``` - -**More info regarding app packaging:** - diff --git a/tools/readme_generator/templates/README_lt.md.j2 b/tools/readme_generator/templates/README_lt.md.j2 deleted file mode 100644 index 46f33e45eb..0000000000 --- a/tools/readme_generator/templates/README_lt.md.j2 +++ /dev/null @@ -1,89 +0,0 @@ -{% if manifest.id == "example" -%} -# Packaging an app, starting from this example - -* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. -* Edit the `manifest.json` with app specific info. -* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. - * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) -* Add a `LICENSE` file for the package. -* Edit `doc/DISCLAIMER*.md` -* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator - ---- -{% endif -%} - - - -# {{manifest.name}} for YunoHost - -[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) - -[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) - -*[Lire ce readme en français.](./README_fr.md)* - -> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. -If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* - -## Overview - -{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} -**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} -{% endif -%} - -{% if upstream.demo %} -**Demo:** <{{upstream.demo}}> -{% endif -%} - -{% if screenshots %} -## Screenshots - -{% for screenshot in screenshots -%} - ![Screenshot of {{manifest.name}}](./{{screenshot}}) -{% endfor %} -{% endif -%} - -{% if disclaimer -%} -## Disclaimers / important information - -{{ disclaimer }} -{% endif -%} - -{% if antifeatures -%} -## :red_circle: Antifeatures - -{% for antifeature in antifeatures.values() -%} - - **{{ antifeature.title }}**: {{ antifeature.description }} -{% endfor %} -{% endif -%} - -## Documentation and resources - -{% if upstream.website -%}- Official app website: <{{ upstream.website }}> -{% endif -%} -{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> -{% endif -%} -{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> -{% endif -%} -{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> -{% endif -%} -- YunoHost Store: -- Report a bug: - -## Developer info - -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). - -To try the testing branch, please proceed like that. - -```bash -sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -or -sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -``` - -**More info regarding app packaging:** - diff --git a/tools/readme_generator/templates/README_mk.md.j2 b/tools/readme_generator/templates/README_mk.md.j2 deleted file mode 100644 index 46f33e45eb..0000000000 --- a/tools/readme_generator/templates/README_mk.md.j2 +++ /dev/null @@ -1,89 +0,0 @@ -{% if manifest.id == "example" -%} -# Packaging an app, starting from this example - -* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. -* Edit the `manifest.json` with app specific info. -* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. - * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) -* Add a `LICENSE` file for the package. -* Edit `doc/DISCLAIMER*.md` -* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator - ---- -{% endif -%} - - - -# {{manifest.name}} for YunoHost - -[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) - -[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) - -*[Lire ce readme en français.](./README_fr.md)* - -> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. -If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* - -## Overview - -{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} -**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} -{% endif -%} - -{% if upstream.demo %} -**Demo:** <{{upstream.demo}}> -{% endif -%} - -{% if screenshots %} -## Screenshots - -{% for screenshot in screenshots -%} - ![Screenshot of {{manifest.name}}](./{{screenshot}}) -{% endfor %} -{% endif -%} - -{% if disclaimer -%} -## Disclaimers / important information - -{{ disclaimer }} -{% endif -%} - -{% if antifeatures -%} -## :red_circle: Antifeatures - -{% for antifeature in antifeatures.values() -%} - - **{{ antifeature.title }}**: {{ antifeature.description }} -{% endfor %} -{% endif -%} - -## Documentation and resources - -{% if upstream.website -%}- Official app website: <{{ upstream.website }}> -{% endif -%} -{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> -{% endif -%} -{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> -{% endif -%} -{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> -{% endif -%} -- YunoHost Store: -- Report a bug: - -## Developer info - -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). - -To try the testing branch, please proceed like that. - -```bash -sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -or -sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -``` - -**More info regarding app packaging:** - diff --git a/tools/readme_generator/templates/README_nb_NO.md.j2 b/tools/readme_generator/templates/README_nb_NO.md.j2 deleted file mode 100644 index 46f33e45eb..0000000000 --- a/tools/readme_generator/templates/README_nb_NO.md.j2 +++ /dev/null @@ -1,89 +0,0 @@ -{% if manifest.id == "example" -%} -# Packaging an app, starting from this example - -* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. -* Edit the `manifest.json` with app specific info. -* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. - * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) -* Add a `LICENSE` file for the package. -* Edit `doc/DISCLAIMER*.md` -* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator - ---- -{% endif -%} - - - -# {{manifest.name}} for YunoHost - -[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) - -[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) - -*[Lire ce readme en français.](./README_fr.md)* - -> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. -If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* - -## Overview - -{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} -**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} -{% endif -%} - -{% if upstream.demo %} -**Demo:** <{{upstream.demo}}> -{% endif -%} - -{% if screenshots %} -## Screenshots - -{% for screenshot in screenshots -%} - ![Screenshot of {{manifest.name}}](./{{screenshot}}) -{% endfor %} -{% endif -%} - -{% if disclaimer -%} -## Disclaimers / important information - -{{ disclaimer }} -{% endif -%} - -{% if antifeatures -%} -## :red_circle: Antifeatures - -{% for antifeature in antifeatures.values() -%} - - **{{ antifeature.title }}**: {{ antifeature.description }} -{% endfor %} -{% endif -%} - -## Documentation and resources - -{% if upstream.website -%}- Official app website: <{{ upstream.website }}> -{% endif -%} -{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> -{% endif -%} -{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> -{% endif -%} -{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> -{% endif -%} -- YunoHost Store: -- Report a bug: - -## Developer info - -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). - -To try the testing branch, please proceed like that. - -```bash -sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -or -sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -``` - -**More info regarding app packaging:** - diff --git a/tools/readme_generator/templates/README_ne.md.j2 b/tools/readme_generator/templates/README_ne.md.j2 deleted file mode 100644 index 46f33e45eb..0000000000 --- a/tools/readme_generator/templates/README_ne.md.j2 +++ /dev/null @@ -1,89 +0,0 @@ -{% if manifest.id == "example" -%} -# Packaging an app, starting from this example - -* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. -* Edit the `manifest.json` with app specific info. -* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. - * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) -* Add a `LICENSE` file for the package. -* Edit `doc/DISCLAIMER*.md` -* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator - ---- -{% endif -%} - - - -# {{manifest.name}} for YunoHost - -[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) - -[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) - -*[Lire ce readme en français.](./README_fr.md)* - -> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. -If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* - -## Overview - -{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} -**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} -{% endif -%} - -{% if upstream.demo %} -**Demo:** <{{upstream.demo}}> -{% endif -%} - -{% if screenshots %} -## Screenshots - -{% for screenshot in screenshots -%} - ![Screenshot of {{manifest.name}}](./{{screenshot}}) -{% endfor %} -{% endif -%} - -{% if disclaimer -%} -## Disclaimers / important information - -{{ disclaimer }} -{% endif -%} - -{% if antifeatures -%} -## :red_circle: Antifeatures - -{% for antifeature in antifeatures.values() -%} - - **{{ antifeature.title }}**: {{ antifeature.description }} -{% endfor %} -{% endif -%} - -## Documentation and resources - -{% if upstream.website -%}- Official app website: <{{ upstream.website }}> -{% endif -%} -{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> -{% endif -%} -{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> -{% endif -%} -{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> -{% endif -%} -- YunoHost Store: -- Report a bug: - -## Developer info - -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). - -To try the testing branch, please proceed like that. - -```bash -sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -or -sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -``` - -**More info regarding app packaging:** - diff --git a/tools/readme_generator/templates/README_nl.md.j2 b/tools/readme_generator/templates/README_nl.md.j2 deleted file mode 100644 index 46f33e45eb..0000000000 --- a/tools/readme_generator/templates/README_nl.md.j2 +++ /dev/null @@ -1,89 +0,0 @@ -{% if manifest.id == "example" -%} -# Packaging an app, starting from this example - -* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. -* Edit the `manifest.json` with app specific info. -* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. - * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) -* Add a `LICENSE` file for the package. -* Edit `doc/DISCLAIMER*.md` -* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator - ---- -{% endif -%} - - - -# {{manifest.name}} for YunoHost - -[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) - -[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) - -*[Lire ce readme en français.](./README_fr.md)* - -> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. -If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* - -## Overview - -{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} -**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} -{% endif -%} - -{% if upstream.demo %} -**Demo:** <{{upstream.demo}}> -{% endif -%} - -{% if screenshots %} -## Screenshots - -{% for screenshot in screenshots -%} - ![Screenshot of {{manifest.name}}](./{{screenshot}}) -{% endfor %} -{% endif -%} - -{% if disclaimer -%} -## Disclaimers / important information - -{{ disclaimer }} -{% endif -%} - -{% if antifeatures -%} -## :red_circle: Antifeatures - -{% for antifeature in antifeatures.values() -%} - - **{{ antifeature.title }}**: {{ antifeature.description }} -{% endfor %} -{% endif -%} - -## Documentation and resources - -{% if upstream.website -%}- Official app website: <{{ upstream.website }}> -{% endif -%} -{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> -{% endif -%} -{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> -{% endif -%} -{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> -{% endif -%} -- YunoHost Store: -- Report a bug: - -## Developer info - -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). - -To try the testing branch, please proceed like that. - -```bash -sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -or -sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -``` - -**More info regarding app packaging:** - diff --git a/tools/readme_generator/templates/README_oc.md.j2 b/tools/readme_generator/templates/README_oc.md.j2 deleted file mode 100644 index 46f33e45eb..0000000000 --- a/tools/readme_generator/templates/README_oc.md.j2 +++ /dev/null @@ -1,89 +0,0 @@ -{% if manifest.id == "example" -%} -# Packaging an app, starting from this example - -* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. -* Edit the `manifest.json` with app specific info. -* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. - * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) -* Add a `LICENSE` file for the package. -* Edit `doc/DISCLAIMER*.md` -* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator - ---- -{% endif -%} - - - -# {{manifest.name}} for YunoHost - -[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) - -[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) - -*[Lire ce readme en français.](./README_fr.md)* - -> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. -If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* - -## Overview - -{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} -**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} -{% endif -%} - -{% if upstream.demo %} -**Demo:** <{{upstream.demo}}> -{% endif -%} - -{% if screenshots %} -## Screenshots - -{% for screenshot in screenshots -%} - ![Screenshot of {{manifest.name}}](./{{screenshot}}) -{% endfor %} -{% endif -%} - -{% if disclaimer -%} -## Disclaimers / important information - -{{ disclaimer }} -{% endif -%} - -{% if antifeatures -%} -## :red_circle: Antifeatures - -{% for antifeature in antifeatures.values() -%} - - **{{ antifeature.title }}**: {{ antifeature.description }} -{% endfor %} -{% endif -%} - -## Documentation and resources - -{% if upstream.website -%}- Official app website: <{{ upstream.website }}> -{% endif -%} -{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> -{% endif -%} -{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> -{% endif -%} -{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> -{% endif -%} -- YunoHost Store: -- Report a bug: - -## Developer info - -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). - -To try the testing branch, please proceed like that. - -```bash -sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -or -sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -``` - -**More info regarding app packaging:** - diff --git a/tools/readme_generator/templates/README_pl.md.j2 b/tools/readme_generator/templates/README_pl.md.j2 deleted file mode 100644 index 46f33e45eb..0000000000 --- a/tools/readme_generator/templates/README_pl.md.j2 +++ /dev/null @@ -1,89 +0,0 @@ -{% if manifest.id == "example" -%} -# Packaging an app, starting from this example - -* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. -* Edit the `manifest.json` with app specific info. -* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. - * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) -* Add a `LICENSE` file for the package. -* Edit `doc/DISCLAIMER*.md` -* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator - ---- -{% endif -%} - - - -# {{manifest.name}} for YunoHost - -[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) - -[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) - -*[Lire ce readme en français.](./README_fr.md)* - -> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. -If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* - -## Overview - -{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} -**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} -{% endif -%} - -{% if upstream.demo %} -**Demo:** <{{upstream.demo}}> -{% endif -%} - -{% if screenshots %} -## Screenshots - -{% for screenshot in screenshots -%} - ![Screenshot of {{manifest.name}}](./{{screenshot}}) -{% endfor %} -{% endif -%} - -{% if disclaimer -%} -## Disclaimers / important information - -{{ disclaimer }} -{% endif -%} - -{% if antifeatures -%} -## :red_circle: Antifeatures - -{% for antifeature in antifeatures.values() -%} - - **{{ antifeature.title }}**: {{ antifeature.description }} -{% endfor %} -{% endif -%} - -## Documentation and resources - -{% if upstream.website -%}- Official app website: <{{ upstream.website }}> -{% endif -%} -{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> -{% endif -%} -{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> -{% endif -%} -{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> -{% endif -%} -- YunoHost Store: -- Report a bug: - -## Developer info - -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). - -To try the testing branch, please proceed like that. - -```bash -sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -or -sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -``` - -**More info regarding app packaging:** - diff --git a/tools/readme_generator/templates/README_pt.md.j2 b/tools/readme_generator/templates/README_pt.md.j2 deleted file mode 100644 index 46f33e45eb..0000000000 --- a/tools/readme_generator/templates/README_pt.md.j2 +++ /dev/null @@ -1,89 +0,0 @@ -{% if manifest.id == "example" -%} -# Packaging an app, starting from this example - -* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. -* Edit the `manifest.json` with app specific info. -* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. - * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) -* Add a `LICENSE` file for the package. -* Edit `doc/DISCLAIMER*.md` -* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator - ---- -{% endif -%} - - - -# {{manifest.name}} for YunoHost - -[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) - -[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) - -*[Lire ce readme en français.](./README_fr.md)* - -> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. -If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* - -## Overview - -{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} -**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} -{% endif -%} - -{% if upstream.demo %} -**Demo:** <{{upstream.demo}}> -{% endif -%} - -{% if screenshots %} -## Screenshots - -{% for screenshot in screenshots -%} - ![Screenshot of {{manifest.name}}](./{{screenshot}}) -{% endfor %} -{% endif -%} - -{% if disclaimer -%} -## Disclaimers / important information - -{{ disclaimer }} -{% endif -%} - -{% if antifeatures -%} -## :red_circle: Antifeatures - -{% for antifeature in antifeatures.values() -%} - - **{{ antifeature.title }}**: {{ antifeature.description }} -{% endfor %} -{% endif -%} - -## Documentation and resources - -{% if upstream.website -%}- Official app website: <{{ upstream.website }}> -{% endif -%} -{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> -{% endif -%} -{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> -{% endif -%} -{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> -{% endif -%} -- YunoHost Store: -- Report a bug: - -## Developer info - -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). - -To try the testing branch, please proceed like that. - -```bash -sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -or -sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -``` - -**More info regarding app packaging:** - diff --git a/tools/readme_generator/templates/README_pt_BR.md.j2 b/tools/readme_generator/templates/README_pt_BR.md.j2 deleted file mode 100644 index 46f33e45eb..0000000000 --- a/tools/readme_generator/templates/README_pt_BR.md.j2 +++ /dev/null @@ -1,89 +0,0 @@ -{% if manifest.id == "example" -%} -# Packaging an app, starting from this example - -* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. -* Edit the `manifest.json` with app specific info. -* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. - * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) -* Add a `LICENSE` file for the package. -* Edit `doc/DISCLAIMER*.md` -* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator - ---- -{% endif -%} - - - -# {{manifest.name}} for YunoHost - -[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) - -[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) - -*[Lire ce readme en français.](./README_fr.md)* - -> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. -If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* - -## Overview - -{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} -**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} -{% endif -%} - -{% if upstream.demo %} -**Demo:** <{{upstream.demo}}> -{% endif -%} - -{% if screenshots %} -## Screenshots - -{% for screenshot in screenshots -%} - ![Screenshot of {{manifest.name}}](./{{screenshot}}) -{% endfor %} -{% endif -%} - -{% if disclaimer -%} -## Disclaimers / important information - -{{ disclaimer }} -{% endif -%} - -{% if antifeatures -%} -## :red_circle: Antifeatures - -{% for antifeature in antifeatures.values() -%} - - **{{ antifeature.title }}**: {{ antifeature.description }} -{% endfor %} -{% endif -%} - -## Documentation and resources - -{% if upstream.website -%}- Official app website: <{{ upstream.website }}> -{% endif -%} -{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> -{% endif -%} -{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> -{% endif -%} -{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> -{% endif -%} -- YunoHost Store: -- Report a bug: - -## Developer info - -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). - -To try the testing branch, please proceed like that. - -```bash -sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -or -sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -``` - -**More info regarding app packaging:** - diff --git a/tools/readme_generator/templates/README_ru.md.j2 b/tools/readme_generator/templates/README_ru.md.j2 deleted file mode 100644 index 46f33e45eb..0000000000 --- a/tools/readme_generator/templates/README_ru.md.j2 +++ /dev/null @@ -1,89 +0,0 @@ -{% if manifest.id == "example" -%} -# Packaging an app, starting from this example - -* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. -* Edit the `manifest.json` with app specific info. -* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. - * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) -* Add a `LICENSE` file for the package. -* Edit `doc/DISCLAIMER*.md` -* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator - ---- -{% endif -%} - - - -# {{manifest.name}} for YunoHost - -[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) - -[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) - -*[Lire ce readme en français.](./README_fr.md)* - -> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. -If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* - -## Overview - -{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} -**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} -{% endif -%} - -{% if upstream.demo %} -**Demo:** <{{upstream.demo}}> -{% endif -%} - -{% if screenshots %} -## Screenshots - -{% for screenshot in screenshots -%} - ![Screenshot of {{manifest.name}}](./{{screenshot}}) -{% endfor %} -{% endif -%} - -{% if disclaimer -%} -## Disclaimers / important information - -{{ disclaimer }} -{% endif -%} - -{% if antifeatures -%} -## :red_circle: Antifeatures - -{% for antifeature in antifeatures.values() -%} - - **{{ antifeature.title }}**: {{ antifeature.description }} -{% endfor %} -{% endif -%} - -## Documentation and resources - -{% if upstream.website -%}- Official app website: <{{ upstream.website }}> -{% endif -%} -{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> -{% endif -%} -{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> -{% endif -%} -{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> -{% endif -%} -- YunoHost Store: -- Report a bug: - -## Developer info - -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). - -To try the testing branch, please proceed like that. - -```bash -sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -or -sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -``` - -**More info regarding app packaging:** - diff --git a/tools/readme_generator/templates/README_sk.md.j2 b/tools/readme_generator/templates/README_sk.md.j2 deleted file mode 100644 index 46f33e45eb..0000000000 --- a/tools/readme_generator/templates/README_sk.md.j2 +++ /dev/null @@ -1,89 +0,0 @@ -{% if manifest.id == "example" -%} -# Packaging an app, starting from this example - -* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. -* Edit the `manifest.json` with app specific info. -* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. - * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) -* Add a `LICENSE` file for the package. -* Edit `doc/DISCLAIMER*.md` -* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator - ---- -{% endif -%} - - - -# {{manifest.name}} for YunoHost - -[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) - -[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) - -*[Lire ce readme en français.](./README_fr.md)* - -> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. -If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* - -## Overview - -{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} -**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} -{% endif -%} - -{% if upstream.demo %} -**Demo:** <{{upstream.demo}}> -{% endif -%} - -{% if screenshots %} -## Screenshots - -{% for screenshot in screenshots -%} - ![Screenshot of {{manifest.name}}](./{{screenshot}}) -{% endfor %} -{% endif -%} - -{% if disclaimer -%} -## Disclaimers / important information - -{{ disclaimer }} -{% endif -%} - -{% if antifeatures -%} -## :red_circle: Antifeatures - -{% for antifeature in antifeatures.values() -%} - - **{{ antifeature.title }}**: {{ antifeature.description }} -{% endfor %} -{% endif -%} - -## Documentation and resources - -{% if upstream.website -%}- Official app website: <{{ upstream.website }}> -{% endif -%} -{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> -{% endif -%} -{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> -{% endif -%} -{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> -{% endif -%} -- YunoHost Store: -- Report a bug: - -## Developer info - -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). - -To try the testing branch, please proceed like that. - -```bash -sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -or -sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -``` - -**More info regarding app packaging:** - diff --git a/tools/readme_generator/templates/README_sl.md.j2 b/tools/readme_generator/templates/README_sl.md.j2 deleted file mode 100644 index 46f33e45eb..0000000000 --- a/tools/readme_generator/templates/README_sl.md.j2 +++ /dev/null @@ -1,89 +0,0 @@ -{% if manifest.id == "example" -%} -# Packaging an app, starting from this example - -* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. -* Edit the `manifest.json` with app specific info. -* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. - * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) -* Add a `LICENSE` file for the package. -* Edit `doc/DISCLAIMER*.md` -* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator - ---- -{% endif -%} - - - -# {{manifest.name}} for YunoHost - -[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) - -[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) - -*[Lire ce readme en français.](./README_fr.md)* - -> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. -If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* - -## Overview - -{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} -**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} -{% endif -%} - -{% if upstream.demo %} -**Demo:** <{{upstream.demo}}> -{% endif -%} - -{% if screenshots %} -## Screenshots - -{% for screenshot in screenshots -%} - ![Screenshot of {{manifest.name}}](./{{screenshot}}) -{% endfor %} -{% endif -%} - -{% if disclaimer -%} -## Disclaimers / important information - -{{ disclaimer }} -{% endif -%} - -{% if antifeatures -%} -## :red_circle: Antifeatures - -{% for antifeature in antifeatures.values() -%} - - **{{ antifeature.title }}**: {{ antifeature.description }} -{% endfor %} -{% endif -%} - -## Documentation and resources - -{% if upstream.website -%}- Official app website: <{{ upstream.website }}> -{% endif -%} -{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> -{% endif -%} -{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> -{% endif -%} -{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> -{% endif -%} -- YunoHost Store: -- Report a bug: - -## Developer info - -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). - -To try the testing branch, please proceed like that. - -```bash -sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -or -sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -``` - -**More info regarding app packaging:** - diff --git a/tools/readme_generator/templates/README_sv.md.j2 b/tools/readme_generator/templates/README_sv.md.j2 deleted file mode 100644 index 46f33e45eb..0000000000 --- a/tools/readme_generator/templates/README_sv.md.j2 +++ /dev/null @@ -1,89 +0,0 @@ -{% if manifest.id == "example" -%} -# Packaging an app, starting from this example - -* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. -* Edit the `manifest.json` with app specific info. -* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. - * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) -* Add a `LICENSE` file for the package. -* Edit `doc/DISCLAIMER*.md` -* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator - ---- -{% endif -%} - - - -# {{manifest.name}} for YunoHost - -[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) - -[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) - -*[Lire ce readme en français.](./README_fr.md)* - -> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. -If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* - -## Overview - -{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} -**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} -{% endif -%} - -{% if upstream.demo %} -**Demo:** <{{upstream.demo}}> -{% endif -%} - -{% if screenshots %} -## Screenshots - -{% for screenshot in screenshots -%} - ![Screenshot of {{manifest.name}}](./{{screenshot}}) -{% endfor %} -{% endif -%} - -{% if disclaimer -%} -## Disclaimers / important information - -{{ disclaimer }} -{% endif -%} - -{% if antifeatures -%} -## :red_circle: Antifeatures - -{% for antifeature in antifeatures.values() -%} - - **{{ antifeature.title }}**: {{ antifeature.description }} -{% endfor %} -{% endif -%} - -## Documentation and resources - -{% if upstream.website -%}- Official app website: <{{ upstream.website }}> -{% endif -%} -{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> -{% endif -%} -{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> -{% endif -%} -{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> -{% endif -%} -- YunoHost Store: -- Report a bug: - -## Developer info - -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). - -To try the testing branch, please proceed like that. - -```bash -sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -or -sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -``` - -**More info regarding app packaging:** - diff --git a/tools/readme_generator/templates/README_te.md.j2 b/tools/readme_generator/templates/README_te.md.j2 deleted file mode 100644 index 46f33e45eb..0000000000 --- a/tools/readme_generator/templates/README_te.md.j2 +++ /dev/null @@ -1,89 +0,0 @@ -{% if manifest.id == "example" -%} -# Packaging an app, starting from this example - -* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. -* Edit the `manifest.json` with app specific info. -* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. - * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) -* Add a `LICENSE` file for the package. -* Edit `doc/DISCLAIMER*.md` -* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator - ---- -{% endif -%} - - - -# {{manifest.name}} for YunoHost - -[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) - -[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) - -*[Lire ce readme en français.](./README_fr.md)* - -> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. -If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* - -## Overview - -{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} -**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} -{% endif -%} - -{% if upstream.demo %} -**Demo:** <{{upstream.demo}}> -{% endif -%} - -{% if screenshots %} -## Screenshots - -{% for screenshot in screenshots -%} - ![Screenshot of {{manifest.name}}](./{{screenshot}}) -{% endfor %} -{% endif -%} - -{% if disclaimer -%} -## Disclaimers / important information - -{{ disclaimer }} -{% endif -%} - -{% if antifeatures -%} -## :red_circle: Antifeatures - -{% for antifeature in antifeatures.values() -%} - - **{{ antifeature.title }}**: {{ antifeature.description }} -{% endfor %} -{% endif -%} - -## Documentation and resources - -{% if upstream.website -%}- Official app website: <{{ upstream.website }}> -{% endif -%} -{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> -{% endif -%} -{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> -{% endif -%} -{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> -{% endif -%} -- YunoHost Store: -- Report a bug: - -## Developer info - -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). - -To try the testing branch, please proceed like that. - -```bash -sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -or -sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -``` - -**More info regarding app packaging:** - diff --git a/tools/readme_generator/templates/README_tr.md.j2 b/tools/readme_generator/templates/README_tr.md.j2 deleted file mode 100644 index 46f33e45eb..0000000000 --- a/tools/readme_generator/templates/README_tr.md.j2 +++ /dev/null @@ -1,89 +0,0 @@ -{% if manifest.id == "example" -%} -# Packaging an app, starting from this example - -* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. -* Edit the `manifest.json` with app specific info. -* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. - * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) -* Add a `LICENSE` file for the package. -* Edit `doc/DISCLAIMER*.md` -* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator - ---- -{% endif -%} - - - -# {{manifest.name}} for YunoHost - -[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) - -[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) - -*[Lire ce readme en français.](./README_fr.md)* - -> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. -If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* - -## Overview - -{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} -**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} -{% endif -%} - -{% if upstream.demo %} -**Demo:** <{{upstream.demo}}> -{% endif -%} - -{% if screenshots %} -## Screenshots - -{% for screenshot in screenshots -%} - ![Screenshot of {{manifest.name}}](./{{screenshot}}) -{% endfor %} -{% endif -%} - -{% if disclaimer -%} -## Disclaimers / important information - -{{ disclaimer }} -{% endif -%} - -{% if antifeatures -%} -## :red_circle: Antifeatures - -{% for antifeature in antifeatures.values() -%} - - **{{ antifeature.title }}**: {{ antifeature.description }} -{% endfor %} -{% endif -%} - -## Documentation and resources - -{% if upstream.website -%}- Official app website: <{{ upstream.website }}> -{% endif -%} -{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> -{% endif -%} -{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> -{% endif -%} -{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> -{% endif -%} -- YunoHost Store: -- Report a bug: - -## Developer info - -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). - -To try the testing branch, please proceed like that. - -```bash -sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -or -sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -``` - -**More info regarding app packaging:** - diff --git a/tools/readme_generator/templates/README_uk.md.j2 b/tools/readme_generator/templates/README_uk.md.j2 deleted file mode 100644 index 46f33e45eb..0000000000 --- a/tools/readme_generator/templates/README_uk.md.j2 +++ /dev/null @@ -1,89 +0,0 @@ -{% if manifest.id == "example" -%} -# Packaging an app, starting from this example - -* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. -* Edit the `manifest.json` with app specific info. -* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. - * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) -* Add a `LICENSE` file for the package. -* Edit `doc/DISCLAIMER*.md` -* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator - ---- -{% endif -%} - - - -# {{manifest.name}} for YunoHost - -[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) - -[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) - -*[Lire ce readme en français.](./README_fr.md)* - -> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. -If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* - -## Overview - -{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} -**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} -{% endif -%} - -{% if upstream.demo %} -**Demo:** <{{upstream.demo}}> -{% endif -%} - -{% if screenshots %} -## Screenshots - -{% for screenshot in screenshots -%} - ![Screenshot of {{manifest.name}}](./{{screenshot}}) -{% endfor %} -{% endif -%} - -{% if disclaimer -%} -## Disclaimers / important information - -{{ disclaimer }} -{% endif -%} - -{% if antifeatures -%} -## :red_circle: Antifeatures - -{% for antifeature in antifeatures.values() -%} - - **{{ antifeature.title }}**: {{ antifeature.description }} -{% endfor %} -{% endif -%} - -## Documentation and resources - -{% if upstream.website -%}- Official app website: <{{ upstream.website }}> -{% endif -%} -{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> -{% endif -%} -{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> -{% endif -%} -{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> -{% endif -%} -- YunoHost Store: -- Report a bug: - -## Developer info - -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). - -To try the testing branch, please proceed like that. - -```bash -sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -or -sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -``` - -**More info regarding app packaging:** - diff --git a/tools/readme_generator/templates/README_zh_Hans.md.j2 b/tools/readme_generator/templates/README_zh_Hans.md.j2 deleted file mode 100644 index 46f33e45eb..0000000000 --- a/tools/readme_generator/templates/README_zh_Hans.md.j2 +++ /dev/null @@ -1,89 +0,0 @@ -{% if manifest.id == "example" -%} -# Packaging an app, starting from this example - -* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. -* Edit the `manifest.json` with app specific info. -* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. - * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) -* Add a `LICENSE` file for the package. -* Edit `doc/DISCLAIMER*.md` -* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator - ---- -{% endif -%} - - - -# {{manifest.name}} for YunoHost - -[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Working status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg) - -[![Install {{manifest.name}} with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}}) - -*[Lire ce readme en français.](./README_fr.md)* - -> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server. -If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* - -## Overview - -{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %} -**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}} -{% endif -%} - -{% if upstream.demo %} -**Demo:** <{{upstream.demo}}> -{% endif -%} - -{% if screenshots %} -## Screenshots - -{% for screenshot in screenshots -%} - ![Screenshot of {{manifest.name}}](./{{screenshot}}) -{% endfor %} -{% endif -%} - -{% if disclaimer -%} -## Disclaimers / important information - -{{ disclaimer }} -{% endif -%} - -{% if antifeatures -%} -## :red_circle: Antifeatures - -{% for antifeature in antifeatures.values() -%} - - **{{ antifeature.title }}**: {{ antifeature.description }} -{% endfor %} -{% endif -%} - -## Documentation and resources - -{% if upstream.website -%}- Official app website: <{{ upstream.website }}> -{% endif -%} -{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> -{% endif -%} -{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> -{% endif -%} -{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> -{% endif -%} -- YunoHost Store: -- Report a bug: - -## Developer info - -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing). - -To try the testing branch, please proceed like that. - -```bash -sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -or -sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug -``` - -**More info regarding app packaging:** -