iain duncan schrieb: > On Sat, 2008-20-09 at 13:33 +0200, Florent Aide wrote: >> Once we've worked out the administrative details, I hope you'll be >> able to begin hacking directly on the css and templates content. The >> ticket Chris talked about could be handled by me, chris*, deets or >> whoever else feels he wants to help on that subject. > > Should I perhaps make a branch for working on this? I expect to be > trying several things out and showing them to the list and I'd rather > not de-stabilize the trunk checkout while I do it.
I think you should learn how to build a quickstart template package and then place your code in a new package under /projects in the SVN repo. People can then try out your template by easy-installing it and using the "-t" option to "tg-admin quickstart". For more info, see here: http://docs.turbogears.org/1.0/ExtendingQuickstart http://docs.turbogears.org/1.0/TgAdmin#quickstart-create-a-new-project This would also address your idea regarding the "--examples" switch to "tg-admin quickstart", which you mentioned at the start of this thread. You could start by just checking out the Genshi quickstart template, renaming the package, then copying over the current quickstart template from the TG 1.1 branch and make your modufications: http://trac.turbogears.org/browser/projects/GenshiQuickStart We can always include this package into the TG core later. Chris --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
