Mercurial > 510Connectbot
comparison README.md @ 0:0ce5cc452d02
initial version
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 22 May 2014 10:41:19 -0700 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:0ce5cc452d02 |
---|---|
1 510 ConnectBot | |
2 | |
3 Copyright (c) 2014 Carl Byington <carl@five-ten-sg.com> | |
4 | |
5 Enhanced and properly relicensed under GPLv3 or later, since that is compatible | |
6 with major parts that are Apache2 and other parts that are GPLv2 or later. | |
7 | |
8 | |
9 VX ConnectBot | |
10 ========= | |
11 | |
12 Copyright (c) 2012 Martin Matuška <martin at matuska dot vx dot sk> | |
13 | |
14 ## Description | |
15 | |
16 VX ConnectBot is an enhanced version of the popular open-source telnet and secure shell (SSH) client ConnectBot. | |
17 | |
18 ## Features and enhancements | |
19 | |
20 - based on ConnectBot 1.7.1 | |
21 - background file transfer (SCP protocol) | |
22 - screen capture (save a PNG screenshot of the console) | |
23 - character picker dialog (on-screen and hardware SYM keys) | |
24 - single line input (on-screen key) | |
25 - tap-and-hold to toggle full screen mode or change font size | |
26 - tap-and hold on on-screen buttons with various manus | |
27 - ssh-agent from Roberto Tyley | |
28 - X11 forwarding support | |
29 | |
30 ### New key mappings: | |
31 | |
32 - ALT + Up Arrow maps to Page Up | |
33 - ALT + Down Arrow maps to Page Down | |
34 - ALT + Left Arrow maps to Home | |
35 - ALT + Right Arrow maps to End | |
36 - ALT + Backspace maps to Insert | |
37 - Search key maps to URL scan | |
38 | |
39 ## Device Customization | |
40 | |
41 VX ConnectBot aims to provide customizations for Android devices with a physical keyboard. | |
42 Currently, there are customizations for the following devices: | |
43 | |
44 - Full hardware keyboard (e.g. external bluetooth keyboard) | |
45 - ASUS Transformer Pad Series Mobile Dock | |
46 - Samsung Captivate Glide (SGH-i927) | |
47 - Sony Ericsson Xperia pro (MK16i) | |
48 - Sony Ericsson Xperia mini pro (SK17i) | |
49 | |
50 The following devices with physical keyboards are also reported to work properly: | |
51 - Motorola Droid 4 (XT894) | |
52 | |
53 Individual key mappings can be viewed [here](http://connectbot.vx.sk/customkeymap.html) | |
54 | |
55 ## License | |
56 | |
57 VX ConnectBot is licensed under the Apache License, Version 2.0 | |
58 | |
59 ## Download | |
60 | |
61 [VX Connectbot Homepage](http://connectbot.vx.sk) | |
62 | |
63 [VX Connectbot on Android Market](https://market.android.com/details?id=com.five_ten_sg.connectbot) | |
64 | |
65 ## Credits | |
66 | |
67 This software is based on [ConnectBot](http://code.google.com/p/connectbot/) | |
68 | |
69 ConnectBot Copyright (c) 2007-2011 [Kenny Root](http://the-b.org), [Jeffrey Sharkey](http://jsharkey.org) | |
70 | |
71 Based in part on the [Trilead SSH2 client](http://www.trilead.com), provided under a BSD-style license. Copyright (c) 2007 Trilead AG. | |
72 | |
73 Also based on [JTA Telnet/SSH client](http://www.javassh.org), provided under the GPLv2 license. Copyright (c) Matthias L. Jugel, Marcus Meiner 1996-2005. | |
74 | |
75 Also based in part on the [JSOCKS](http://jsocks.sourceforge.net) library, provided under the GNU LGPL license. (c) | |
76 | |
77 Also based in part on [JZlib](http://www.jcraft.com) provided under a BSD-style license. Copyright (c) JCraft, Inc., 2000-2004 | |
78 | |
79 This software includes modifications from [Irssiconnectbot](https://github.com/irssiconnectbot/irssiconnectbot) developed by Iiro Uusitalo and Ville Kerminen. | |
80 | |
81 This software includes the [ssh-agent](https://github.com/rtyley) service developed by Roberto Tyley. | |
82 | |
83 SCP file transfer support is badsed on [modifications](https://github.com/staktrace/connectbot/commits/filetransfer) by Kartikaya Gupta. | |
84 | |
85 Internal file selection dialog is based on [Android File Dialog](http://code.google.com/p/android-file-dialog/) by Alexander Ponomarev, provided under a BSD-style license. |