Karma/Bundle layout: Difference between revisions
| Line 12: | Line 12: | ||
ChangeLog | ChangeLog | ||
COPYING # Licensing information, should default to MIT License ? how distinguish b/w code licensing and content licensing | COPYING # Licensing information, should default to MIT License ? how distinguish b/w code licensing and content licensing | ||
css/ # css/ and js/ contain the code common to all examples, lessons, and karma.html | css/ # css/ and js/ contain the code common to all examples, lessons, and karma.html | ||
examples/ # working examples of karma lessons | examples/ # working examples of karma lessons | ||
js/ # css/ and js/ contain the code common to all examples, lessons, and karma.html | js/ # css/ and js/ contain the code common to all examples, lessons, and karma.html | ||
INSTALL | INSTALL | ||
karma # This is a shell script that launches karma.js, it just checks if you have java installed so you can run karma.js | |||
karma.html # The starting page for accessing Karma lessons, should include links to the examples | karma.html # The starting page for accessing Karma lessons, should include links to the examples | ||
karma.js # The main utility script for karma, all it dependencies live in utils/ | karma.js # The main utility script for karma, all it dependencies live in utils/ | ||
lessons/ # this is the workspace for creating new Karma lessons | lessons/ # this is the workspace for creating new Karma lessons | ||
locale/ | locale/ # images, sounds, and text common to karma.html, examples, and the lessons | ||
default/ | default/ | ||
images/ | images/ | ||
| Line 27: | Line 26: | ||
sounds/ | sounds/ | ||
locale_name/ | locale_name/ | ||
images/ | images/ | ||
locale_name.json | locale_name.json # karma actually needs the .po file to be converted to .json | ||
locale_name.po | locale_name.po | ||
sounds/ | sounds/ | ||