Kevin Dangoor wrote: > > My thought is that the core package will include the functionality > needed for a large portion of webapps. i18n, identity and widgets all > fit this description. The feed generation code that Elvelind wrote is > probably the most borderline, but I think that feed generation is an > increasingly important part of all kinds of different apps today and > belongs in the core. >
Agreed. In my message I was only refering to splitting the toolbox from the core turbogears since in production you won't probably need it (am I right?). Identity, widgets and i18n are indeed core components. :-) I also agree that for example others widgets like a TinyMCE/FCKEdiror... should just use entrypoints and be installed from a separate egg, the TG distribution should be focused on providing the best framework to build all these things. Ciao Michele

