diff options
author | David Walter Seikel | 2012-09-06 12:53:15 +1000 |
---|---|---|
committer | David Walter Seikel | 2012-09-06 12:53:15 +1000 |
commit | f983cb225fb92bd91d232c71cd348349a3dd3fe7 (patch) | |
tree | ebd93ccc74f02e55d4f45057c6e410397db732ca | |
parent | Initial commit (diff) | |
download | boxes-f983cb225fb92bd91d232c71cd348349a3dd3fe7.zip boxes-f983cb225fb92bd91d232c71cd348349a3dd3fe7.tar.gz boxes-f983cb225fb92bd91d232c71cd348349a3dd3fe7.tar.bz2 boxes-f983cb225fb92bd91d232c71cd348349a3dd3fe7.tar.xz |
Fill out the readme.
-rw-r--r-- | README.md | 32 |
1 files changed, 31 insertions, 1 deletions
@@ -1,4 +1,34 @@ | |||
1 | boxes | 1 | boxes |
2 | ===== | 2 | ===== |
3 | 3 | ||
4 | A test bed for a generic editor / pager thingy for the toybox project. \ No newline at end of file | 4 | A test bed for a generic editor / pager thingy for the toybox project. |
5 | |||
6 | The toybox project is at http://www.landley.net/code/toybox/ and boxes | ||
7 | is covered by the same license that toybox is. Basically that's a two | ||
8 | clause BSD license, but see the LICENSE file from toybox for details. | ||
9 | |||
10 | This is a work in progress, proof of concept, playground, packaged up as | ||
11 | one big toy, to be self contained until the mess is cleaned up. This | ||
12 | "boxes" toy itself will go away, to be replaced by individual editor / | ||
13 | pager toys and library bits. Nothing is set in stone, lots of mess | ||
14 | inside, there's bugs, but at least it shows the general direction my | ||
15 | mind is wandering in. As a bonus, it actually works, you can edit | ||
16 | stuff. | ||
17 | |||
18 | Please don't actually include this in toybox. Just look at it and sneer | ||
19 | / giggle, depending on your nature. Drop it into the toys directory to | ||
20 | try it out, it's just one big toy. | ||
21 | |||
22 | If you want to see how it can be used to build specific editors, start | ||
23 | at the end and work backwards. Reading the lengthy comments at the | ||
24 | beginning would also be useful. | ||
25 | |||
26 | I've not even looked at it in the last month, just thought it was past | ||
27 | time to show the code. I'll get back to working on it when I can. | ||
28 | |||
29 | Toybox uses mecurial instead of git, but I keep all my stuff on github. | ||
30 | Boxes will hopefully be incorporated into toybox in a highly altered | ||
31 | form some day in the future. So this is just atemporary git repo for my | ||
32 | convenience. If and when boxes migrates to toybox, this repo will be | ||
33 | retired. | ||
34 | |||