iain duncan wrote: > (...) > > I will say that it seems strange that all of toscawidgets doesn't > install with easy_install toscawidgets. Is there a reason for that?
Originally the form widgets were also in the ToscaWidgets package but after some conversations with James Gardner I decided to pull them out into a separate package so TW itself didn't depend on any templating engine.Then each framework could use their templating language of choice. That way there was the possibility of someone writing a "parallel" twForms package with the templates in another language other than Genshi (Myghty was in mind at that moment) although it finally turned out that the same package can provide different flavors of the same template which is exactly what happens now with twForms which has both Mako and Genshi versions of the templates available. ToscaWidgets is only the "framework" for creating widgets which has all the rendering machinery, resources (js & css) injection in the page, resources serving etc. The ToscaWidgets package itself does not include any widget besides JS and CSS Links and little more hence TW is not tied to any templating language. Alberto --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
