summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2014-03-30 15:48:26 -0400
committerAlex Xu <alex_y_xu@yahoo.ca>2014-03-30 15:48:26 -0400
commitce0aa24956f4c45f23d49f43f740c386734cb45b (patch)
tree9eb27e4e8af8ad6b80f19ba1559323e3a6182c3e /docs
parent6047798267b858a76f754642fa276f8cb06965f5 (diff)
downloadhtml5ks-ce0aa24956f4c45f23d49f43f740c386734cb45b.tar.xz
html5ks-ce0aa24956f4c45f23d49f43f740c386734cb45b.zip
more misc
Diffstat (limited to 'docs')
-rw-r--r--docs/architecture.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/architecture.txt b/docs/architecture.txt
index d6f7612..d2d5d16 100644
--- a/docs/architecture.txt
+++ b/docs/architecture.txt
@@ -1,14 +1,14 @@
This is an overview of the layout of the code.
-unrpyc/ decompiles rpyc from the distribution to JSON so that it can be parsed
-with JSON.parse.
+ast2json/ decompiles rpyc from the distribution to JSON so that it can be parsed
+with JSON.parse on the client side.
js/html5ks.js is the main entry point; this initializes the code then calls
the init function in the submodules. It also manages transforms to fit the
container to the window.
js/imachine.js interprets instructions from imachine.json to jump to scenes,
-play videos, select branches as appropriate based on choices.
+play videos, and select branches as appropriate based on choices.
js/api.js effectively runs script.json, dispatching commands to functions
which operate on the DOM.