Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWade Brainerd <wadetb@gmail.com>2009-09-16 03:28:34 (GMT)
committer Wade Brainerd <wadetb@gmail.com>2009-09-16 03:28:34 (GMT)
commitb5ca82bf47bb68ee2db9a03529fb772aae0826e5 (patch)
treedec2a749b4580144fb06fcbf2e2a78aadb93c6d6
parentfc3d0ad67c2421b35bbf5b19eea86b784fd1ac00 (diff)
Add lesson directory README.
-rw-r--r--lessons/README28
1 files changed, 28 insertions, 0 deletions
diff --git a/lessons/README b/lessons/README
new file mode 100644
index 0000000..f99f142
--- /dev/null
+++ b/lessons/README
@@ -0,0 +1,28 @@
+Lesson Directory README
+=======================
+
+When Typing Turtle starts a new Journal instance, it looks in this directory
+for the lesson data.
+
+It takes the current language code, for example en_US or ne_NP, and tries to
+load the lessons from a file xx_YY.lessons. If it fails, it defaults to
+en_US.lessons.
+
+Updating the lessons in the Activity Bundle
+===========================================
+
+By adding or modifying files in this directory, you can change the lessons
+that are built into Typing Turtle, and add custom lessons for additional
+languages.
+
+First, create your lessons using the Typing Turtle Lesson Editor. Export them
+to the Journal using the Export Lessons to Journal button.
+
+At the Terminal, change directory to TypingTurtle.activity/lessons and run:
+
+copy-from-journal -q Exported lesson-data
+mv lesson-data en_US.lessons
+
+Replace en_US.lessons with the lessons file you wish to create or update.
+
+Contact wadetb@gmail.com with any questions.