mirror of
https://github.com/YunoHost-Apps/13ft_ynh.git
synced 2024-09-03 18:06:03 +02:00
commit
49880e2467
3 changed files with 13 additions and 13 deletions
|
@ -22,7 +22,7 @@ https://github.com/wasi-master/13ft
|
||||||
- Provide *some* web articles that are normally protected by paywalls.
|
- Provide *some* web articles that are normally protected by paywalls.
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 0.1.1~ynh2
|
**Shipped version:** 0.1.1~ynh3
|
||||||
## Disclaimers / important information
|
## Disclaimers / important information
|
||||||
|
|
||||||
|
|
||||||
|
|
14
README_fr.md
14
README_fr.md
|
@ -5,15 +5,15 @@ It shall NOT be edited by hand.
|
||||||
|
|
||||||
# 13ft pour YunoHost
|
# 13ft pour YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/13ft)  
|
[](https://dash.yunohost.org/appci/app/13ft)  
|
||||||
[](https://install-app.yunohost.org/?app=13ft)
|
[](https://install-app.yunohost.org/?app=13ft)
|
||||||
|
|
||||||
*[Read this readme in english.](./README.md)*
|
*[Read this readme in english.](./README.md)*
|
||||||
|
|
||||||
> *Ce package vous permet d'installer 13ft rapidement et simplement sur un serveur YunoHost.
|
> *Ce package vous permet d’installer 13ft 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.*
|
||||||
|
|
||||||
## Vue d'ensemble
|
## Vue d’ensemble
|
||||||
|
|
||||||
13ft is an [12ft ladder](https://12ft.io) selfhosted alternative that allows you to bypass some paywalls and read the article content anyway.
|
13ft is an [12ft ladder](https://12ft.io) selfhosted alternative that allows you to bypass some paywalls and read the article content anyway.
|
||||||
https://github.com/wasi-master/13ft
|
https://github.com/wasi-master/13ft
|
||||||
|
@ -22,14 +22,14 @@ https://github.com/wasi-master/13ft
|
||||||
- Provide *some* web articles that are normally protected by paywalls.
|
- Provide *some* web articles that are normally protected by paywalls.
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 0.1.1~ynh2
|
**Version incluse :** 0.1.1~ynh3
|
||||||
## Avertissements / informations importantes
|
## Avertissements / informations importantes
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
* Site officiel de l'app : <https://github.com/wasi-master/13ft>
|
* Site officiel de l’app : <https://github.com/wasi-master/13ft>
|
||||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_13ft>
|
* Documentation YunoHost pour cette app : <https://yunohost.org/app_13ft>
|
||||||
* Signaler un bug : <https://github.com/YunoHost-Apps/13ft_ynh/issues>
|
* Signaler un bug : <https://github.com/YunoHost-Apps/13ft_ynh/issues>
|
||||||
|
|
||||||
|
@ -45,4 +45,4 @@ ou
|
||||||
sudo yunohost app upgrade 13ft -u https://github.com/YunoHost-Apps/13ft_ynh/tree/testing --debug
|
sudo yunohost app upgrade 13ft -u https://github.com/YunoHost-Apps/13ft_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>
|
|
@ -3,10 +3,10 @@
|
||||||
"id": "13ft",
|
"id": "13ft",
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"description": {
|
"description": {
|
||||||
"en": "Selfhosted 12ft equivalent - bypass paywall by acting as GoogleBot",
|
"en": "Bypass paywall by acting as GoogleBot",
|
||||||
"fr": "Un équivalent de 12ft autohébergé - contourner les paywall en vous faisant passer pour GoogleBot"
|
"fr": "Contourner les paywall en vous faisant passer pour GoogleBot"
|
||||||
},
|
},
|
||||||
"version": "0.1.1~ynh2",
|
"version": "0.1.1~ynh3",
|
||||||
"url": "https://github.com/wasi-master/13ft",
|
"url": "https://github.com/wasi-master/13ft",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -32,8 +32,8 @@
|
||||||
{
|
{
|
||||||
"name": "path",
|
"name": "path",
|
||||||
"type": "path",
|
"type": "path",
|
||||||
"example": "/example",
|
"example": "/13ft",
|
||||||
"default": "/example"
|
"default": "/13ft"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "is_public",
|
"name": "is_public",
|
||||||
|
|
Loading…
Add table
Reference in a new issue