The Cogbin has always been one of the best things of Turbogears, if
you need for something ready to be used you just have to look inside
the cogbin on the turbogears web page and you will find all the
available extensions and libraries ready to be used with TG.

Recently with the web site update a CogBin specific for TG2 has born,
and this is indeed a really appreciated news as it will make possible
for TG2 developers to quickly look for extensions. If you want your
project listed there you will just have to give it the right keywords
on PyPi.

So anyone interested is invited to update his pypi keywords to make
easier for other people to find his project and use it inside their
own applications.
Currently the TurboGears2 packages are divided in 4 sections:

- TurboGears2 Applications (turbogears2.application inside your pypi
keywords to have your project listed here)
TG2 based applications, feel free to put here any opensource
application that you released.

- TurboGears2 Command (turbogears2.command inside your pypi keywords
to have your project listed here)
Paste commands that can be used with TG2 to automatically performs common tasks.
Take a look at 
http://www.turbogears.org/2.1/docs/main/Extensions/Command/index.html?highlight=tgcommand
for a guide on creating new commands.

- TurboGears2 Extension (turbogears2.extension inside your pypi
keywords to have your project listed here)
Any reusable piece of code that can be used to quickly add functions
to TG2 applications: tgext.pages, tgext.crud and libacr etc are good
examples of this.

- TurboGears2 Widgets (turbogears2.widgets inside your pypi keywords
to have your project listed here)
Pieces of UI ready to be used, please do not mix this with
toscawidgets.widgets keyword, this is probably more related to things
that are strictly for TG2.
Like tgext.menu that adds decorators and tg related things to
automatically draw menus.

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