summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2017-03-04 20:04:32 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2017-03-04 20:04:32 -0600
commitdb560f0781fef867eb5fa39913b81ddc29ea7d72 (patch)
treeb2152ad42163d42ecb4a354ec5ae4d59e8efddb9
parentd04a35d8c1c707d6fd79e03490e9d8bdd7022be1 (diff)
downloadhorizon-qt5-db560f0781fef867eb5fa39913b81ddc29ea7d72.tar.gz
horizon-qt5-db560f0781fef867eb5fa39913b81ddc29ea7d72.tar.bz2
horizon-qt5-db560f0781fef867eb5fa39913b81ddc29ea7d72.tar.xz
horizon-qt5-db560f0781fef867eb5fa39913b81ddc29ea7d72.zip
Add help for networking page
-rw-r--r--horizon.qrc1
-rw-r--r--resources/network-start-help.txt11
2 files changed, 12 insertions, 0 deletions
diff --git a/horizon.qrc b/horizon.qrc
index b37c391..2dfe434 100644
--- a/horizon.qrc
+++ b/horizon.qrc
@@ -9,5 +9,6 @@
</qresource>
<qresource prefix="/wizard_help">
<file>resources/welcome-help.txt</file>
+ <file>resources/network-start-help.txt</file>
</qresource>
</RCC>
diff --git a/resources/network-start-help.txt b/resources/network-start-help.txt
new file mode 100644
index 0000000..872f606
--- /dev/null
+++ b/resources/network-start-help.txt
@@ -0,0 +1,11 @@
+<h2>Network Configuration</h2>
+
+<p>This phase of Horizon allows you to configure your network or Internet connection.</p>
+
+<h3>Which option should I choose?</h3>
+
+<ul>
+<li><strong>Most home and small business users will choose Simple.</strong> This will configure your computer to connect to the Internet using Wi-Fi or an Ethernet cable. The Wi-Fi or Ethernet cable must be connected to a switch, router, or modem that allows your computer to configure itself for access the Internet over a standard called DHCP. Almost all modems and routers support this standard. For Wi-Fi connections, you will be able to specify your access point name (SSID) and password, if necessary.<br></li>
+<li>Some users will need to choose Advanced. <strong>You will need to choose Advanced if you use a VPN to connect to the Internet, you use a proxy server, you need to authenticate to your network using 802.1X, or have a static IP address issued by your network administrator or ISP</strong> (uncommon). Horizon will allow you to specify the settings you require to connect to your network and/or the Internet.<br></li>
+<li>If you do not wish to connect to a network or the Internet, you may choose Skip. Note that you will only be able to choose Skip if you have the full installation media for your platform, and some software collections may be unavailable.</li>
+</ul>