tokens for mobile os. concolidation of shared contrib tokens.
This commit is contained in:
parent
684a90099d
commit
1732d96ebb
27
_i18n/en.yml
27
_i18n/en.yml
@ -292,6 +292,8 @@ services:
|
||||
helps: "any donation helps!"
|
||||
router:
|
||||
firmware: "Open Source Router Firmware"
|
||||
contrib: "contrib"
|
||||
contrib_descr: "This software may depend on or recommend non-free software."
|
||||
openwrt_title: "OpenWrt"
|
||||
openwrt_labels: "warning:contrib:This software may depend on or recommend non-free software."
|
||||
openwrt_descr: "OpenWrt is an operating system (in particular, an embedded operating system) based on the Linux kernel, primarily used on embedded devices to route network traffic. The main components are the Linux kernel, util-linux, uClibc and BusyBox. All components have been optimized for size, to be small enough for fitting into the limited storage and memory available in home routers."
|
||||
@ -304,11 +306,11 @@ router:
|
||||
openbsd: "OpenBSD"
|
||||
openbsd_descr: "- A project that produces a free, multi-platform 4.4BSD-based UNIX-like operating system. Emphasizes portability, standardization, correctness, proactive security and integrated cryptography."
|
||||
ddwrt: "DD-WRT"
|
||||
ddwrt_title: "This software may depend on or recommend non-free software."
|
||||
ddwrt_descr: "- A is Linux-based firmware for wireless routers and wireless access points. It is compatible with several models of routers and access points."
|
||||
pc_os:
|
||||
pc_operating_systems: "PC Operating Systems"
|
||||
ms_apple_warning: "If you are currently using a operating system like Microsoft Windows or Apple macOS, you should pick an alternative here."
|
||||
contrib: "contrib"
|
||||
contrib_descr: "This software may depend on or recommend non-free software."
|
||||
qubesos_title: "Qubes OS"
|
||||
qubesos_labels: "warning:contrib:This software may depend on or recommend non-free software."
|
||||
@ -327,4 +329,25 @@ pc_os:
|
||||
parabola: "Parabola"
|
||||
parabola_descr: "is a completely open source version of Arch Linux."
|
||||
whonix: "Whonix"
|
||||
whonix_descr: "- A Debian GNU/Linux based security-focused Linux distribution. It aims to provide privacy, security and anonymity on the internet. The operating system consists of two virtual machines, a \"Workstation\" and a Tor \"Gateway.\" All communication are forced through the Tor network to accomplish this."
|
||||
whonix_descr: "- A Debian GNU/Linux based security-focused Linux distribution. It aims to provide privacy, security and anonymity on the internet. The operating system consists of two virtual machines, a \"Workstation\" and a Tor \"Gateway.\" All communication are forced through the Tor network to accomplish this."
|
||||
mobile_os:
|
||||
mobile_operating_systems: "Mobile Operating Systems"
|
||||
google_warning: "Even though the source code of the following OS is provided, installing Google Apps may compromise your setup."
|
||||
contrib: "contrib"
|
||||
contrib_descr: "This software may depend on or recommend non-free software."
|
||||
lineageos_title: "LineageOS"
|
||||
lineageos_labels: "warning:contrib:This software may depend on or recommend non-free software."
|
||||
lineageos_descr: "LineageOS is a free and open-source operating system for smartphones and tablets, based on the official releases of the Android Open Source Project. It is the continuation of the CyanogenMod project."
|
||||
ubuntu_touch_title: "Ubuntu Touch"
|
||||
ubuntu_touch_labels: "warning:contrib:This software may depend on or recommend non-free software."
|
||||
ubuntu_touch_descr: "Ubuntu Touch is a free and open-source operating system for smartphones and tablets. It's an alternative to the current popular mobile operating systems on the market. Only a few devices are <a href=https://devices.ubuntu-touch.io/>supported.</a>"
|
||||
grapheneos_title: "GrapheneOS"
|
||||
grapheneos_labels: "warning:contrib:This software may depend on or recommend non-free software."
|
||||
grapheneos_descr: "GrapheneOS is a free and open-source security and privacy focused mobile operating system built on top of the Android Open Source Project. It currently specifically targets devices offering strong hardware security."
|
||||
worth_mentioning: "Worth Mentioning"
|
||||
replicant: "Replicant"
|
||||
replicant_descr: "- An open-source operating system based on Android, aiming to replace all proprietary components with free software."
|
||||
omnirom: "OmniROM"
|
||||
omnirom_descr: "- A free software operating system for smartphones and tablet computers, based on the Android mobile platform."
|
||||
microg: "MicroG"
|
||||
microg_descr: "- A project that aims to reimplement the proprietary Google Play Services in the Android operating system with a FLOSS replacement."
|
@ -1,41 +1,51 @@
|
||||
<h1 id="mobile_os" class="anchor"><a href="#mobile_os"><i class="fas fa-link anchor-icon"></i></a> Mobile Operating Systems</h1>
|
||||
<h1 id="mobile_os" class="anchor"><a href="#mobile_os"><i class="fas fa-link anchor-icon"></i></a> {% t mobile_os.mobile_operating_systems %}</h1>
|
||||
|
||||
<div class="alert alert-warning" role="alert">
|
||||
<strong>Even though the source code of the following OS is provided, installing Google Apps may compromise your setup.</strong>
|
||||
<strong>{% t mobile_os.google_warning %}</strong>
|
||||
</div>
|
||||
|
||||
{%- capture mobile_os_lineageos_title -%}{% t mobile_os.lineageos_title %}{%- endcapture -%}
|
||||
{%- capture mobile_os_lineageos_labels -%}{% t mobile_os.lineageos_labels %}{%- endcapture -%}
|
||||
{%- capture mobile_os_lineageos_descr -%}{% t mobile_os.lineageos_descr %}{%- endcapture -%}
|
||||
{%- capture mobile_os_ubuntu_touch_title -%}{% t mobile_os.ubuntu_touch_title %}{%- endcapture -%}
|
||||
{%- capture mobile_os_ubuntu_touch_labels -%}{% t mobile_os.ubuntu_touch_labels %}{%- endcapture -%}
|
||||
{%- capture mobile_os_ubuntu_touch_descr -%}{% t mobile_os.ubuntu_touch_descr %}{%- endcapture -%}
|
||||
{%- capture mobile_os_grapheneos_title -%}{% t mobile_os.grapheneos_title %}{%- endcapture -%}
|
||||
{%- capture mobile_os_grapheneos_labels -%}{% t mobile_os.grapheneos_labels %}{%- endcapture -%}
|
||||
{%- capture mobile_os_grapheneos_descr -%}{% t mobile_os.grapheneos_descr %}{%- endcapture -%}
|
||||
|
||||
<div class="row mb-2">
|
||||
|
||||
{% include card.html color="success"
|
||||
title="LineageOS"
|
||||
labels="warning:contrib:This software may depend on or recommend non-free software."
|
||||
title=mobile_os_lineageos_title
|
||||
labels=mobile_os_lineageos_labels
|
||||
image="/assets/img/tools/LineageOS.png"
|
||||
url="https://www.lineageos.org/"
|
||||
description="LineageOS is a free and open-source operating system for smartphones and tablets, based on the official releases of the Android Open Source Project. It is the continuation of the CyanogenMod project."
|
||||
description=mobile_os_lineageos_descr
|
||||
%}
|
||||
|
||||
{% include card.html color="primary"
|
||||
title="Ubuntu Touch"
|
||||
labels="warning:contrib:This software may depend on or recommend non-free software."
|
||||
title=mobile_os_ubuntu_touch_title
|
||||
labels=mobile_os_ubuntu_touch_labels
|
||||
image="/assets/img/tools/Ubuntu-Touch.png"
|
||||
url="https://ubuntu-touch.io/"
|
||||
description="Ubuntu Touch is a free and open-source operating system for smartphones and tablets. It's an alternative to the current popular mobile operating systems on the market. Only a few devices are <a href=https://devices.ubuntu-touch.io/>supported.</a>"
|
||||
description=mobile_os_ubuntu_touch_descr
|
||||
%}
|
||||
|
||||
{% include card.html color="warning"
|
||||
title="GrapheneOS"
|
||||
labels="warning:contrib:This software may depend on or recommend non-free software."
|
||||
title=mobile_os_grapheneos_title
|
||||
labels=mobile_os_grapheneos_labels
|
||||
image="/assets/img/tools/GrapheneOS.png"
|
||||
url="https://grapheneos.org/"
|
||||
description="GrapheneOS is a free and open-source security and privacy focused mobile operating system built on top of the Android Open Source Project. It currently specifically targets devices offering strong hardware security."
|
||||
description=mobile_os_grapheneos_descr
|
||||
%}
|
||||
|
||||
</div>
|
||||
|
||||
<h3>Worth Mentioning</h3>
|
||||
<h3>{% t mobile_os.worth_mentioning %}</h3>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://www.replicant.us/">Replicant</a> - An open-source operating system based on Android, aiming to replace all proprietary components with free software.</li>
|
||||
<li><a href="https://www.omnirom.org/">OmniROM</a> <span class="badge badge-warning" data-toggle="tooltip" title="This software may depend on or recommend non-free software.">contrib <i class="far fa-question-circle"></i></span> - A free software operating system for smartphones and tablet computers, based on the Android mobile platform.</li>
|
||||
<li><a href="https://microg.org/">MicroG</a> <span class="badge badge-warning" data-toggle="tooltip" title="This software may depend on or recommend non-free software.">contrib <i class="far fa-question-circle"></i></span> - A project that aims to reimplement the proprietary Google Play Services in the Android operating system with a FLOSS replacement.
|
||||
<li><a href="https://www.replicant.us/">{% t mobile_os.replicant %}</a> {% t mobile_os.replicant_descr %}</li>
|
||||
<li><a href="https://www.omnirom.org/">{% t mobile_os.omnirom %}</a> <span class="badge badge-warning" data-toggle="tooltip" title="{% t mobile_os.contrib_descr %}">{% t mobile_os.contrib %} <i class="far fa-question-circle"></i></span> {% t mobile_os.omnirom_descr %}</li>
|
||||
<li><a href="https://microg.org/">{% t mobile_os.microg %}</a> <span class="badge badge-warning" data-toggle="tooltip" title="{% t mobile_os.contrib_descr %}">{% t mobile_os.contrib %} <i class="far fa-question-circle"></i></span> {% t mobile_os.microg_descr %}</li>
|
||||
</ul>
|
||||
|
@ -51,5 +51,5 @@
|
||||
<ul>
|
||||
<li><a href="https://www.openbsd.org/">{% t pc_os.openbsd %}</a> {% t pc_os.openbsd_descr %}</li>
|
||||
<li><a href="https://www.archlinux.org/">{% t pc_os.arch %}</a> {% t pc_os.arch_descr %} <a href="https://www.parabola.nu/">{% t pc_os.parabola %}</a> {% t pc_os.parabola_descr %}</li>
|
||||
<li><a href="https://www.whonix.org/">{% t pc_os.whonix %}</a> <span class="badge badge-warning" data-toggle="tooltip" title="{% t pc_os.contrib_descr %}">contrib <i class="far fa-question-circle"></i></span> {% t pc_os.whonix_descr %}</li>
|
||||
<li><a href="https://www.whonix.org/">{% t pc_os.whonix %}</a> <span class="badge badge-warning" data-toggle="tooltip" title="{% t pc_os.contrib_descr %}">{% t pc_os.contrib %} <i class="far fa-question-circle"></i></span> {% t pc_os.whonix_descr %}</li>
|
||||
</ul>
|
||||
|
@ -41,5 +41,5 @@
|
||||
|
||||
<ul>
|
||||
<li><a href="https://www.openbsd.org/">{% t router.openbsd %}</a> {% t router.openbsd_descr %}</li>
|
||||
<li><a href="https://dd-wrt.com/">{% t router.ddwrt %}</a> <span class="badge badge-warning" data-toggle="tooltip" title="{% t router.ddwrt_title %}">contrib <i class="far fa-question-circle"></i></span> {% t router.ddwrt_descr %}</li>
|
||||
<li><a href="https://dd-wrt.com/">{% t router.ddwrt %}</a> <span class="badge badge-warning" data-toggle="tooltip" title="{% t router.contrib_descr %}">{% t router.contrib %} <i class="far fa-question-circle"></i></span> {% t router.ddwrt_descr %}</li>
|
||||
</ul>
|
||||
|
Reference in New Issue
Block a user