Karma/Bundle layout: Difference between revisions

BryanWB (talk | contribs)
No edit summary
BryanWB (talk | contribs)
No edit summary
Line 5: Line 5:
This is what is contained in the repository at http://git.sugarlabs.org/projects/karma/
This is what is contained in the repository at http://git.sugarlabs.org/projects/karma/


* similar to E-Paath layout
* Includes script for Karma activity generation, xo bundle generation
* script for Karma activity generation, xo bundle generation
* includes "platform" files, i.e. a basic html5-capable browser that can be used to create an xo bundle
* includes "platform" files, i.e. a basic html5-capable browser that can be used to create an xo bundle


Line 18: Line 17:
     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                          # This is a shell script that launches karma.js, it just checks if you have java installed so you can run karma.js  
                                        # it is inspired partly by rails and [http://docs.djangoproject.com/en/dev/ref/django-admin/ django-admin] administrative scripts
     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/
Line 24: Line 24:
           default/
           default/
                   images/
                   images/
                   karma.pot
                   karma.pot      
                   sounds/
                   sounds/
           locale_name/
           locale_name/
Line 35: Line 35:
     README
     README
     utils/                          # The [http://www.narwhaljs.org/ narwhal] command-line interpreter for javascript and other utility scripts used by karma.js
     utils/                          # The [http://www.narwhaljs.org/ narwhal] command-line interpreter for javascript and other utility scripts used by karma.js
== Karma XO bundle ==
* similar to E-Paath layout


== Karma lesson bundle ==
== Karma lesson bundle ==