Hi, I can't attend the sprint this weekend, but I've some investigations about tg2 related doc and quickstart templates here:
1. wiki-20 tutorial is too complex now. for example, to setup the database, it could be easier with 'paster setup-app development' and uncomment the dbsprockets in root.py. We could move the original bootstrap script to the advanced settings reference. I like the way how wiki 20 tutorial organize it's models. If this way is preferable, I think we should make it default in quickstart template. (and reduce the scary lines of code in _init__.py ). 2. the default templates are 'too much'(colors, words, pages). The default welcome page is full of contents which lead to lose the focus. page params is used in header.html, so if a new user follow the wiki 20 tutorial, he/she will find the query set is not only shown in page.html. 3. lack of 'login'/'logout' link in template if identity is enabled 4. widget form should be introduced first, rather than 'validate' decorators. (validate is more like a backend utility...) 5. A better way to 'reuse' the App. Could we find a way to develop a convention to 'drag and drop' tg2 app package into exist project for quick reuse? Does paver or other make system could help us to pack a reusable package(controllers, models, templates, static files) and install/ config the package to proper place? -- 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 -~----------~----~----~----~------~----~------~--~---
