mirror of
https://github.com/YunoHost-Apps/libreddit_ynh.git
synced 2024-09-03 19:36:05 +02:00
commit
266dadcaee
4 changed files with 28 additions and 22 deletions
19
README.md
19
README.md
|
@ -5,7 +5,7 @@ It shall NOT be edited by hand.
|
||||||
|
|
||||||
# Libreddit for YunoHost
|
# Libreddit for YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/libreddit)  
|
[](https://dash.yunohost.org/appci/app/libreddit)  
|
||||||
[](https://install-app.yunohost.org/?app=libreddit)
|
[](https://install-app.yunohost.org/?app=libreddit)
|
||||||
|
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
@ -25,30 +25,31 @@ Libreddit is a portmanteau of "libre" (meaning freedom) and "Reddit". It is a pr
|
||||||
🔒 Secure: strong Content Security Policy prevents browser requests to Reddit
|
🔒 Secure: strong Content Security Policy prevents browser requests to Reddit
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 0.22.8~ynh2
|
**Shipped version:** 0.22.9~ynh1
|
||||||
|
|
||||||
**Demo:** https://libreddit.spike.codes/
|
**Demo:** https://libreddit.spike.codes/
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
||||||
* Official app website: https://libreddit.spike.codes/
|
* Official app website: <https://libreddit.spike.codes/>
|
||||||
* Upstream app code repository: https://github.com/spikecodes/libreddit
|
* Upstream app code repository: <https://github.com/spikecodes/libreddit>
|
||||||
* YunoHost documentation for this app: https://yunohost.org/app_libreddit
|
* YunoHost documentation for this app: <https://yunohost.org/app_libreddit>
|
||||||
* Report a bug: https://github.com/YunoHost-Apps/libreddit_ynh/issues
|
* Report a bug: <https://github.com/YunoHost-Apps/libreddit_ynh/issues>
|
||||||
|
|
||||||
## Developer info
|
## Developer info
|
||||||
|
|
||||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/libreddit_ynh/tree/testing).
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/libreddit_ynh/tree/testing).
|
||||||
|
|
||||||
To try the testing branch, please proceed like that.
|
To try the testing branch, please proceed like that.
|
||||||
```
|
|
||||||
|
``` bash
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/libreddit_ynh/tree/testing --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/libreddit_ynh/tree/testing --debug
|
||||||
or
|
or
|
||||||
sudo yunohost app upgrade libreddit -u https://github.com/YunoHost-Apps/libreddit_ynh/tree/testing --debug
|
sudo yunohost app upgrade libreddit -u https://github.com/YunoHost-Apps/libreddit_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||||
|
|
25
README_fr.md
25
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.
|
||||||
|
-->
|
||||||
|
|
||||||
# Libreddit pour YunoHost
|
# Libreddit pour YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/libreddit)  
|
[](https://dash.yunohost.org/appci/app/libreddit)  
|
||||||
[](https://install-app.yunohost.org/?app=libreddit)
|
[](https://install-app.yunohost.org/?app=libreddit)
|
||||||
|
|
||||||
*[Read this readme in english.](./README.md)*
|
*[Read this readme in english.](./README.md)*
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
|
||||||
|
|
||||||
> *Ce package vous permet d'installer Libreddit rapidement et simplement sur un serveur YunoHost.
|
> *Ce package vous permet d'installer Libreddit 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.*
|
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
||||||
|
@ -21,30 +25,31 @@ Libreddit is a portmanteau of "libre" (meaning freedom) and "Reddit". It is a pr
|
||||||
🔒 Secure: strong Content Security Policy prevents browser requests to Reddit
|
🔒 Secure: strong Content Security Policy prevents browser requests to Reddit
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 0.22.8~ynh2
|
**Version incluse :** 0.22.9~ynh1
|
||||||
|
|
||||||
**Démo :** https://libreddit.spike.codes/
|
**Démo :** https://libreddit.spike.codes/
|
||||||
|
|
||||||
## Captures d'écran
|
## Captures d'écran
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
* Site officiel de l'app : https://libreddit.spike.codes/
|
* Site officiel de l'app : <https://libreddit.spike.codes/>
|
||||||
* Dépôt de code officiel de l'app : https://github.com/spikecodes/libreddit
|
* Dépôt de code officiel de l'app : <https://github.com/spikecodes/libreddit>
|
||||||
* Documentation YunoHost pour cette app : https://yunohost.org/app_libreddit
|
* Documentation YunoHost pour cette app : <https://yunohost.org/app_libreddit>
|
||||||
* Signaler un bug : https://github.com/YunoHost-Apps/libreddit_ynh/issues
|
* Signaler un bug : <https://github.com/YunoHost-Apps/libreddit_ynh/issues>
|
||||||
|
|
||||||
## Informations pour les développeurs
|
## Informations pour les développeurs
|
||||||
|
|
||||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/libreddit_ynh/tree/testing).
|
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/libreddit_ynh/tree/testing).
|
||||||
|
|
||||||
Pour essayer la branche testing, procédez comme suit.
|
Pour essayer la branche testing, procédez comme suit.
|
||||||
```
|
|
||||||
|
``` bash
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/libreddit_ynh/tree/testing --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/libreddit_ynh/tree/testing --debug
|
||||||
ou
|
ou
|
||||||
sudo yunohost app upgrade libreddit -u https://github.com/YunoHost-Apps/libreddit_ynh/tree/testing --debug
|
sudo yunohost app upgrade libreddit -u https://github.com/YunoHost-Apps/libreddit_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/spikecodes/libreddit/releases/download/v0.22.8/libreddit
|
SOURCE_URL=https://github.com/spikecodes/libreddit/releases/download/v0.22.9/libreddit
|
||||||
SOURCE_SUM=d4f23bf110c09c44dd17ed67d7a9718a4fa4b0cad329ff6503945fc6e57c006b
|
SOURCE_SUM=74e3be90175719a7f4b6c1fb2e7b1f1bd13ae019d120cdd7cbf7445de5d2f6e5
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_IN_SUBDIR=false
|
SOURCE_IN_SUBDIR=false
|
||||||
SOURCE_FILENAME=libreddit
|
SOURCE_FILENAME=libreddit
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Libre alternative to Reddit",
|
"en": "Libre alternative to Reddit",
|
||||||
"fr": "Alternative libre à Reddit"
|
"fr": "Alternative libre à Reddit"
|
||||||
},
|
},
|
||||||
"version": "0.22.8~ynh2",
|
"version": "0.22.9~ynh1",
|
||||||
"url": "https://libreddit.spike.codes/",
|
"url": "https://libreddit.spike.codes/",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
|
|
Loading…
Add table
Reference in a new issue