Mercurial > 510Connectbot
comparison help/About.html.in @ 360:7eb24880b111
add help files to the web documentation
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 04 Aug 2014 08:10:12 -0700 |
parents | |
children | 162c001c8142 |
comparison
equal
deleted
inserted
replaced
359:93621e963303 | 360:7eb24880b111 |
---|---|
1 <h2>510ConnectBot</h2> | |
2 | |
3 <p>Copyright © 2014 Carl Byington | |
4 <carl@five-ten-sg.com></p> | |
5 | |
6 <p>This is an enhanced version of the popular open-source telnet and | |
7 secure shell (SSH) client ConnectBot. It now includes tn5250 emulation.</p> | |
8 | |
9 <p>It is licensed under | |
10 the <a href="http://www.gnu.org/licenses/gpl-3.0.txt">GPLv3 or later | |
11 license</a>.</p> | |
12 | |
13 <p>The complete source code for this application is available at | |
14 <a href="http://www.five-ten-sg.com/510Connectbot"></a>http://www.five-ten-sg.com/510Connectbot</p> | |
15 | |
16 <h2>Credits</h2> | |
17 | |
18 <p> | |
19 This software is based on VX Connectbot provided under the Apache | |
20 License, Version 2.0. Copyright © 2012 Martin Matuska | |
21 <a href="http://connectbot.vx.sk">http://connectbot.vx.sk</a> | |
22 </p> | |
23 | |
24 <p> | |
25 Based on Irssiconnectbot provided under the Apache License, Version | |
26 2.0. Copyright © 2013 Iiro Uusitalo and Ville Kerminen | |
27 <a href="https://github.com/irssiconnectbot/irssiconnectbot">https://github.com/irssiconnectbot/irssiconnectbot</a> | |
28 </p> | |
29 | |
30 <p> | |
31 Based on ConnectBot provided under the Apache License, Version | |
32 2.0. Copyright © 2007-2008 Kenny Root | |
33 <a href="http://the-b.org">http://the-b.org</a> and Jeffrey Sharkey <a href="http://jsharkey.org">http://jsharkey.org</a> | |
34 </p> | |
35 | |
36 <p> | |
37 Based on the Ganymed SSH2 client provided under a BSD-style | |
38 license. Copyright © 2005 - 2006 Swiss Federal Institute of | |
39 Technology (ETH Zurich), Department of Computer | |
40 Science <a href="http://www.inf.ethz.ch">http://www.inf.ethz.ch</a>, | |
41 Christian Plattner. Copyright © 2006 - 2013 Christian Plattner. | |
42 <a href="http://code.google.com/p/ganymed-ssh-2/">http://code.google.com/p/ganymed-ssh-2/</a> | |
43 The Java implementations of the AES, Blowfish and 3DES ciphers have been | |
44 taken (and slightly modified) from the cryptography package released by | |
45 "The Legion Of The Bouncy Castle". | |
46 Copyright © 2000 - 2004 The Legion Of The Bouncy Castle | |
47 <a href="http://www.bouncycastle.org">http://www.bouncycastle.org</a> | |
48 The following disclaimer applies: | |
49 </p> | |
50 | |
51 <p> | |
52 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" | |
53 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | |
54 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | |
55 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE | |
56 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR | |
57 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | |
58 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS | |
59 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN | |
60 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | |
61 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |
62 POSSIBILITY OF SUCH DAMAGE. | |
63 </p> | |
64 | |
65 <p> | |
66 Based on JTA Telnet/SSH client provided under the GPLv2 license. | |
67 Copyright © 1996-2005 Matthias L. Jugel and Marcus | |
68 Meiner <a href="http://www.javassh.org">http://www.javassh.org</a> | |
69 </p> | |
70 | |
71 <p> | |
72 Based on TN5250J terminal emulator provided under the GPLv2 | |
73 license. Copyright © 2001 Kenneth J. Pouncey. | |
74 <a href="http://tn5250j.sourceforge.net"></a>http://tn5250j.sourceforge.net | |
75 </p> | |
76 | |
77 <p> | |
78 Includes the JSOCKS library, provided under the GNU LGPL | |
79 license. <a href="http://jsocks.sourceforge.net">http://jsocks.sourceforge.net</a> | |
80 </p> | |
81 | |
82 <p> | |
83 Includes JZlib provided under a BSD-style license. Copyright © | |
84 2000-2004 JCraft, Inc. | |
85 <a href="http://www.jcraft.com">http://www.jcraft.com</a> | |
86 </p> | |
87 | |
88 <p> | |
89 Includes the ssh-agent service developed by Roberto Tyley | |
90 <a href="https://github.com/rtyley">https://github.com/rtyley</a> | |
91 </p> | |
92 | |
93 <p> | |
94 SCP file transfer support is based on | |
95 <a href="https://github.com/staktrace/connectbot/commits/filetransfer">https://github.com/staktrace/connectbot/commits/filetransfer</a> | |
96 modifications by Kartikaya Gupta. | |
97 </p> | |
98 | |
99 <p> | |
100 Internal file selection dialog is based on | |
101 <a href="http://code.google.com/p/android-file-dialog">http://code.google.com/p/android-file-dialog</a> Android File | |
102 Dialog by Alexander Ponomarev, provided under a BSD-style | |
103 license. | |
104 </p> |