From 07e8f3eff2ff32457076ad3969f5b7c6852345c5 Mon Sep 17 00:00:00 2001 From: msiism Date: Sat, 15 Dec 2018 01:07:02 +0100 Subject: Two small language fixes --- src/admin/1_intro.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/admin/1_intro.xml') diff --git a/src/admin/1_intro.xml b/src/admin/1_intro.xml index 0322c32..b20f648 100644 --- a/src/admin/1_intro.xml +++ b/src/admin/1_intro.xml @@ -30,7 +30,7 @@ ✓ / ✓ ✓ / ✓ - DevThis port is in active development. It is not currently available yet. + DevThis port is in active development. It is not available yet. Dev ✓ / ✓ @@ -313,7 +313,7 @@ Libre software only The first, and most important, is dedication to only providing libre software. What is "libre software"? Simply put, libre software is software that gives power to you as a user, instead of giving power to the developer or a corporation. Many proprietary software packages have long contracts (sometimes termed "license agreements" or "EULAs") that restrict what you can do with them. Libre software allows you the right to use it in any manner you wish, and the right to be able to change it yourself if you find an issue with it. For many, this may not seem important, since most people are not computer programmers and cannot actually change software themselves. On the contrary, it is very important. This allows those who are computer programmers, security researchers, and other interested parties to review the source code for errors. If an error, defect, or security issue is found during a review, it can be rectified nearly instantly. This gives you an additional benefit: If the original developer of a proprietary software package no longer wishes to maintain it, they can discontinue it and take away your right to use it, even if you paid for it. This is not possible with libre software. The software that you use is yours to use for your entire lifetime. - Many other environments, including most other Linux distributions, eventually give in to the pressure to ship non-libre software. The Adélie Linux software packaging guidelines specifically prohibits non-libre software from being included in Adélie Linux. + Many other environments, including most other Linux distributions, eventually give in to the pressure to ship non-libre software. The Adélie Linux software packaging guidelines specifically prohibit non-libre software from being included in Adélie Linux.
Package choice -- cgit v1.2.3-70-g09d2 From 4fbaaec8d67e5a4fb0ae47ec763ea6a1ae8d7f6d Mon Sep 17 00:00:00 2001 From: msiism Date: Sat, 15 Dec 2018 02:26:55 +0100 Subject: Fix capitalization of proper names for Bash and Zsh in Table 1.3 See https://www.gnu.org/software/bash/ and https://www.zsh.org/, respectively. --- src/admin/1_intro.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/admin/1_intro.xml') diff --git a/src/admin/1_intro.xml b/src/admin/1_intro.xml index b20f648..17bb2b3 100644 --- a/src/admin/1_intro.xml +++ b/src/admin/1_intro.xml @@ -234,7 +234,7 @@ Adélie Linux GCC, musl OpenRC (default) or s6 - zsh (default) or others + Zsh (default) or others KDE Plasma 5 and others Yes @@ -250,7 +250,7 @@ Arch Linux GCC, glibc systemd - bash (default) or others + Bash (default) or others GNOME 3 and others Yes @@ -258,7 +258,7 @@ Debian GNU/Linux GCC, glibc systemd (default) or sysvinit - bash (default) or others + Bash (default) or others GNOME 3 and others Some @@ -266,7 +266,7 @@ Fedora Linux GCC, glibc systemd - bash (default) or others + Bash (default) or others GNOME 3 (default) or KDE Plasma 5 Yes @@ -282,7 +282,7 @@ Gentoo Linux GCC or clang, glibc or musl or uclibc OpenRC (default) or systemd - bash (default) or others + Bash (default) or others GNOME 3 and others Yes @@ -290,7 +290,7 @@ Mac OS X Clang, FreeBSD launchd - bash (default) or tcsh + Bash (default) or tcsh Aqua Yes @@ -298,7 +298,7 @@ Windows Clang, Win32 Custom - PowerShell (default) or bash + PowerShell (default) or Bash Win32 Yes, with proprietary software -- cgit v1.2.3-70-g09d2