On 7月18日, 上午11時35分, Francisco Gama Tabanez Ribeiro <[EMAIL PROTECTED]> wrote: > I see that Toolbox 2 is still on an early stage of development to > generate all this discussion in so little time which is great! > > Here is my vision for it...http://blackthorne.planetaclix.pt > > Take a look! >
Writing a toolbox gadget is exactly the same as writing normal tg controllers and templates. Just come and join the toolbox2 work :) Currently there are three basic gadgets available: 1. tginfo gadget aggregate project versions 2. apidoc gadget toolbox2 api 3. projinfo gadget aggregate project(app) info (project name, which ORM is used for the project, which template engine is used for the project...etc). This gadget require to be run inside a project. You could start your way by enhancing these basic gadgets, ex: tginfo -> package update notifier apidoc -> generate project api doc on web interface projinfo -> modify config settings on web interface I just got an idea to make a wikidocs gadget, which reuse wiki-20's code but handle the content in project/docs/ folder directly. It means the physical rst format docs docs/ - FrontPage.rst - HelloWorld.rst will be mapped to * FrontPage * HelloWorld in list page. That will be a brand new experience for documenting the project. -- fred --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
