mbertoldi schrieb:
> I did the basic widget, is quite big.
> You can find it at: http://dojo.vico10.com/tgdojo.tgz
> Let me know if i should continue on this way,

This looks very good, so far!

Some cleanup would be nice:

- Run it the Python code through Pylint and make the coding style PEP-8
   and PEP-257 compliant:

   - http://docs.turbogears.org/1.0/UsingPylint
   - http://www.python.org/dev/peps/pep-0008/
   - http://www.python.org/dev/peps/pep-0257/

- Uncomment the variables in setup.py which you have defined in
   release.py.

- Add a proper one-line description and a long_description

- Remove the following dirs, which are not needed:

   - /static/css
   - /static/images
   - /templates
   - /sqlobject-history

- Remove demo/test code and doc files (READMEs etc.) from 
/static/javascript/d* ?

- The project/package name should probably include something to 
distinguish between the TG widget and the ToscaWidget version. Also, 
most widgets use capitalized project names (e.g. "Dojo").

- Then you should build an egg, test installation with easy_install and 
then register the package at PyPI and upload the eggs:

     http://docs.turbogears.org/1.0/DeployWithAnEgg
     http://wiki.python.org/moin/CheeseShopTutorial


Chris

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

Reply via email to