Hi all, I finally decided to change the name to ToscaWigs. Mainly because Jorge liked the "Tosca" part :P and secondly because "Wigs" is shorter than "Widgets" and doesn't pollute the "widgets" namespace which has proven to be heavily saturated.
If anyone has been playing with them they should run a global replace in their apps because the package name has also changed. In BSD sed (not sure about GNU's...): find . -name '*.py' | xargs sed -i.bak 's/tgwidgets/toscawigs/g' find . -name '*.py' | xargs sed -i.bak 's/TGWidgets/ToscaWigs/g' The new URL is now http://toscawigs.org, the old one redirects to this one. Hope y'all like the new name and thanks everyone for the suggestions! :) 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 -~----------~----~----~----~------~----~------~--~---
