[connections/init-docs: 5/5] help: Add "connect" page with initial steps




commit 58069d04d53ff2262210e9b2873c64ac4dca0894
Author: Felipe Borges <felipeborges gnome org>
Date:   Mon Oct 19 15:57:10 2020 +0200

    help: Add "connect" page with initial steps
    
    Fixes #23

 help/C/connect.page | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 help/meson.build    |  1 +
 2 files changed, 52 insertions(+)
---
diff --git a/help/C/connect.page b/help/C/connect.page
new file mode 100644
index 0000000..e0c7884
--- /dev/null
+++ b/help/C/connect.page
@@ -0,0 +1,51 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="connect">
+  <info>
+    <revision pkgversion="3.38" version="0.1" date="2020-10-19" status="candidate"/>
+    <link type="guide" xref="index#start"/>
+
+    <credit type="author copyright">
+      <name>Felipe Borges</name>
+      <email>felipeborges gmail com</email>
+      <years>2020</years>
+    </credit>
+
+    <desc>Connect to a remote machine over the network.</desc>
+
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+
+  </info>
+
+  <title>Connect to another computer</title>
+
+  <p><app>Connections</app> can be used to view and access a remote machine.</p>
+
+  <note style="important">
+    <p>The remote machine should already be configured.</p>
+  </note>
+
+  <steps>
+    <item><p>Click <gui style="button">+</gui> in the top left corner to launch
+    the remote connection creation assistant.</p></item>
+
+    <item><p>Enter a URL containing the protocol, IP address and port number of
+    the remote device or service. For example:</p>
+      <code>vnc://192.168.122.1:5900</code>
+      <p>The protocol will be:</p>
+      <list>
+        <item><p>rdp:// to connect to a remote <app>RDP</app> server.</p></item>
+        <item><p>vnc:// to connect to a remote <app>vino</app> or <app>VNC</app>
+        server.</p></item>
+      </list>
+      <note style="info">
+        <p>The address and port number should be available from the
+        configuration of the device or service on the remote machine.</p>
+      </note>
+    </item>
+    <item><p>Click <gui style="button">Create</gui>.</p></item>
+  </steps>
+
+  <p>The remote machine will open in the collection view.</p>
+
+</page>
diff --git a/help/meson.build b/help/meson.build
index eddb80d..abb0aad 100644
--- a/help/meson.build
+++ b/help/meson.build
@@ -1,5 +1,6 @@
 # Please keep this list in alphabetical order
 help_files = [
+  'connect.page',
   'index.page',
   'legal.xml',
 ]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]