Changes

Line 8: Line 8:  
* 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
   −
+
 
 +
    assets/                        ( images, sounds, and text common to karma.html, examples, and the lessons )
 +
          default/
 +
                  images/
 +
                  sounds/
 +
          locale_name/
 +
                    images/           
 +
                    locale_name.json  ( karma actually needs the .po file to be converted to .json )
 +
                    sounds/
 
     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 )
 
     ChangeLog                       
 
     ChangeLog                       
Line 16: Line 24:  
     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                          ( This is a shell script that launches utils/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 )
 
                                       it is inspired partly by rails and [http://docs.djangoproject.com/en/dev/ref/django-admin/ django-admin] administrative scripts )
 
     kindex.html                      ( The starting page for accessing Karma lessons, should include links to the examples )
 
     kindex.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/ )
   
     lessons/                        ( this is the workspace for creating new Karma lessons )
 
     lessons/                        ( this is the workspace for creating new Karma lessons )
    assets/                        ( images, sounds, and text common to karma.html, examples, and the lessons )
  −
          default/
  −
                  images/
  −
                  sounds/
  −
          locale_name/
  −
                    images/           
  −
                    locale_name.json  ( karma actually needs the .po file to be converted to .json )
  −
                    sounds/
   
     NEWS                            ( List of important changes to this package indexed by version )
 
     NEWS                            ( List of important changes to this package indexed by version )
 
     po/  
 
     po/  
Line 34: Line 33:  
     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 )
 
           bin/
 
           bin/
 +
          browser/                        ( An html5-capable browser that can be used to create sugar .xo bundle )
 +
          karma.js                        ( The main utility script for karma, all it dependencies live in utils/ )
 
           packages/
 
           packages/
          platform/                        ( An html5-capable browser that can be used to create sugar .xo bundle )
   
           tests/
 
           tests/
  
359

edits