Karma/Bundle layout: Difference between revisions
| Line 9: | Line 9: | ||
AUTHORS | AUTHORS # Should include names of everyone that has contributed to KarmaBuilder | ||
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/ | js/ # css/ and js/ contain the code common to all examples, lessons, and karma.html | ||
INSTALL | INSTALL | ||
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.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.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) | ||
| Line 30: | Line 30: | ||
locale_name.po | locale_name.po | ||
sounds/ | sounds/ | ||
NEWS | NEWS # List of important changes to this package indexed by version | ||
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 | README | ||
utils/ | utils/ # The [http://www.narwhaljs.org/ narwhal] command-line interpreter for javascript and other utility scripts used by karma.js | ||
== Karma lesson bundle == | == Karma lesson bundle == | ||