Mercurial > 510Connectbot
comparison 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 |
comparison
equal
deleted
inserted
replaced
524:609b142218bc | 525:b61919d8a701 |
---|---|
477 "delete_deployment=false" in the global options | 477 "delete_deployment=false" in the global options |
478 section. In that case, the file remains, and it is read | 478 section. In that case, the file remains, and it is read |
479 and parsed every time the app is launched. | 479 and parsed every time the app is launched. |
480 </para> | 480 </para> |
481 | 481 |
482 <para> | |
483 The connections are specified by a URI of the form | |
484 scheme://host:port#nickname | |
485 where scheme is one of (telnet, ssh, tn5250). The URI | |
486 must be uri encoded - spaces replaced by %20, etc. | |
487 </para> | |
488 | |
489 <para> | |
490 </para> | |
491 | |
482 <literallayout class="monospaced"><![CDATA[ | 492 <literallayout class="monospaced"><![CDATA[ |
483 # | 493 # |
484 # available host keys: | 494 # available host keys: |
485 # | 495 # |
486 # nickname (string) | |
487 # color (string) ("red", "green", "blue", "gray") | 496 # color (string) ("red", "green", "blue", "gray") |
488 # fontsize (float) | 497 # fontsize (float) |
489 # fixed_size (boolean) | 498 # fixed_size (boolean) |
490 # fixed_width (integer) | 499 # fixed_width (integer) |
491 # fixed_height (integer) | 500 # fixed_height (integer) |
511 # x11host (string) | 520 # x11host (string) |
512 # x11port (integer) | 521 # x11port (integer) |
513 # autolaunch (boolean) | 522 # autolaunch (boolean) |
514 | 523 |
515 | 524 |
516 tn5250://pub400.com:23#battleship | 525 tn5250://pub400.com:23#battleship%20game |
517 encryption5250=NONE | 526 encryption5250=NONE |
518 fontsize=20 | 527 fontsize=20 |
519 fixed_size=true | 528 fixed_size=true |
520 fixed_width=80 | 529 fixed_width=80 |
521 fixed_height=25 | 530 fixed_height=25 |
522 monitor=socket://localhost/pub400 | 531 monitor=socket2://localhost/pub400_enu |
523 | 532 |
524 | 533 |
525 # | 534 # |
526 # global settings are under global:// tag | 535 # global settings are under global:// tag |
527 # | 536 # |