You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by vn...@apache.org on 2018/10/17 17:53:00 UTC

[1/3] guacamole-manual git commit: GUACAMOLE-38: Correct XML validation errors in guacamole-auth-quickconnect documentation.

Repository: guacamole-manual
Updated Branches:
  refs/heads/master 32677d75b -> 2a0561ea6


GUACAMOLE-38: Correct XML validation errors in guacamole-auth-quickconnect documentation.


Project: http://git-wip-us.apache.org/repos/asf/guacamole-manual/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-manual/commit/24c25d2e
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-manual/tree/24c25d2e
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-manual/diff/24c25d2e

Branch: refs/heads/master
Commit: 24c25d2e6f7d5f1c8d0a9bff6249eb5f90f16c12
Parents: 949f9c7
Author: Michael Jumper <mj...@apache.org>
Authored: Mon Oct 15 13:44:12 2018 -0700
Committer: Michael Jumper <mj...@apache.org>
Committed: Mon Oct 15 14:03:31 2018 -0700

----------------------------------------------------------------------
 src/chapters/adhoc-connections.xml | 73 ++++++++++++++++++++-------------
 1 file changed, 45 insertions(+), 28 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-manual/blob/24c25d2e/src/chapters/adhoc-connections.xml
----------------------------------------------------------------------
diff --git a/src/chapters/adhoc-connections.xml b/src/chapters/adhoc-connections.xml
index 04a730f..28004f5 100644
--- a/src/chapters/adhoc-connections.xml
+++ b/src/chapters/adhoc-connections.xml
@@ -4,9 +4,14 @@
     xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink">
     <title>Ad-hoc Connections</title>
     <indexterm>
-        <primary>adhoc-connections</primary>
+        <primary>connections</primary>
         <secondary>adhoc</secondary>
-        <secondary>quickconnect</secondary>
+    </indexterm>
+    <indexterm>
+        <primary>adhoc</primary>
+    </indexterm>
+    <indexterm>
+        <primary>quickconnect</primary>
     </indexterm>
     <para>The quickconnect extension provides a connection bar on the Guacamole Client home page
         that allows users to type in the URI of a server to which they want to connect and the client
@@ -83,36 +88,48 @@
     <section xml:id="using-quickconnect">
         <title>Using the quickconnect extension</title>
         <para>The quickconnect extension provides a field on the home page that allows you to enter
-             a Uniform Resource Identifier (URI) to create a connection.  A URI is in the form:</para>
-            <informalexample><uri>
-<replaceable>protocol</replaceable>://<replaceable>username</replaceable>:<replaceable>password</replaceable>@<replaceable>host</replaceable>:<replaceable>port</replaceable>/?<replaceable>parameters</replaceable>
-</uri></informalexample>
-            <para>The <replaceable>protocol</replaceable> field can have any of the protocols supported by
-            Guacamole, as documented in <xref linkend="configuring-guacamole"/>.  Many of the
-            protocols define a default <replaceable>port</replaceable> value, with the exception of VNC.
-            The <replaceable>parameters</replaceable> field can specify any of the protocol-specific
-            parameters as documented on the configuration page.</para>
-        <para>To establish a connection, simply type in a valid URI and either press "Enter" or click
-            the connect button.  This extension will parse the URI and create a new connection, and
-            immediately start that connection in the current browser.</para>
+            a Uniform Resource Identifier (URI) to create a connection. A URI is in the form:</para>
+        <informalexample>
+            <para><uri><replaceable>protocol</replaceable>://<replaceable>username</replaceable>:<replaceable>password</replaceable>@<replaceable>host</replaceable>:<replaceable>port</replaceable>/?<replaceable>parameters</replaceable></uri></para>
+        </informalexample>
+        <para>The <replaceable>protocol</replaceable> field can have any of the protocols supported
+            by Guacamole, as documented in <xref linkend="configuring-guacamole"/>. Many of the
+            protocols define a default <replaceable>port</replaceable> value, with the exception of
+            VNC. The <replaceable>parameters</replaceable> field can specify any of the
+            protocol-specific parameters as documented on the configuration page.</para>
+        <para>To establish a connection, simply type in a valid URI and either press "Enter" or
+            click the connect button. This extension will parse the URI and create a new connection,
+            and immediately start that connection in the current browser.</para>
         <para>Here are a few examples of URIs:</para>
         <itemizedlist>
