Karma/Bundle layout: Difference between revisions
No edit summary |
|||
| Line 9: | Line 9: | ||
ROOT/ ( ROOT is not actually a directory name, it just labels the top-level of this package ) | ROOT/ ( ROOT is not actually a directory name, it just labels the top-level of this package ) | ||
assets/ ( images, | assets/ ( images, audio, and text common to karma.html, examples, and the lessons ) | ||
image/ | |||
audio/ | |||
locale_name/ | locale_name/ | ||
image/ | |||
locale_name.json ( karma actually needs the .po file to be converted to .json ) | locale_name.json ( karma actually needs the .po file to be converted to .json ) | ||
audio/ | |||
AUTHORS ( Should include names of everyone that has contributed to Karma main package ) | AUTHORS ( Should include names of everyone that has contributed to Karma main package ) | ||
bin/ | bin/ | ||
| Line 29: | Line 29: | ||
po/ Store | po/ Store | ||
README | README | ||
tests/ unit tests | tests/ unit tests | ||
== Karma XO bundle == | == Karma XO bundle == | ||