summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-05-22 02:04:59 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-05-22 02:04:59 -0500
commit8fa9807ef3ac66ec5f47a804c7b3819dc59f7ab7 (patch)
tree7de29c18c27814bbceef71281e7f04b53f80fc2d /ui
parent79e6d2ee367db0c47f4a92816e908c65097df749 (diff)
downloadhorizon-8fa9807ef3ac66ec5f47a804c7b3819dc59f7ab7.tar.gz
horizon-8fa9807ef3ac66ec5f47a804c7b3819dc59f7ab7.tar.bz2
horizon-8fa9807ef3ac66ec5f47a804c7b3819dc59f7ab7.tar.xz
horizon-8fa9807ef3ac66ec5f47a804c7b3819dc59f7ab7.zip
Qt UI: Add remaining needed help files
Diffstat (limited to 'ui')
-rw-r--r--ui/qt5/horizon.qrc5
-rw-r--r--ui/qt5/resources/accounts-help.txt12
-rw-r--r--ui/qt5/resources/commit-help.txt9
-rw-r--r--ui/qt5/resources/network-manual-help.txt18
-rw-r--r--ui/qt5/resources/packages-custom-default-help.txt66
-rw-r--r--ui/qt5/resources/packages-custom-help.txt8
-rw-r--r--ui/qt5/resources/partition-manual-help.txt6
-rw-r--r--ui/qt5/resources/partition-mountpoints-help.txt5
-rw-r--r--ui/qt5/resources/rootpw-help.txt10
9 files changed, 139 insertions, 0 deletions
diff --git a/ui/qt5/horizon.qrc b/ui/qt5/horizon.qrc
index 2e55ddf..0371554 100644
--- a/ui/qt5/horizon.qrc
+++ b/ui/qt5/horizon.qrc
@@ -36,6 +36,11 @@
<file>resources/packages-simple-help.txt</file>
<file>resources/startup-help.txt</file>
<file>resources/rootpw-help.txt</file>
+ <file>resources/accounts-help.txt</file>
+ <file>resources/commit-help.txt</file>
+ <file>resources/network-manual-help.txt</file>
+ <file>resources/packages-custom-default-help.txt</file>
+ <file>resources/packages-custom-help.txt</file>
</qresource>
<qresource prefix="/">
<file alias="horizon-256.png">../../assets/horizon-256.png</file>
diff --git a/ui/qt5/resources/accounts-help.txt b/ui/qt5/resources/accounts-help.txt
new file mode 100644
index 0000000..6f78c01
--- /dev/null
+++ b/ui/qt5/resources/accounts-help.txt
@@ -0,0 +1,12 @@
+<h2>User Accounts</h2>
+
+<p>This page allows you to personalise your system by providing the names of
+the people who will use it. When the system starts up, you will be able to
+choose who is using the computer. Each user's documents and configuration are
+stored in separate places on the system.</p>
+
+<p>If you are the only person who will use the computer, enter your own name
+and passphrase.</p>
+
+<p>It is important that all user passphrases are different from the root user's
+passphrase.</p>
diff --git a/ui/qt5/resources/commit-help.txt b/ui/qt5/resources/commit-help.txt
new file mode 100644
index 0000000..5677b2e
--- /dev/null
+++ b/ui/qt5/resources/commit-help.txt
@@ -0,0 +1,9 @@
+<h2>Begin Installation</h2>
+
+<p>You're almost there! This page allows you to review all of the options you
+have selected before installation begins. Ensure that the information is
+correct, and then choose Install to begin the installation process.</p>
+
+<p>Note that if you have selected to erase a hard disk drive, choosing Install
+will immediately erase it. You cannot cancel the installation once you have
+chosen Install.</p>
diff --git a/ui/qt5/resources/network-manual-help.txt b/ui/qt5/resources/network-manual-help.txt
new file mode 100644
index 0000000..6ce8cb0
--- /dev/null
+++ b/ui/qt5/resources/network-manual-help.txt
@@ -0,0 +1,18 @@
+<h2>Configure Your Network</h2>
+
+<p>This page allows you to input the proper configuration for your network
+connection.</p>
+
+<h3>Choosing a protocol</h3>
+
+<p>System Installation requires you to specify manual configuration for each
+network protocol in use on your system. If you use automatic configuration
+for one protocol, and manual configuration for another, you must enable the
+automatically configured protocol later.</p>
+
+<h3>What should I input for a DNS server?</h3>
+
+<p>If your network administrator did not provide you a preferred DNS server
+to use, we recommend you use the default value of 9.9.9.9. This server is
+provided as a public service to the Internet by Quad9, focused on ensuring
+user privacy.</p>
diff --git a/ui/qt5/resources/packages-custom-default-help.txt b/ui/qt5/resources/packages-custom-default-help.txt
new file mode 100644
index 0000000..15a00d9
--- /dev/null
+++ b/ui/qt5/resources/packages-custom-default-help.txt
@@ -0,0 +1,66 @@
+<h2>Software Choices</h2>
+
+<p>This page allows you to select the software you wish to use in certain
+roles on your system. The defaults used by standard installations of Adelie
+Linux are always on the left side.</p>
+
+<p>Most users do not need to change these options.</p>
+
+
+<hr>
+
+
+<h3>Shell to use for /bin/sh</h3>
+
+<p>This section allows you to choose which shell will be used for shell scripts
+that use <code>/bin/sh</code>.</p>
+
+<ul>
+<li><strong>Dash</strong>: The lightweight Dash shell is an Almquist-style
+shell. This is the default shell used by Adelie for /bin/sh, and is used for
+/bin/sh on Debian-derived distributions. This option provides faster boot
+times and full POSIX compatibility.</li>
+<li>Bash: This shell is popular on GNU systems. This option provides
+compatibility with non-portable scripts. <em>Note that by choosing this
+option, your system will no longer be able to conform to the POSIX standard.
+</li>
+</ul>
+
+
+<hr>
+
+
+<h3>Init system (/sbin/init)</h3>
+
+<p>This section allows you to choose which init system will be used to start up
+your computer.</p>
+
+<ul>
+<li><strong>s6-linux-init</strong>: The lightweight, customisable s6-linux-init
+init system has been designed from the ground up to be lightweight and
+efficient. Using this system provides full LSB compatibility with init control
+and shutdown commands.</li>
+<li>SysV Init: The traditional Linux init system was at one time widely
+deployed, but has fallen out of favour recently due to issues with supervision
+and power usage.</li>
+</ul>
+
+
+<hr>
+
+
+<h3>uevent management daemon</h3>
+
+<p>This section allows you to choose which daemon will be used to manage kernel
+uevents. <strong>Modifying this option may cause improper system operation or
+failure to boot. Only modify this option if you know what you are doing.
+</strong></p>
+
+<ul>
+<li><strong>eudev</strong>: The traditional eudev system provides a standard
+UDev-compatible interface. It is highly recommended that you use eudev unless
+you know it is inappropriate for your use case.</li>
+<li>mdevd: The minimalist, lightweight mdevd system is the skarnet fork of
+the mdev system from BusyBox. Choosing this option on a desktop system will
+require manual intervention.</li>
+</ul>
diff --git a/ui/qt5/resources/packages-custom-help.txt b/ui/qt5/resources/packages-custom-help.txt
new file mode 100644
index 0000000..16aa52e
--- /dev/null
+++ b/ui/qt5/resources/packages-custom-help.txt
@@ -0,0 +1,8 @@
+<h2>Software Selection</h2>
+
+<p>This page allows you to select the software you wish to install. You can
+read a description of the available packages by selecting them; the
+description will appear below the list.</p>
+
+<p>It is highly recommended that you install a Desktop Environment unless you
+are already familiar with using a Unix-based system.</p>
diff --git a/ui/qt5/resources/partition-manual-help.txt b/ui/qt5/resources/partition-manual-help.txt
index e69de29..81c74bb 100644
--- a/ui/qt5/resources/partition-manual-help.txt
+++ b/ui/qt5/resources/partition-manual-help.txt
@@ -0,0 +1,6 @@
+<h2>Launch Manual Partitioner</h2>
+
+<p>This page allows you to start up a utility for partitioning your hard disk
+drive(s). Choose Launch Partitioner when you are ready to start the utility.
+For help using the utility, consult the utility's built-in help using the Help
+menu from within the utility.</p>
diff --git a/ui/qt5/resources/partition-mountpoints-help.txt b/ui/qt5/resources/partition-mountpoints-help.txt
index e69de29..4fdcefe 100644
--- a/ui/qt5/resources/partition-mountpoints-help.txt
+++ b/ui/qt5/resources/partition-mountpoints-help.txt
@@ -0,0 +1,5 @@
+<h2>Set Mount Points</h2>
+
+<p>This page allows you to specify the mount points for the partitions present
+on the system. You are not required to specify mount points for every
+partition. You must specify a root partition, which will be mounted at /.</p>
diff --git a/ui/qt5/resources/rootpw-help.txt b/ui/qt5/resources/rootpw-help.txt
index e69de29..3906d2c 100644
--- a/ui/qt5/resources/rootpw-help.txt
+++ b/ui/qt5/resources/rootpw-help.txt
@@ -0,0 +1,10 @@
+<h2>Set Root Passphrase</h2>
+
+<p>This page allows you to set the passphrase for the root user. The
+<em>root user</em> is known in some other systems as the "Administrator" user.
+This passphrase is used when performing certain administrative tasks on the
+system, and for system recovery.</p>
+
+<p>It is important that you set a unique passphrase for the root user, as
+anyone with the root user's passphrase can access any data on your computer.
+You should write it down and keep it in a safe place.</p>