Karma/Bundle layout: Difference between revisions

BryanWB (talk | contribs)
BryanWB (talk | contribs)
No edit summary
Line 17: Line 17:
                     sounds/
                     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 )
     chakra/                         ( for all sub-pages of the chakra, e.g. grade1.html )
     bin/
    ChangeLog                     
   
    css/                            ( css/ and js/ contain the code common to all examples, lessons, and karma.html )
     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 )
     docs/
     examples/                      ( working examples of karma lessons )
     examples/                      ( working examples of karma lessons )
     index.html                    ( The starting page for accessing Karma lessons, should include links to the examples, known as the CHAKRA )
     index.html                    ( The starting page for accessing Karma lessons, should include links to the examples, known as the CHAKRA )
     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 )
    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 )
     lessons/                        ( this is the workspace for creating new Karma lessons )
     lessons/                        ( this is the workspace for creating new Karma lessons )
     NEWS                            ( List of important changes to this package indexed by version )
     package.json                    describes this package as a [http://narwhaljs.org/packages-howto.html commonjs package]
     po/  
     po/                             Store
     README
     README
     utils/                           ( The [http://www.narwhaljs.org/ narwhal] command-line interpreter for javascript and other utility scripts used by karma.js )
     tests/                         unit tests                  
          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/
          tests/


== Karma XO bundle ==
== Karma XO bundle ==