added tokens for live os page

This commit is contained in:
yeet648
2019-08-16 11:23:55 -07:00
parent 1732d96ebb
commit 2b290bfd27
2 changed files with 39 additions and 14 deletions

View File

@ -351,3 +351,19 @@ mobile_os:
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."
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."

View File

@ -1,37 +1,46 @@
<h1 id="live_os" class="anchor"><a href="#live_os"><i class="fas fa-link anchor-icon"></i></a> Live CD Operating Systems</h1>
<h1 id="live_os" class="anchor"><a href="#live_os"><i class="fas fa-link anchor-icon"></i></a> {% t live_os.live_cd %}</h1>
{%- 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 -%}
<div class="row mb-2">
{% 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
%}
</div>
<h3>Worth Mentioning</h3>
<h3>{% t live_os.worth_mentioning %}</h3>
<ul>
<li><a href="https://distro.ibiblio.org/tinycorelinux/">Tiny Core Linux</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 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.</li>
<li><a href="https://distro.ibiblio.org/tinycorelinux/">{% t live_os.tiny_core_linux %}</a> <span class="badge badge-warning" data-toggle="tooltip" title="{% t live_os.contrib_descr %}">{% t live_os.contrib %} <i class="far fa-question-circle"></i></span> {% t live_os.tiny_core_linux_descr %}</li>
</ul>