Reorganized README, added about, faq, and license
2 files changed, 14 lines added, 11 lines removed
Changes
--- README.md e90b209750ffa8bd15b07d9e943ce9510f2119ce
+++ README.md 52f282ae4531edbf158d5f1617adc4d7e9458c0a
@@ -1,20 +1,20 @@
-##What is koala?
- In short, its a nice little scripting language (and accompanying IDE) to
-provide a stepping stone for beginners and non-programmers. It addresses a
-number of issues encountered by newcomers in hopes that those newcomers won't
-be scared away by the big world of computers.
+##About
+In short, its a nice little scripting language (and accompanying IDE) to provide a stepping stone for beginners and non-programmers. It addresses a number of issues encountered by newcomers in hopes that those newcomers won't be scared away by the big world of computers.
-##How do I try it out?
- Koala is in very early stages of development, so there isn't much to look at
-yet. If you'd like to try a live demo without much hassle, visit
-[ http://kueblc.myrpi.org/koala ].
+##FAQ
+###How do I try it out?
+Beware as we are still in alpha (see below). Development builds are occasionally posted to [ http://kueblc.myrpi.org/koala ].
-##Where am I?
- Take a look at the map below!
+###Why doesn't _X_ work?
+The Koala Project is still in early development, known as alpha, so no guarantees. We will go beta once most of the core features are in place.
+###How can I contribute?
+You want to contribute? That's fantastic. I'm trying to develop better documentation (read PHILOSOPHY and TODO), but for the moment please contact me if you'd like to help out.
+
+###Where am I?
@@ -28,3 +28,6 @@
+
+##License
+The Koala Project is open sourced under GPL v3. See LICENSE for full text.