Mercurial > 510Connectbot
annotate assets/help/About.html @ 148:69333ca1563c
add ptt button p2 preference
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sun, 22 Jun 2014 13:02:36 -0700 |
parents | accf93be8c12 |
children | 9904642c319e |
rev | line source |
---|---|
0 | 1 <html> |
2 <head><meta http-equiv="content-type" content="text/html; charset=utf-8" /></head> | |
3 <body bgcolor="#000000" text="#FFFFFF" link="#00FFFF"> | |
4 | |
5 <h2>510 ConnectBot</h2> | |
6 | |
7 <p>Copyright © 2014 Carl Byington | |
8 <carl@five-ten-sg.com></p> | |
9 | |
10 <p>This is an enhanced version of the popular open-source telnet and | |
73
accf93be8c12
update documentation; use xterm-256color as default terminal type
Carl Byington <carl@five-ten-sg.com>
parents:
0
diff
changeset
|
11 secure shell (SSH) client ConnectBot. It now includes tn5250 emulation.</p> |
0 | 12 |
13 <p>It is licensed under | |
14 the <a href="http://www.gnu.org/licenses/gpl-3.0.txt">GPLv3 or later | |
15 license</a>.</p> | |
16 | |
17 <p>The complete source code for this application is available at | |
18 <a href="http://www.five-ten-sg.com/510Connectbot"></a>http://www.five-ten-sg.com/510Connectbot</p> | |
19 | |
20 <h2>Credits</h2> | |
21 | |
22 <p> | |
23 This software is based on VX Connectbot provided under the Apache | |
24 License, Version 2.0. Copyright © 2012 Martin Matuska | |
25 <a href="http://connectbot.vx.sk">http://connectbot.vx.sk</a> | |
26 </p> | |
27 | |
28 <p> | |
29 Based on Irssiconnectbot provided under the Apache License, Version | |
30 2.0. Copyright © 2013 Iiro Uusitalo and Ville Kerminen | |
31 <a href="https://github.com/irssiconnectbot/irssiconnectbot">https://github.com/irssiconnectbot/irssiconnectbot</a> | |
32 </p> | |
33 | |
34 <p> | |
35 Based on ConnectBot provided under the Apache License, Version | |
36 2.0. Copyright © 2007-2008 Kenny Root | |
37 <a href="http://the-b.org">http://the-b.org</a> and Jeffrey Sharkey <a href="http://jsharkey.org">http://jsharkey.org</a> | |
38 </p> | |
39 | |
40 <p> | |
41 Based on the Trilead SSH2 client provided under a BSD-style | |
42 license. Copyright © 2007 Trilead | |
43 AG <a href="http://www.trilead.com">http://www.trilead.com</a> | |
44 </p> | |
45 | |
46 <p> | |
47 Based on JTA Telnet/SSH client provided under the GPLv2 license. | |
48 Copyright © 1996-2005 Matthias L. Jugel and Marcus | |
49 Meiner <a href="http://www.javassh.org">http://www.javassh.org</a> | |
50 </p> | |
51 | |
52 <p> | |
73
accf93be8c12
update documentation; use xterm-256color as default terminal type
Carl Byington <carl@five-ten-sg.com>
parents:
0
diff
changeset
|
53 Based on TN5250J terminal emulator provided under the GPLv2 |
accf93be8c12
update documentation; use xterm-256color as default terminal type
Carl Byington <carl@five-ten-sg.com>
parents:
0
diff
changeset
|
54 license. Copyright © 2001 Kenneth J. Pouncey. |
accf93be8c12
update documentation; use xterm-256color as default terminal type
Carl Byington <carl@five-ten-sg.com>
parents:
0
diff
changeset
|
55 <a href="http://tn5250j.sourceforge.net"></a>http://tn5250j.sourceforge.net |
accf93be8c12
update documentation; use xterm-256color as default terminal type
Carl Byington <carl@five-ten-sg.com>
parents:
0
diff
changeset
|
56 </p> |
accf93be8c12
update documentation; use xterm-256color as default terminal type
Carl Byington <carl@five-ten-sg.com>
parents:
0
diff
changeset
|
57 |
accf93be8c12
update documentation; use xterm-256color as default terminal type
Carl Byington <carl@five-ten-sg.com>
parents:
0
diff
changeset
|
58 <p> |
0 | 59 Includes the JSOCKS library, provided under the GNU LGPL |
60 license. <a href="http://jsocks.sourceforge.net">http://jsocks.sourceforge.net</a> | |
61 </p> | |
62 | |
63 <p> | |
64 Includes JZlib provided under a BSD-style license. Copyright © | |
65 2000-2004 JCraft, Inc. | |
66 <a href="http://www.jcraft.com">http://www.jcraft.com</a> | |
67 </p> | |
68 | |
69 <p> | |
70 Includes the ssh-agent service developed by Roberto Tyley | |
71 <a href="https://github.com/rtyley">https://github.com/rtyley</a> | |
72 </p> | |
73 | |
74 <p> | |
75 SCP file transfer support is based on | |
76 <a href="https://github.com/staktrace/connectbot/commits/filetransfer">https://github.com/staktrace/connectbot/commits/filetransfer</a> | |
77 modifications by Kartikaya Gupta. | |
78 </p> | |
79 | |
80 <p> | |
81 Internal file selection dialog is based on | |
82 <a href="http://code.google.com/p/android-file-dialog">http://code.google.com/p/android-file-dialog</a> Android File | |
83 Dialog by Alexander Ponomarev, provided under a BSD-style | |
84 license. | |
85 </p> | |
86 | |
87 </body></html> |