"Brian Beck" <[EMAIL PROTECTED]> writes: > 1. XHTML instead of HTML 4.01. This was a surprising change in > behavior, wasn't XHTML the old default? Now this is just something else > I have to go and change in app.cfg for every single project I create.
I don't think it was. But then, there are a lot of compatibility problem with XHTML rendering in browsers. HTML is more predictable. > 2. A default style.css. Creating a new file has slightly more overhead > than modifying an existing style. Does anyone NOT create > /static/css/style.css first thing after a new project? I would be > surprised. Plus with all the new tools being added, there is bound to > be some default style included anyway; see the #pageLogin style now > included in master.kid by default. Indeed, this kind of CSS could be added to an external file to show how to use it within templates. But then, what CSS besides that would be needed for the "Welcome to TG" page? > 3. As you may have read, I think attaching Identity to an app should > look a lot simpler if it's going to be in the default project. Right > now it adds an immediate learning curve because "hey, what's that > stuff?" You can see the discussion around that here. It even involved more changes than just removing the controllers from the controller.py > 4. mochikit_all. This config option just stands out to me. I can > configure the output format and encoding of my Kid templates, but this > option flat out inserts some markup. Besides the format and encoding > options, I feel like my template structures are entirely under my > control, only stuff I put in there will be in there. Maybe I'm just > really picky, but I feel like a new tag coming from a config option > undermines that control. Anyway, I could just leave this disabled and > add MochiKit manually if it ruffles my feathers so much... I like this one. It makes it simple to use Mochikit everywhere and I don't need to worry with it. :-) The same for the "allow_json". It depends on your application, of course, but since the defaults are "disabled" and "False", I don't see any problem. -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
