mirror of
https://git.selfprivacy.org/SelfPrivacy/docs.selfprivacy.org.git
synced 2024-11-12 23:43:15 +00:00
Fixed en translation
This commit is contained in:
parent
d2fe4991f9
commit
7596ad44c7
|
@ -17,6 +17,7 @@ We do not get paid by any service providers! We are not affiliated with them in
|
|||
|
||||
Candidates:
|
||||
- Own personal iron server. Our main priority right now.
|
||||
- A service provider that will provide an API to deploy an iron server. Outside [FVEY](https://en.wikipedia.org/wiki/Five_Eyes)
|
||||
- OVH
|
||||
- Scaleway
|
||||
- DigitalOcean
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
# Funds
|
||||
# Foundations
|
||||
https://nlnet.nl/foundation/ want support )
|
|
@ -15,4 +15,6 @@ The recommended client applications interact only with your server. Exceptions:
|
|||
- There are questions about [bitwarden](pass.md) mobile app. It seems there are tracker libs, but the traffic has not analyzed yet, maybe not active.
|
||||
|
||||
## Our web-resources
|
||||
You leave a lot of your data when you visit any site. At least IP, at most all kinds of tracking.
|
||||
You leave a lot of your data when you visit any site. At a minimum, IP, at a maximum, all kinds of tracking data.
|
||||
We **do not use tracking** in any form, on any of our public services.
|
||||
But **we aggregate access-logging** to understand how many users we have and from what country. All visitor IPs are stored as subnets (x.x.x.0) and may not uniquely identify you. But we recommend to use means of traffic anonymization, as we do not guarantee that our server provider does not collect meta-information.
|
|
@ -14,7 +14,9 @@ SelfPrivacy functionality grows through services:
|
|||
| [Gitea](git.md) | 🏁 | ❌ | ✅ | ✅ |
|
||||
| [OpenConnect](vpn.md)| ⚒ | ✅ | ✅ | ✅ |
|
||||
| SearX | 🗓️ | - | - | - |
|
||||
| Jitsy | 🗓️ | - | - - |
|
||||
| XMPP | 🗓️ | - | - - |
|
||||
| syncserver FF | 🗓️ | - | - - |
|
||||
| Jitsy | |1F5D3↩️ | - | - - |
|
||||
| OwnCast | 🗓️ | - | - - |
|
||||
| PeerTube | 🗓️ | - | - - |
|
||||
| Matrix | |1F5D3↩️ | - | - - |
|
||||
|
|
|
@ -14,9 +14,15 @@ International team of independent professionals:
|
|||
- NixOS Community
|
||||
|
||||
## 🫂 Like-minded people
|
||||
- [Cloudron](https://www.cloudron.io/) - commercial project, code closed, from $15 per month for email and multiple services. You have to install cloudron application yourself, keep an eye on server resources.
|
||||
- [IndieWeb](https://indieweb.org/) - open source project, complicated in configuration.
|
||||
- [Kubenav](https://kubenav.io/) - manages docker containers from mobile. Promising but for skilled users.
|
||||
- [Yunohsot](https://yunohost.org/) - open project, not very stable.
|
||||
- [Cloudron](https://www.cloudron.io/) - commercial project, code closed, from $15 per month for email and multiple services. You have to install the application yourself on the server, keep an eye on the server resources.
|
||||
- [IndieWeb](https://indieweb.org/) - it is open-source project, complicated in configuration.
|
||||
- [Kubenav](https://kubenav.io/) - manages docker containers from mobile. Promising but for highly skilled users.
|
||||
- [Yunohsot](https://yunohost.org/) - open-source project, but not very stable.
|
||||
- [FreedomBox](https://freedombox.org) - open source project on ARM
|
||||
- [Tunrkeylinux](https://turnkeylinux.org) - ready to use software for qualified users
|
||||
- [Tunrkeylinux](https://turnkeylinux.org) - ready to use software for advanced users
|
||||
|
||||
### Useful
|
||||
- https://ssd.eff.org
|
||||
- https://datadetoxkit.org
|
||||
- https://securityplanner.consumerreports.org/tool
|
||||
- https://www.fordfoundation.org/work/our-grants/building-institutions-and-networks/cybersecurity-assessment-tool/
|
|
@ -1,9 +1,6 @@
|
|||
inputFiles=$(ls src/ru/src/*.md)
|
||||
outputFiles=$(ls src/en/src/*.md)
|
||||
|
||||
for inputFile,outputFile in inputFiles,outputFiles
|
||||
for inputFile in $(ls src/ru/src)
|
||||
do
|
||||
python3.9 ${1} --file ${inputFile} --output ${outputFile}
|
||||
python3.9 ${1} --file src/ru/src/${inputFile} --output src/en/src/${inputFile}
|
||||
done
|
||||
|
||||
buildEnglishTranslation()
|
||||
|
|
Loading…
Reference in a new issue