diff options
author | onefang | 2020-03-16 14:41:55 +1000 |
---|---|---|
committer | onefang | 2020-03-16 14:41:55 +1000 |
commit | 149c8468c1c1cb7b81b3b7cbe9b4bba286ea94f0 (patch) | |
tree | c0ac88f20cc1701707959da76ce9ff066c260e61 /src/boxes/README | |
parent | Ignorance is bliss. (diff) | |
download | opensim-SC_OLD-149c8468c1c1cb7b81b3b7cbe9b4bba286ea94f0.zip opensim-SC_OLD-149c8468c1c1cb7b81b3b7cbe9b4bba286ea94f0.tar.gz opensim-SC_OLD-149c8468c1c1cb7b81b3b7cbe9b4bba286ea94f0.tar.bz2 opensim-SC_OLD-149c8468c1c1cb7b81b3b7cbe9b4bba286ea94f0.tar.xz |
Toybox can't cope with a lack of a README, but gives you cryptic errors.
Wasted a whole fucking day on this.
Diffstat (limited to 'src/boxes/README')
-rw-r--r-- | src/boxes/README | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/src/boxes/README b/src/boxes/README new file mode 100644 index 0000000..e01bb6b --- /dev/null +++ b/src/boxes/README | |||
@@ -0,0 +1,34 @@ | |||
1 | boxes | ||
2 | ===== | ||
3 | |||
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 | Toybox uses mecurial instead of git, but I keep all my stuff on github. | ||
27 | Boxes will hopefully be incorporated into toybox in a highly altered | ||
28 | form some day in the future. So this is just a temporary git repo for | ||
29 | my convenience. If and when boxes migrates to toybox, this repo will be | ||
30 | retired. | ||
31 | |||
32 | |||
33 | BTW, toybox REQUIRES a README file here, a README.md file isn't good | ||
34 | enough. | ||