mirror of
https://github.com/YunoHost-Apps/libreddit_ynh.git
synced 2024-09-03 19:36:05 +02:00
commit
dc6f119818
5 changed files with 17 additions and 17 deletions
10
README.md
10
README.md
|
@ -19,13 +19,13 @@ Libreddit is a portmanteau of "libre" (meaning freedom) and "Reddit". It is a pr
|
|||
|
||||
### Features
|
||||
|
||||
🚀 Fast: written in Rust for blazing fast speeds and memory safety
|
||||
☁️ Light: no JavaScript, no ads, no tracking, no bloat
|
||||
🕵 Private: all requests are proxied through the server, including media
|
||||
🔒 Secure: strong Content Security Policy prevents browser requests to Reddit
|
||||
- Written in Rust for blazing fast speeds and memory safety
|
||||
- No JavaScript, no ads, no tracking, no bloat
|
||||
- All requests are proxied through the server, including media
|
||||
- Strong Content Security Policy prevents browser requests to Reddit
|
||||
|
||||
|
||||
**Shipped version:** 0.27.0~ynh2
|
||||
**Shipped version:** 0.27.1~ynh1
|
||||
|
||||
**Demo:** https://libreddit.spike.codes/
|
||||
|
||||
|
|
10
README_fr.md
10
README_fr.md
|
@ -19,13 +19,13 @@ Libreddit is a portmanteau of "libre" (meaning freedom) and "Reddit". It is a pr
|
|||
|
||||
### Features
|
||||
|
||||
🚀 Fast: written in Rust for blazing fast speeds and memory safety
|
||||
☁️ Light: no JavaScript, no ads, no tracking, no bloat
|
||||
🕵 Private: all requests are proxied through the server, including media
|
||||
🔒 Secure: strong Content Security Policy prevents browser requests to Reddit
|
||||
- Written in Rust for blazing fast speeds and memory safety
|
||||
- No JavaScript, no ads, no tracking, no bloat
|
||||
- All requests are proxied through the server, including media
|
||||
- Strong Content Security Policy prevents browser requests to Reddit
|
||||
|
||||
|
||||
**Version incluse :** 0.27.0~ynh2
|
||||
**Version incluse :** 0.27.1~ynh1
|
||||
|
||||
**Démo :** https://libreddit.spike.codes/
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/spikecodes/libreddit/releases/download/v0.27.0/libreddit
|
||||
SOURCE_SUM=69a130fe720274a0f9ce2b259c0b4d626d3cbd2a31b50e554aba5f168e2c020d
|
||||
SOURCE_URL=https://github.com/spikecodes/libreddit/releases/download/v0.27.1/libreddit
|
||||
SOURCE_SUM=a049df521b0ed42bf857604563298ed2df206ba6d4f714102457f9d89b2f3b98
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_IN_SUBDIR=false
|
||||
SOURCE_FILENAME=libreddit
|
||||
|
|
|
@ -2,7 +2,7 @@ Libreddit is a portmanteau of "libre" (meaning freedom) and "Reddit". It is a pr
|
|||
|
||||
### Features
|
||||
|
||||
🚀 Fast: written in Rust for blazing fast speeds and memory safety
|
||||
☁️ Light: no JavaScript, no ads, no tracking, no bloat
|
||||
🕵 Private: all requests are proxied through the server, including media
|
||||
🔒 Secure: strong Content Security Policy prevents browser requests to Reddit
|
||||
- Written in Rust for blazing fast speeds and memory safety
|
||||
- No JavaScript, no ads, no tracking, no bloat
|
||||
- All requests are proxied through the server, including media
|
||||
- Strong Content Security Policy prevents browser requests to Reddit
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Libre alternative to Reddit",
|
||||
"fr": "Alternative libre à Reddit"
|
||||
},
|
||||
"version": "0.27.0~ynh2",
|
||||
"version": "0.27.1~ynh1",
|
||||
"url": "https://libreddit.spike.codes/",
|
||||
"upstream": {
|
||||
"license": "AGPL-3.0",
|
||||
|
|
Loading…
Reference in a new issue