author | Michael Krelin <hacker@klever.net> | 2005-08-06 13:47:13 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2005-08-06 13:47:13 (UTC) |
commit | fc7dc5278f4590c74e41b3ce89d093a05550ec44 (patch) (unidiff) | |
tree | 0c51dff7fad22caddab72ff125e2d7ace9c7e813 /help/kinsole.xml | |
parent | c71a33aff5d0bbe32dc9d0f732c11a87e5909d47 (diff) | |
download | kinsole-master.zip kinsole-master.tar.gz kinsole-master.tar.bz2 |
git-svn-id: http://svn.klever.net/kin/kinsole/trunk@132 fe716a7a-6dde-0310-88d9-d003556173a8
-rw-r--r-- | help/kinsole.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/help/kinsole.xml b/help/kinsole.xml index c08aa01..c7f7dd8 100644 --- a/help/kinsole.xml +++ b/help/kinsole.xml | |||
@@ -1,36 +1,39 @@ | |||
1 | <?xml version="1.0"?> | 1 | <?xml version="1.0"?> |
2 | <winhelp> | 2 | <winhelp> |
3 | <topic id="About" title="About KINSole"> | 3 | <topic id="About" title="About KINSole"> |
4 | <heading scroll="no">About KINSole</heading> | 4 | <heading scroll="no">About KINSole</heading> |
5 | <p><kin>KINSole</kin> is our <term>Win32</term> implementation of client side of the <term>telnet</term> protocol described in details in the <rfc num="854"/> and related RFCs (namely <rfc num="855"/>, <rfc num="857"/>, <rfc num="1091"/>, <rfc num="1073"/>, <rfc num="1572"/> and others). It uses <term>Win32</term> console and, therefore, can be run both windowed and in fullscreen mode.</p> | 5 | <p><kin>KINSole</kin> is our <term>Win32</term> implementation of client side of the <term>telnet</term> protocol described in details in the <rfc num="854"/> and related RFCs (namely <rfc num="855"/>, <rfc num="857"/>, <rfc num="1091"/>, <rfc num="1073"/>, <rfc num="1572"/> and others). It uses <term>Win32</term> console and, therefore, can be run both windowed and in fullscreen mode.</p> |
6 | <p/> | 6 | <p/> |
7 | <p><b><i>Enjoy!</i></b></p> | 7 | <p><b><i>Enjoy!</i></b></p> |
8 | <license years="1998-2004"/> | 8 | <license years="1998-2005"/> |
9 | <credits/> | 9 | <credits/> |
10 | </topic> | 10 | </topic> |
11 | <topic id="News" title="What's new"> | 11 | <topic id="News" title="What's new"> |
12 | <heading scroll="no">What's New</heading> | 12 | <heading scroll="no">What's New</heading> |
13 | <newsfor version="1.1.1" date="August 6th, 2005"> | ||
14 | <ni>Fixed uninstall procedure so that it works on XP</ni> | ||
15 | </newsfor> | ||
13 | <newsfor version="1.1" date="July 11th, 2004"> | 16 | <newsfor version="1.1" date="July 11th, 2004"> |
14 | <ni>No changes in code. License change.</ni> | 17 | <ni>No changes in code. License change.</ni> |
15 | </newsfor> | 18 | </newsfor> |
16 | <newsfor version="1.00 Beta 2" date="March 7th, 1998"> | 19 | <newsfor version="1.00 Beta 2" date="March 7th, 1998"> |
17 | <ni>Better copying from <kin>KINSole</kin> window.</ni> | 20 | <ni>Better copying from <kin>KINSole</kin> window.</ni> |
18 | <ni>Better handling of cursor position when resizing window.</ni> | 21 | <ni>Better handling of cursor position when resizing window.</ni> |
19 | <ni>Sending <b>CR/LF</b> pair when pressing <b>ENTER</b>. This is of help when telnetting to non-telnet ports.</ni> | 22 | <ni>Sending <b>CR/LF</b> pair when pressing <b>ENTER</b>. This is of help when telnetting to non-telnet ports.</ni> |
20 | <ni>Corrected bug, preventing <kin>KINSole</kin> from pasting text to remote twice.</ni> | 23 | <ni>Corrected bug, preventing <kin>KINSole</kin> from pasting text to remote twice.</ni> |
21 | <ni>Improved handling of echoing. Previously <kin>KINSole</kin> didn't turn echo off on some systems, namely <b>Solaris</b>.</ni> | 24 | <ni>Improved handling of echoing. Previously <kin>KINSole</kin> didn't turn echo off on some systems, namely <b>Solaris</b>.</ni> |
22 | <ni>Typo causing <kin>KINSole</kin> not to show diamond characters in <b>VT10x</b> mode corrected.</ni> | 25 | <ni>Typo causing <kin>KINSole</kin> not to show diamond characters in <b>VT10x</b> mode corrected.</ni> |
23 | <ni><b>GPF</b> when invoking <kin>KINSole</kin> with <b>-t</b> option fixed.</ni> | 26 | <ni><b>GPF</b> when invoking <kin>KINSole</kin> with <b>-t</b> option fixed.</ni> |
24 | <ni>Hotkey (<b>Alt-INS</b>) for copy operation added. Not supposed to work under <product>Windows NT</product>.</ni> | 27 | <ni>Hotkey (<b>Alt-INS</b>) for copy operation added. Not supposed to work under <product>Windows NT</product>.</ni> |
25 | <ni><b>Paste</b> is made aware of local echoing.</ni> | 28 | <ni><b>Paste</b> is made aware of local echoing.</ni> |
26 | <ni>Default terminal type when telnetting to non-telnet port is now <b>TTY</b>.</ni> | 29 | <ni>Default terminal type when telnetting to non-telnet port is now <b>TTY</b>.</ni> |
27 | <ni><b>Timing Mark</b> telnet option (<rfc num="860"/>) implemented (<b>Alt-T</b>).</ni> | 30 | <ni><b>Timing Mark</b> telnet option (<rfc num="860"/>) implemented (<b>Alt-T</b>).</ni> |
28 | <ni>Improved handling of window icon when starting from other <term>Win32</term> command line application.</ni> | 31 | <ni>Improved handling of window icon when starting from other <term>Win32</term> command line application.</ni> |
29 | </newsfor> | 32 | </newsfor> |
30 | </topic> | 33 | </topic> |
31 | <topic id="Using" title="Using KINSole"> | 34 | <topic id="Using" title="Using KINSole"> |
32 | <heading scroll="no">Using <kin>KINSole</kin></heading> | 35 | <heading scroll="no">Using <kin>KINSole</kin></heading> |
33 | <p>You may run <kin>KINSole</kin> from your MS-DOS prompt by typing '<i>kinsole host port</i>'.</p> | 36 | <p>You may run <kin>KINSole</kin> from your MS-DOS prompt by typing '<i>kinsole host port</i>'.</p> |
34 | <p>If you need to know more about custom options, please proceed to the <a href="#CmdOptions">Command Line Options</a> section.</p> | 37 | <p>If you need to know more about custom options, please proceed to the <a href="#CmdOptions">Command Line Options</a> section.</p> |
35 | </topic> | 38 | </topic> |
36 | <topic id="CmdOptions" title="Command Line Options"> | 39 | <topic id="CmdOptions" title="Command Line Options"> |