Re: [Sugar-devel] question about: Main Karma Package

2009-07-22 Thread Felipe López Toledo
>Exactly. the stuff common to all the lessons, like karma.css, jquery.js, >goes in the top-level directory > >so ROOT > js/ , css/ , karmaplatz.html, lessons/ > lessons > js/, css/ > >Does it seems like too much overhead to carry around the karmaplatz? I >figure that most of the time devs wil

Re: [Sugar-devel] question about: Main Karma Package

2009-07-22 Thread Christoph Derndorfer
Lucian, thanks a lot for raising that issue, it's certainly an aspect we hadn't considered! Cheers, Christoph 2009/7/22 Bryan Berry > that's a good point, we may end up just naming it index.html but > referring to the starting page as "the Chakra" > On Wed, 2009-07-22 at 12:59 +0100, Lucian Br

Re: [Sugar-devel] question about: Main Karma Package

2009-07-22 Thread Bryan Berry
that's a good point, we may end up just naming it index.html but referring to the starting page as "the Chakra" On Wed, 2009-07-22 at 12:59 +0100, Lucian Branescu wrote: > Now that I'm actually looking at the layout, I realise that you MUST > rename chakra.html/karmaplatz.html to index.html. > > I

Re: [Sugar-devel] question about: Main Karma Package

2009-07-22 Thread Lucian Branescu
Now that I'm actually looking at the layout, I realise that you MUST rename chakra.html/karmaplatz.html to index.html. If you host the karma bundle somewhere on a web server, when you go to the bundle ROOT path the server will try to serve index.html, because that's the default. Since it's not the

Re: [Sugar-devel] question about: Main Karma Package

2009-07-21 Thread Bryan Berry
On Tue, 2009-07-21 at 17:49 -0500, Felipe López Toledo wrote: > Hi Bryan. > > I have one question about > http://wiki.sugarlabs.org/go/Karma/Bundle_layout > I'm working with our new layout ;) > > until yesterday, each lesson could work independently. each lesson had > their own js files. > The b

[Sugar-devel] question about: Main Karma Package

2009-07-21 Thread Felipe López Toledo
Hi Bryan. I have one question about http://wiki.sugarlabs.org/go/Karma/Bundle_layout I'm working with our new layout ;) until yesterday, each lesson could work independently. each lesson had their own js files. The beauty of that way, was that you could take a specific lesson folder and put it ev