aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-06-08 21:41:15 +1000
committerDavid Walter Seikel2014-06-08 21:41:15 +1000
commite94917dc3c2c1b0ae6ac56bdf60a39a330da0662 (patch)
tree2106a00200cd09007a6320ce89326e0ee187aeab
downloadtoyboxInstaller-e94917dc3c2c1b0ae6ac56bdf60a39a330da0662.zip
toyboxInstaller-e94917dc3c2c1b0ae6ac56bdf60a39a330da0662.tar.gz
toyboxInstaller-e94917dc3c2c1b0ae6ac56bdf60a39a330da0662.tar.bz2
toyboxInstaller-e94917dc3c2c1b0ae6ac56bdf60a39a330da0662.tar.xz
Initial commit, so just the README.
-rw-r--r--README51
1 files changed, 51 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..e9b5dc8
--- /dev/null
+++ b/README
@@ -0,0 +1,51 @@
1This is an Android installer for Rob Landley's toybox.
2
3http://landley.net/code/toybox/
4
5
6Design.
7=======
8
9My initial design thoughts are to download a recent binary of toybox
10from Rob's web site that is suitable for what ever CPU we are running
11on.
12
13http://landley.net/code/toybox/bin/
14
15Then provide a list of the folders in the current PATH, so the user can
16select where to install it. Likely root will be needed, though I think
17there are non root ways of running things like toybox. I dunno yet if
18access to the PATH is possible, or the CPU type. We shall see.
19
20A fall back option is to use some sort of directory picker.
21
22
23About the logo.
24===============
25
26After some discussion on the mailing list about a suitable logo, Rob
27mentioned that he would love to get the rights to use the image from -
28
29http://www.dorodango.com/about.html
30
31Bruce Gardner was gracious enough to give us the rights to use that
32image for the toybox logo. So the Placitas_Green_pillow.jpg image, and
33all derivations of it, are used with permission from Bruce Gardner.
34Thank you Bruce.
35
36
37Authors.
38========
39
40Rob Landley is the creator and maintainer of toybox, and many people
41have contributed to toybox (see details on the toybox website above).
42
43David Seikel is the author of this toyboxInstaller app for Android.
44
45
46License.
47========
48
49ToyboxInstaller is licensed under the same BSD style license that toybox
50is licensed under. See the toybox web site above for details.
51