mirror of
https://github.com/YunoHost-Apps/cloudlog_ynh.git
synced 2024-09-03 18:16:23 +02:00
commit
a4accd3fe5
3 changed files with 15 additions and 15 deletions
12
README.md
12
README.md
|
@ -20,7 +20,7 @@ Cloudlog is an open-source PHP & MySQL based amateur radio logging application,
|
|||
|
||||
This is an ideal general-purpose logging application, supporting HF to Microwave, it can even interface with your radio via CAT, sync logs from WSJT-X & if you are a satellite operator integrates with SatPC32.
|
||||
|
||||
**Shipped version:** 2.6.5~ynh1
|
||||
**Shipped version:** 2.6.6~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
@ -28,10 +28,10 @@ This is an ideal general-purpose logging application, supporting HF to Microwave
|
|||
|
||||
## Documentation and resources
|
||||
|
||||
* Official app website: <https://www.cloudlog.co.uk>
|
||||
* Upstream app code repository: <https://github.com/magicbug/Cloudlog>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/cloudlog>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/cloudlog_ynh/issues>
|
||||
- Official app website: <https://www.cloudlog.co.uk>
|
||||
- Upstream app code repository: <https://github.com/magicbug/Cloudlog>
|
||||
- YunoHost Store: <https://apps.yunohost.org/app/cloudlog>
|
||||
- Report a bug: <https://github.com/YunoHost-Apps/cloudlog_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
||||
|
@ -45,4 +45,4 @@ or
|
|||
sudo yunohost app upgrade cloudlog -u https://github.com/YunoHost-Apps/cloudlog_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||
|
|
12
README_fr.md
12
README_fr.md
|
@ -20,7 +20,7 @@ Cloudlog est une application de journalisation radio amateur open-source basée
|
|||
|
||||
Il s'agit d'une application de journalisation polyvalente idéale, prenant en charge HF vers micro-ondes, elle peut même s'interfacer avec votre radio via CAT, synchroniser les journaux de WSJT-X et si vous êtes un opérateur satellite, s'intègre à SatPC32.
|
||||
|
||||
**Version incluse :** 2.6.5~ynh1
|
||||
**Version incluse :** 2.6.6~ynh1
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
@ -28,10 +28,10 @@ Il s'agit d'une application de journalisation polyvalente idéale, prenant en ch
|
|||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l’app : <https://www.cloudlog.co.uk>
|
||||
* Dépôt de code officiel de l’app : <https://github.com/magicbug/Cloudlog>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/cloudlog>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/cloudlog_ynh/issues>
|
||||
- Site officiel de l’app : <https://www.cloudlog.co.uk>
|
||||
- Dépôt de code officiel de l’app : <https://github.com/magicbug/Cloudlog>
|
||||
- YunoHost Store : <https://apps.yunohost.org/app/cloudlog>
|
||||
- Signaler un bug : <https://github.com/YunoHost-Apps/cloudlog_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
|
@ -45,4 +45,4 @@ ou
|
|||
sudo yunohost app upgrade cloudlog -u https://github.com/YunoHost-Apps/cloudlog_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>
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "CloudLog"
|
|||
description.en = "Web based amateur radio logging application"
|
||||
description.fr = "Application Web d'enregistrement radioamateur"
|
||||
|
||||
version = "2.6.5~ynh1"
|
||||
version = "2.6.6~ynh1"
|
||||
|
||||
maintainers = ["eric_G"]
|
||||
|
||||
|
@ -40,8 +40,8 @@ ram.runtime = "50M"
|
|||
[resources.sources]
|
||||
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/magicbug/Cloudlog/archive/refs/tags/2.6.5.tar.gz"
|
||||
sha256 = "03b6caf7131db79e903b8b7bd1bd62e0b8ce52e5b01614c75250c3dd22a87237"
|
||||
url = "https://github.com/magicbug/Cloudlog/archive/refs/tags/2.6.6.tar.gz"
|
||||
sha256 = "98707dc4c967eb305be38db030431a2d58e14f89bd0d89d16ad5980cd4aea92d"
|
||||
autoupdate.strategy = "latest_github_tag"
|
||||
|
||||
[resources.system_user]
|
||||
|
|
Loading…
Reference in a new issue