tokens for PC OS page
This commit is contained in:
		
							
								
								
									
										24
									
								
								_i18n/en.yml
									
									
									
									
									
								
							
							
						
						
									
										24
									
								
								_i18n/en.yml
									
									
									
									
									
								
							@@ -305,4 +305,26 @@ router:
 | 
			
		||||
  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."
 | 
			
		||||
  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_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."
 | 
			
		||||
  qubesos_descr: "Qubes is an open-source operating system designed to provide strong security for desktop computing. Qubes is based on Xen, the X Window System, and Linux, and can run most Linux applications and utilize most of the Linux drivers."
 | 
			
		||||
  debian_title: "Debian"
 | 
			
		||||
  debian_descr: "Debian is a Unix-like computer operating system and a Linux distribution that is composed entirely of free and open-source software, most of which is under the GNU General Public License, and packaged by a group of individuals known as the Debian project."
 | 
			
		||||
  trisquel_title: "Trisquel"
 | 
			
		||||
  trisquel_descr: "Trisquel is a Linux-based operating system derived from Ubuntu. The project aims for a fully free software system without proprietary software or firmware and uses Linux-libre, a version of the Linux kernel with the non-free code (binary blobs) removed."
 | 
			
		||||
  warning: "Warning"
 | 
			
		||||
  win10_nightmare: "Don't use Windows 10 - It's a privacy nightmare"
 | 
			
		||||
  worth_mentioning: "Worth Mentioning"
 | 
			
		||||
  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." 
 | 
			
		||||
  arch: "Arch Linux"
 | 
			
		||||
  arch_descr: "- A simple, lightweight Linux distribution. It is composed predominantly of free and open-source software, and supports community involvement."
 | 
			
		||||
  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."
 | 
			
		||||
@@ -1,49 +1,55 @@
 | 
			
		||||
<h1 id="os" class="anchor"><a href="#os"><i class="fas fa-link anchor-icon"></i></a> PC Operating Systems</h1>
 | 
			
		||||
<h1 id="os" class="anchor"><a href="#os"><i class="fas fa-link anchor-icon"></i></a> {% t pc_os.pc_operating_systems %}</h1>
 | 
			
		||||
 | 
			
		||||
<div class="alert alert-warning" role="alert">
 | 
			
		||||
  <strong>If you are currently using a operating system like Microsoft Windows or Apple macOS, you should pick an alternative here.</strong>
 | 
			
		||||
  <strong>{% t pc_os.ms_apple_warning %}</strong>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
{%- capture pc_os_qubesos_title -%}{% t pc_os.qubesos_title %}{%- endcapture -%}
 | 
			
		||||
{%- capture pc_os_qubesos_labels -%}{% t pc_os.qubesos_labels %}{%- endcapture -%}
 | 
			
		||||
{%- capture pc_os_qubesos_descr -%}{% t pc_os.qubesos_descr %}{%- endcapture -%}
 | 
			
		||||
{%- capture pc_os_debian_title -%}{% t pc_os.debian_title %}{%- endcapture -%}
 | 
			
		||||
{%- capture pc_os_debian_descr -%}{% t pc_os.debian_descr %}{%- endcapture -%}
 | 
			
		||||
{%- capture pc_os_trisquel_title -%}{% t pc_os.trisquel_title %}{%- endcapture -%}
 | 
			
		||||
{%- capture pc_os_trisquel_descr -%}{% t pc_os.trisquel_descr %}{%- endcapture -%}
 | 
			
		||||
 | 
			
		||||
<div class="row mb-2">
 | 
			
		||||
 | 
			
		||||
  {% include card.html color="success"
 | 
			
		||||
  title="Qubes OS"
 | 
			
		||||
  labels="warning:contrib:This software may depend on or recommend non-free software."
 | 
			
		||||
  title=pc_os_qubesos_title
 | 
			
		||||
  labels=pc_os_qubesos_labels
 | 
			
		||||
  image="/assets/img/tools/Qubes-OS.png"
 | 
			
		||||
  url="https://www.qubes-os.org/"
 | 
			
		||||
  tor="http://qubesos4rrrrz6n4.onion"
 | 
			
		||||
  description="Qubes is an open-source operating system designed to provide strong security for desktop computing. Qubes is based on Xen, the X Window System, and Linux, and can run most Linux applications and utilize most of the Linux drivers."
 | 
			
		||||
  description=pc_os_qubesos_descr
 | 
			
		||||
  %}
 | 
			
		||||
 | 
			
		||||
  {% include card.html color="primary"
 | 
			
		||||
  title="Debian"
 | 
			
		||||
  title=pc_os_debian_title
 | 
			
		||||
  image="/assets/img/tools/Debian.png"
 | 
			
		||||
  url="https://www.debian.org/"
 | 
			
		||||
  tor="http://sejnfjrq6szgca7v.onion"
 | 
			
		||||
  description="Debian is a Unix-like computer operating system and a Linux distribution that is composed entirely of free and open-source software, most of which is under the GNU General Public License, and packaged by a group of individuals known as the Debian project."
 | 
			
		||||
  description=pc_os_debian_descr
 | 
			
		||||
  %}
 | 
			
		||||
 | 
			
		||||
  {% include card.html color="warning"
 | 
			
		||||
  title="Trisquel"
 | 
			
		||||
  title=pc_os_trisquel_title
 | 
			
		||||
  image="/assets/img/tools/Trisquel.png"
 | 
			
		||||
  url="https://trisquel.info/"
 | 
			
		||||
  description="Trisquel is a Linux-based operating system derived from Ubuntu. The project aims for a fully free software system without proprietary software or firmware and uses Linux-libre, a version of the Linux kernel with the non-free code (binary blobs) removed."
 | 
			
		||||
  description=pc_os_trisquel_descr
 | 
			
		||||
  %}
 | 
			
		||||
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
<h3>Warning</h3>
 | 
			
		||||
<h3>{% t pc_os.warning %}</h3>
 | 
			
		||||
 | 
			
		||||
<ul>
 | 
			
		||||
  <li><a href="#win10"><i class="fas fa-link"></i> Don't use Windows 10 - It's a privacy nightmare</a></li>
 | 
			
		||||
  <li><a href="#win10"><i class="fas fa-link"></i> {% t pc_os.win10_nightmare %}</a></li>
 | 
			
		||||
</ul>
 | 
			
		||||
 | 
			
		||||
<h3>Worth Mentioning</h3>
 | 
			
		||||
<h3>{% t pc_os.worth_mentioning %}</h3>
 | 
			
		||||
 | 
			
		||||
<ul>
 | 
			
		||||
  <li><a href="https://www.openbsd.org/">OpenBSD</a> - A project that produces a free, multi-platform 4.4BSD-based UNIX-like operating system. Emphasizes portability, standardization, correctness, proactive security and integrated cryptography.</li>
 | 
			
		||||
  <li><a href="https://www.archlinux.org/">Arch Linux</a> - A simple, lightweight Linux distribution. It is composed predominantly of free and open-source software, and supports community involvement. <a href="https://www.parabola.nu/">Parabola</a> is a
 | 
			
		||||
    completely open source version of Arch Linux.</li>
 | 
			
		||||
  <li><a href="https://www.whonix.org/">Whonix</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 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.</li>
 | 
			
		||||
  <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>
 | 
			
		||||
</ul>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user