diff --git a/_i18n/en.yml b/_i18n/en.yml index 51ec3d37..fa4ddd74 100644 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -350,4 +350,20 @@ mobile_os: 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." \ No newline at end of file + microg_descr: "- A project that aims to reimplement the proprietary Google Play Services in the Android operating system with a FLOSS replacement." +live_os: + live_cd: "Live CD Operating Systems" + contrib: "contrib" + contrib_descr: "This software may depend on or recommend non-free software." + tails_title: "Tails" + tails_labels: "warning:contrib:This software may depend on or recommend non-free software." + tails_descr: "Tails is a live operating system, that starts on almost any computer from a DVD, USB stick, or SD card. It aims at preserving privacy and anonymity, and helps to: Use the Internet anonymously and circumvent censorship; Internet connections go through the Tor network; leave no trace on the computer; use state-of-the-art cryptographic tools to encrypt files, emails and instant messaging." + knoppix_title: "KNOPPIX" + knoppix_labels: "warning:contrib:This software may depend on or recommend non-free software." + knoppix_descr: "Knoppix is an operating system based on Debian designed to be run directly from a CD / DVD (Live CD) or a USB flash drive (Live USB), one of the first of its kind for any operating system. When starting a program, it is loaded from the removable medium and decompressed into a RAM drive. The decompression is transparent and on-the-fly." + puppy_linux_title: "Puppy Linux" + puppy_linux_labels: "warning:contrib:This software may depend on or recommend non-free software." + puppy_linux_descr: "Puppy Linux operating system is a lightweight Linux distribution that focuses on ease of use and minimal memory footprint. The entire system can be run from RAM with current versions generally taking up about 210 MB, allowing the boot medium to be removed after the operating system has started." + worth_mentioning: "Worth Mentioning" + tiny_core_linux: "Tiny Core Linux" + tiny_core_linux_descr: "- A minimal Linux operating system focusing on providing a base system using BusyBox and FLTK. The distribution is notable for its size (15 MB) and minimalism, with additional functionality provided by extensions." \ No newline at end of file diff --git a/_includes/sections/live-operating-systems.html b/_includes/sections/live-operating-systems.html index 80450669..bc39012b 100644 --- a/_includes/sections/live-operating-systems.html +++ b/_includes/sections/live-operating-systems.html @@ -1,37 +1,46 @@ -

Live CD Operating Systems

+

{% t live_os.live_cd %}

+ +{%- capture live_os_tails_title -%}{% t live_os.tails_title %}{%- endcapture -%} +{%- capture live_os_tails_labels -%}{% t live_os.tails_labels %}{%- endcapture -%} +{%- capture live_os_tails_descr -%}{% t live_os.tails_descr %}{%- endcapture -%} +{%- capture live_os_knoppix_title -%}{% t live_os.knoppix_title %}{%- endcapture -%} +{%- capture live_os_knoppix_labels -%}{% t live_os.knoppix_labels %}{%- endcapture -%} +{%- capture live_os_knoppix_descr -%}{% t live_os.knoppix_descr %}{%- endcapture -%} +{%- capture live_os_puppy_linux_title -%}{% t live_os.puppy_linux_title %}{%- endcapture -%} +{%- capture live_os_puppy_linux_labels -%}{% t live_os.puppy_linux_labels %}{%- endcapture -%} +{%- capture live_os_puppy_linux_descr -%}{% t live_os.puppy_linux_descr %}{%- endcapture -%}
{% include card.html color="success" - title="Tails" - labels="warning:contrib:This software may depend on or recommend non-free software." + title=live_os_tails_title + labels=live_os_tails_labels image="/assets/img/tools/Tails.png" url="https://tails.boum.org/" - description="Tails is a live operating system, that starts on almost any computer from a DVD, USB stick, or SD card. It aims at preserving privacy and anonymity, and helps to: Use the Internet anonymously and circumvent censorship; Internet connections go through the Tor network; leave no trace on the computer; use state-of-the-art cryptographic tools to encrypt files, emails and instant messaging." + description=live_os_tails_descr %} {% include card.html color="primary" - title="KNOPPIX" - labels="warning:contrib:This software may depend on or recommend non-free software." + title=live_os_knoppix_title + labels=live_os_knoppix_labels image="/assets/img/tools/KNOPPIX.png" url="https://www.knopper.net/knoppix/" website="knopper.net" - description="Knoppix is an operating system based on Debian designed to be run directly from a CD / DVD (Live CD) or a USB flash drive (Live USB), one of the first of its kind for any operating system. When starting a program, it is loaded from the removable medium and decompressed into a RAM drive. The decompression is transparent and on-the-fly." + description=live_os_knoppix_descr %} {% include card.html color="warning" - title="Puppy Linux" - labels="warning:contrib:This software may depend on or recommend non-free software." + title=live_os_puppy_linux_title + labels=live_os_puppy_linux_labels image="/assets/img/tools/Puppy-Linux.png" url="http://puppylinux.org/" - description="Puppy Linux operating system is a lightweight Linux distribution that focuses on ease of use and minimal memory footprint. The entire system can be run from RAM with current versions generally taking up about 210 MB, allowing the boot medium to be removed after the operating system has started." + description=live_os_puppy_linux_descr %}
-

Worth Mentioning

+

{% t live_os.worth_mentioning %}