Karma/Bundle layout: Difference between revisions

BryanWB (talk | contribs)
BryanWB (talk | contribs)
 
(3 intermediate revisions by the same user not shown)
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, audio, and text common to karma.html, examples, and the lessons )
     assets/                        ( images, audio, and text common to karma.html, examples, and the lessons for the launch page for all lessons )
           image/
           image/
           audio/
           audio/
Line 17: Line 17:
                     audio/
                     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/
     css/                           ( css/ and js/ contain the code common to all examples, lessons )
   
     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 )
     docs/
     docs/
Line 25: Line 23:
     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 )
    lessons/                        ( this is the workspace for creating new Karma lessons )
    package.json                    describes this package as a [http://narwhaljs.org/packages-howto.html commonjs package]
    po/                            Store
     README
     README
     tests/                          unit tests
     tests/                          unit tests
Line 98: Line 93:
               css/
               css/
                     lesson.css
                     lesson.css
              docs/
               index.html            
                      activity text
                      lesson plan
                      teachers note     
               index.html              
               js/
               js/
                   lesson.js      main logic of program
                   lesson.js      main logic of program
               
              kDoc.html  (viewer for lesson plan and teacher's Note)
               tests/            unit tests if u have them
               lessonPlan.html
                    assets/
              teachersNote.html
                    index.html
              start.html     (start page)
                    js/
           
 


*Notes:
*Notes: