Karma/Bundle layout: Difference between revisions
No edit summary |
|||
| Line 11: | Line 11: | ||
AUTHORS | AUTHORS | ||
ChangeLog | ChangeLog | ||
COPYING | COPYING # Licensing information, should default to MIT License ? how distinguish b/w code licensing and content licensing | ||
css/ | css/ # css/ and js/ contain the code common to all examples, lessons, and karma.html | ||
examples/ | examples/ # working examples of karma lessons | ||
js/ | js/ | ||
INSTALL | INSTALL | ||
karma.html | karma.html # The starting page for accessing Karma lessons, should include links to the examples | ||
karma.sh | karma.sh # This script launches karma.js, essentially it just checks if you have java installed so you can run karma.js (which depends on java) | ||
karma.js | karma.js # The main utility script for karma, all it dependencies live in utils/ | ||
lessons/ | lessons/ # this is the workspace for creating new Karma lessons | ||
locale/ | locale/ | ||
default/ | default/ | ||
| Line 32: | Line 32: | ||
NEWS | NEWS | ||
platform/ # An html5-capable browser that can be used to create sugar .xo bundle | platform/ # An html5-capable browser that can be used to create sugar .xo bundle | ||
README | |||
utils/ | utils/ | ||