From: <ro...@gm...> - 2001-02-12 02:22:50
|
Hi! Just an Idea to split up the core-dynapi and all the extensions,=20 widgets... everybody is writing: we should add a contrib directory to src/lib/dynapi where everybody can=20 add his own dir so for example I would add my fixedanim.js extensions to=20 src/lib/dynapi/contrib/robelix/util/fixedanim.js Why? - the core should not be overloaded - everybody can upload his stuff without conflicting the work of others - future releases could easiely be split into core and contrib packages What do you think? Roland P.S. if you want to know what my fixedanim.js will be (not finished so far,=20 I guess in about a week) It's for effects like those on my homepage: http://www.robelix.com (it's done with dynapi1 - but I'm going to upgrade soon) |
From: Robert R. <rra...@ya...> - 2001-02-12 03:41:48
|
There's no need for a contrib directory. People that write there own widgets should create there own packages though. Thats why the addPackage methods are available. So you would do like this: lib/ dynapi api gui ... robsapi gui util ... -- // Robert Rainwater On 2/11/2001, 9:11:32 PM EST, robelix wrote about "[Dynapi-Dev] Idea: expanding the dir-structure": > Hi! > Just an Idea to split up the core-dynapi and all the extensions, > widgets... everybody is writing: > we should add a contrib directory to src/lib/dynapi where everybody can > add his own dir > so for example I would add my fixedanim.js extensions to > src/lib/dynapi/contrib/robelix/util/fixedanim.js > Why? > - the core should not be overloaded > - everybody can upload his stuff without conflicting the work of others > - future releases could easiely be split into core and contrib packages > What do you think? > Roland > P.S. > if you want to know what my fixedanim.js will be (not finished so far, > I guess in about a week) > It's for effects like those on my homepage: > http://www.robelix.com > (it's done with dynapi1 - but I'm going to upgrade soon) > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev ---------------------- DynAPI Snapshots: http://dynapi.sourceforge.net/snapshot/ DynAPI Homepage: http://dynapi.sourceforge.net/ |
From: Richard B. <ma...@ri...> - 2001-02-12 03:49:44
|
I'll be applying this system when I update my site, to avoid further confusion. Cheers, Richard Bennett ma...@ri... www.richardinfo.com (Everything running on, and ported to the 19/12/2000 snapshot of DynAPI2) ----- Original Message ----- From: "Robert Rainwater" <rra...@ya...> To: "DynAPI Development List" <dyn...@li...> Sent: Monday, February 12, 2001 4:43 AM Subject: Re: [Dynapi-Dev] Idea: expanding the dir-structure > > There's no need for a contrib directory. People that write there own > widgets should create there own packages though. Thats why the > addPackage methods are available. So you would do like this: > > lib/ > dynapi > api > gui > ... > robsapi > gui > util > ... > > > > -- > // Robert Rainwater > > On 2/11/2001, 9:11:32 PM EST, robelix wrote about "[Dynapi-Dev] Idea: expanding the dir-structure": > > > Hi! > > > Just an Idea to split up the core-dynapi and all the extensions, > > widgets... everybody is writing: > > > we should add a contrib directory to src/lib/dynapi where everybody can > > add his own dir > > > so for example I would add my fixedanim.js extensions to > > src/lib/dynapi/contrib/robelix/util/fixedanim.js > > > Why? > > > - the core should not be overloaded > > - everybody can upload his stuff without conflicting the work of others > > - future releases could easiely be split into core and contrib packages > > > What do you think? > > > > Roland > > > P.S. > > if you want to know what my fixedanim.js will be (not finished so far, > > I guess in about a week) > > It's for effects like those on my homepage: > > > http://www.robelix.com > > > (it's done with dynapi1 - but I'm going to upgrade soon) > > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > > > ---------------------- > DynAPI Snapshots: http://dynapi.sourceforge.net/snapshot/ > DynAPI Homepage: http://dynapi.sourceforge.net/ > > > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > ____________________________________________________________ > Get your free domain name and domain-based e-mail from > Namezero.com. New! Namezero Plus domains now available. > Find out more at: http://www.namezero.com > |