> 1) tg-admin quickstart -tgwidget mywidget > > This will get you the basic layout for a widget egg. > > 2) Place your static resources in the static directory and register > them with turbogears.widgets.register_static_directory > > 3) Write, test and debug the widget. > > If you "python setup.py develop" it, it will appear in the widget > browser at the toolbox > > 4) python setup.py register bdist_egg upload > > To register it at PyPI. The metadata tg-admin places at setup.py will > enable the cogbin to find it and list there along with the other > widgets. > > 5) Announce it here to let all of us know of it's existence :)
Do you have these instructions on the TGWidget site? Looking forward to digging into that. BTW, how do I set the class and id for a stock widget? I'm sure it's in there somewhere but I'm not finding it. Iain --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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?hl=en -~----------~----~----~----~------~----~------~--~---