-            <listitem><informalexample><uri>ssh://linux1.example.com/</uri></informalexample>
-                <para>Connect to the server linux1.example.com using the SSH protocol on the default SSH port (22).
-                    This will result in prompting for both username and password.</para></listitem>
-            <listitem><informalexample><uri>vnc://linux1.example.com:5900/</uri></informalexample>
-                <para>Connect to the server linux1.example.com using the VNC protocol and specifying the
-                    port as 5900.</para></listitem>
-            <listitem><informalexample><uri>
-rdp://localuser@windows1.example.com/?security=rdp&amp;ignore-cert=true&amp;disable-audio=true&amp;enable-drive=true&amp;drive-path=/mnt/usb
-                    </uri>
+            <listitem>
+                <informalexample>
+                    <para><uri>ssh://linux1.example.com/</uri></para>
+                </informalexample>
+                <para>Connect to the server linux1.example.com using the SSH protocol on the default
+                    SSH port (22). This will result in prompting for both username and
+                    password.</para>
+            </listitem>
+            <listitem>
+                <informalexample>
+                    <para><uri>vnc://linux1.example.com:5900/</uri></para>
+                </informalexample>
+                <para>Connect to the server linux1.example.com using the VNC protocol and specifying
+                    the port as 5900.</para>
+            </listitem>
+            <listitem>
+                <informalexample>
+                    <para><uri>
+                            rdp://localuser@windows1.example.com/?security=rdp&amp;ignore-cert=true&amp;disable-audio=true&amp;enable-drive=true&amp;drive-path=/mnt/usb
+                        </uri></para>
                 </informalexample>
                 <para>Connect to the server windows1.example.com using the RDP protocol and the user
-                    "localuser".  This URI also specifies several RDP-specific parameters on the
-                    connection, including forcing security mode to RDP (security=rdp), 
-                    ignoring any certificate errors (ignore-cert=true), disabling audio pass-through
-                    (disable-audio=true), and enabling filesystem redirection (enable-drive=true)
-                    to the /mnt/usb folder on the system running guacd (drive-path=/mnt/usb).</para></listitem>
+                    "localuser". This URI also specifies several RDP-specific parameters on the
+                    connection, including forcing security mode to RDP (security=rdp), ignoring any
+                    certificate errors (ignore-cert=true), disabling audio pass-through
+                    (disable-audio=true), and enabling filesystem redirection (enable-drive=true) to
+                    the /mnt/usb folder on the system running guacd (drive-path=/mnt/usb).</para>
+            </listitem>
         </itemizedlist>
     </section>
 </chapter>


[2/3] guacamole-manual git commit: GUACAMOLE-38: Merge correct XML validation errors in guacamole-auth-quickconnect documentation.

Posted by vn...@apache.org.
GUACAMOLE-38: Merge correct XML validation errors in guacamole-auth-quickconnect documentation.


Project: http://git-wip-us.apache.org/repos/asf/guacamole-manual/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-manual/commit/cc2da2ed
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-manual/tree/cc2da2ed
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-manual/diff/cc2da2ed

Branch: refs/heads/master
Commit: cc2da2ed3b391ecafe55a6f7fab7bd92e379393c
Parents: 000081c 24c25d2
Author: Nick Couchman <vn...@apache.org>
Authored: Wed Oct 17 13:51:06 2018 -0400
Committer: Nick Couchman <vn...@apache.org>
Committed: Wed Oct 17 13:51:06 2018 -0400

----------------------------------------------------------------------
 src/chapters/adhoc-connections.xml | 73 ++++++++++++++++++++-------------
 1 file changed, 45 insertions(+), 28 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-manual/blob/cc2da2ed/src/chapters/adhoc-connections.xml
----------------------------------------------------------------------


[3/3] guacamole-manual git commit: Merge 1.0.0 changes back to master.

Posted by vn...@apache.org.
Merge 1.0.0 changes back to master.


Project: http://git-wip-us.apache.org/repos/asf/guacamole-manual/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-manual/commit/2a0561ea
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-manual/tree/2a0561ea
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-manual/diff/2a0561ea

Branch: refs/heads/master
Commit: 2a0561ea61bc746c715676dfa325b251912567da
Parents: 32677d7 cc2da2e
Author: Nick Couchman <vn...@apache.org>
Authored: Wed Oct 17 13:52:39 2018 -0400
Committer: Nick Couchman <vn...@apache.org>
Committed: Wed Oct 17 13:52:39 2018 -0400

----------------------------------------------------------------------
 src/chapters/adhoc-connections.xml | 73 ++++++++++++++++++++-------------
 1 file changed, 45 insertions(+), 28 deletions(-)
----------------------------------------------------------------------