diff xml/510connectbot.in @ 525:b61919d8a701

code cleanup; document connections file
author Carl Byington <carl@five-ten-sg.com>
date Sat, 01 Jun 2024 10:12:40 -0600
parents 3407f4741240
children
line wrap: on
line diff
--- a/xml/510connectbot.in	Fri May 31 21:14:55 2024 -0600
+++ b/xml/510connectbot.in	Sat Jun 01 10:12:40 2024 -0600
@@ -479,11 +479,20 @@
                 and parsed every time the app is launched.
             </para>
 
+            <para>
+                The connections are specified by a URI of the form
+                scheme://host:port#nickname
+                where scheme is one of (telnet, ssh, tn5250). The URI
+                must be uri encoded - spaces replaced by %20, etc.
+            </para>
+
+            <para>
+            </para>
+
             <literallayout class="monospaced"><![CDATA[
 #
 # available host keys:
 #
-# nickname          (string)
 # color             (string)    ("red", "green", "blue", "gray")
 # fontsize          (float)
 # fixed_size        (boolean)
@@ -513,13 +522,13 @@
 # autolaunch        (boolean)
 
 
-tn5250://pub400.com:23#battleship
+tn5250://pub400.com:23#battleship%20game
     encryption5250=NONE
     fontsize=20
     fixed_size=true
     fixed_width=80
     fixed_height=25
-    monitor=socket://localhost/pub400
+    monitor=socket2://localhost/pub400_enu
 
 
 #