mirror of
https://github.com/YunoHost-Apps/yellow_ynh.git
synced 2024-09-03 20:36:12 +02:00
Testing (#25)
* upgrade to 0.8.16 * Fix * Add scripts * Fix * Update install * Fix * Fix * fix * Update nginx.conf * permissions * fix * Update nginx.conf * fix * rework nginx conf * fix * Add extensions * Update nginx.conf * Update manifest.json * Update change_url * Small fixes * Update manifest.json * Update manifest.json * remove plugins * Update README.md * Use SVG badge * Fix * Update upgrade * Update install * Update manifest.json * Update manifest.json * Upgrade to 0.8.17 * Update app.src * Update app.src * Update app.src * Fix * Fix badges * Fix * [autopatch] Update issue and PR templates (#12) Co-authored-by: Yunohost-Bot <> * Add templates * Cleaning up (#13) * Update app.src * New version (#15) * new version * Auto-update README * Fix Co-authored-by: Yunohost-Bot <> * Update restore * Create updater.yml * Create upgrade.sh * Update upgrade.sh * Fix * Update updater.sh * Fix * Update updater.sh * Update manifest.json * Auto-update README * 0.8.18 (#19) * 0.8.18 * 4.3 (#21) * 4.3 * 0.8.20 (#23) * 0.8.20 * Auto-update README * Update check_process Co-authored-by: yunohost-bot <yunohost@yunohost.org> * Upgrade to upstream * Auto-update README Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com> Co-authored-by: Yunohost-Bot <> Co-authored-by: yunohost-bot <yunohost@yunohost.org>
This commit is contained in:
parent
7a75fed7b6
commit
b75af7de08
4 changed files with 30 additions and 24 deletions
21
README.md
21
README.md
|
@ -5,7 +5,7 @@ It shall NOT be edited by hand.
|
|||
|
||||
# Yellow for YunoHost
|
||||
|
||||
[![Integration level](https://dash.yunohost.org/integration/yellow.svg)](https://dash.yunohost.org/appci/app/yellow) ![](https://ci-apps.yunohost.org/ci/badges/yellow.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/yellow.maintain.svg)
|
||||
[![Integration level](https://dash.yunohost.org/integration/yellow.svg)](https://dash.yunohost.org/appci/app/yellow) ![Working status](https://ci-apps.yunohost.org/ci/badges/yellow.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/yellow.maintain.svg)
|
||||
[![Install Yellow with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=yellow)
|
||||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
@ -17,31 +17,32 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
Système de gestion de contenu (CMS) for simple website
|
||||
|
||||
**Shipped version:** 0.8.20~ynh1
|
||||
**Shipped version:** 0.8.20~ynh2
|
||||
|
||||
**Demo:** https://datenstrom.se/yellow/demo/
|
||||
|
||||
## Screenshots
|
||||
|
||||
![](./doc/screenshots/datenstrom-yellow-en.png)
|
||||
![Screenshot of Yellow](./doc/screenshots/datenstrom-yellow-en.png)
|
||||
|
||||
## Documentation and resources
|
||||
|
||||
* Official app website: https://datenstrom.se/yellow/
|
||||
* Official admin documentation: https://datenstrom.se/yellow/help/
|
||||
* Upstream app code repository: https://github.com/datenstrom/yellow/
|
||||
* YunoHost documentation for this app: https://yunohost.org/app_yellow
|
||||
* Report a bug: https://github.com/YunoHost-Apps/yellow_ynh/issues
|
||||
* Official app website: <https://datenstrom.se/yellow/>
|
||||
* Official admin documentation: <https://datenstrom.se/yellow/help/>
|
||||
* Upstream app code repository: <https://github.com/datenstrom/yellow/>
|
||||
* YunoHost documentation for this app: <https://yunohost.org/app_yellow>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/yellow_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/yellow_ynh/tree/testing).
|
||||
|
||||
To try the testing branch, please proceed like that.
|
||||
```
|
||||
|
||||
``` bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/yellow_ynh/tree/testing --debug
|
||||
or
|
||||
sudo yunohost app upgrade yellow -u https://github.com/YunoHost-Apps/yellow_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||
|
|
27
README_fr.md
27
README_fr.md
|
@ -1,10 +1,14 @@
|
|||
<!--
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||
It shall NOT be edited by hand.
|
||||
-->
|
||||
|
||||
# Yellow pour YunoHost
|
||||
|
||||
[![Niveau d'intégration](https://dash.yunohost.org/integration/yellow.svg)](https://dash.yunohost.org/appci/app/yellow) ![](https://ci-apps.yunohost.org/ci/badges/yellow.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/yellow.maintain.svg)
|
||||
[![Niveau d'intégration](https://dash.yunohost.org/integration/yellow.svg)](https://dash.yunohost.org/appci/app/yellow) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/yellow.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/yellow.maintain.svg)
|
||||
[![Installer Yellow avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=yellow)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
||||
> *Ce package vous permet d'installer Yellow 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.*
|
||||
|
@ -13,31 +17,32 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
|||
|
||||
Content management system (CMS) pour un site simple
|
||||
|
||||
**Version incluse :** 0.8.20~ynh1
|
||||
**Version incluse :** 0.8.20~ynh2
|
||||
|
||||
**Démo :** https://datenstrom.se/yellow/demo/
|
||||
|
||||
## Captures d'écran
|
||||
|
||||
![](./doc/screenshots/datenstrom-yellow-en.png)
|
||||
![Capture d'écran de Yellow](./doc/screenshots/datenstrom-yellow-en.png)
|
||||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l'app : https://datenstrom.se/yellow/
|
||||
* Documentation officielle de l'admin : https://datenstrom.se/yellow/help/
|
||||
* Dépôt de code officiel de l'app : https://github.com/datenstrom/yellow/
|
||||
* Documentation YunoHost pour cette app : https://yunohost.org/app_yellow
|
||||
* Signaler un bug : https://github.com/YunoHost-Apps/yellow_ynh/issues
|
||||
* Site officiel de l'app : <https://datenstrom.se/yellow/>
|
||||
* Documentation officielle de l'admin : <https://datenstrom.se/yellow/help/>
|
||||
* Dépôt de code officiel de l'app : <https://github.com/datenstrom/yellow/>
|
||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_yellow>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/yellow_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/yellow_ynh/tree/testing).
|
||||
|
||||
Pour essayer la branche testing, procédez comme suit.
|
||||
```
|
||||
|
||||
``` bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/yellow_ynh/tree/testing --debug
|
||||
ou
|
||||
sudo yunohost app upgrade yellow -u https://github.com/YunoHost-Apps/yellow_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|
||||
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/datenstrom/yellow/archive/51e9fc035eef8c16cb8e3181b975c4cc8db08152.zip
|
||||
SOURCE_SUM=a0edd2be49b6ddaa7f1c5081fdd8841e301fbb33fb0c472ba4d2ca33c2e20c99
|
||||
SOURCE_URL=https://github.com/datenstrom/yellow/archive/b19d2f92e3453ca4d0c283c92b4a22066ce40b63.zip
|
||||
SOURCE_SUM=ddd9c56f35fbbfe7e5e70ec94172ec7459aca8d624b1794c872705091743192d
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=zip
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Système de gestion de contenu (CMS) for simple website",
|
||||
"fr": "Content management system (CMS) pour un site simple"
|
||||
},
|
||||
"version": "0.8.20~ynh1",
|
||||
"version": "0.8.20~ynh2",
|
||||
"url": "https://datenstrom.se/yellow/",
|
||||
"upstream": {
|
||||
"license": "GPL-2.0-only",
|
||||
|
|
Loading…
Reference in a new issue