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/ |