Re: Pyramid 1.0b3 released...

2011-01-28 Thread blaflamme
Sorry that was my fault when I updated these examples, I use tabs in all my html files. In sphinx we can set the option to use 2 spaces for tabs in an included code (by default it uses 8), but looks like to prevent bad rendering in all html examples we should use spaces everywhere. On Jan 28, 9:38

Re: Pyramid 1.0b3 released...

2011-01-28 Thread blaflamme
Mike, pylons.css is compressed so it's why spaces were stripped out. I think you actually use the first template version, you should use the latest one included in all pyramid paster templates if you want to be up-to- date. Not all browsers assign same defaults on tags so it's better to reset ever

Re: Pyramid 1.0b3 released...

2011-01-28 Thread Chris McDonough
On Fri, 2011-01-28 at 08:51 -0800, Mike Orr wrote: > On Fri, Jan 28, 2011 at 8:13 AM, Chris McDonough wrote: > > - Paster templates and tutorials now use tabs instead of spaces in their > > HTML templates. > > Tabs??? Hasn't everybody switched to spaces instead of hard tabs in > Python programmi

Re: Pyramid 1.0b3 released...

2011-01-28 Thread Stefano Mioli
On 1/28/11 8:08 PM, Mike Orr wrote: Well, eliminating all non-functional whitespace would make the page size even smaller. I'm just concerned that it'll make the pages inconvenient to edit. ("Must use tabs here to avoid inconsistency, but not in other files.") I might be wrong here, but I gues

Re: Pyramid 1.0b3 released...

2011-01-28 Thread Mike Orr
On Fri, Jan 28, 2011 at 10:52 AM, Christoph Zwerschke wrote: > Am 28.01.2011 17:51 schrieb Mike Orr: >> >> On Fri, Jan 28, 2011 at 8:13 AM, Chris McDonough  wrote: >>> >>> - Paster templates and tutorials now use tabs instead of spaces in their >>>  HTML templates. >> >> Tabs??? Hasn't everybody s

Re: Pyramid 1.0b3 released...

2011-01-28 Thread Christoph Zwerschke
Am 28.01.2011 17:51 schrieb Mike Orr: On Fri, Jan 28, 2011 at 8:13 AM, Chris McDonough wrote: - Paster templates and tutorials now use tabs instead of spaces in their HTML templates. Tabs??? Hasn't everybody switched to spaces instead of hard tabs in Python programming? Most people's editor

Re: Pyramid 1.0b3 released...

2011-01-28 Thread Stefano Mioli
On 28/01/2011 17.13, Chris McDonough wrote: Unless there's a showstopper bug in this release, Pyramid 1.0 final will be released on Jan. 31. Great to hear that. At the company where I work we're about to start developing a brand new webapp which is going to be quite large and complex. We will

Re: Pyramid 1.0b3 released...

2011-01-28 Thread Thomas G. Willis
awesome news. I upgraded with no issues, deployed to appengine with it. still no issues. Bring on the final release!!! :) -- You received this message because you are subscribed to the Google Groups "pylons-devel" group. To post to this group, send email to pylons-devel@googlegroups.com.

Re: Pyramid 1.0b3 released...

2011-01-28 Thread Mike Orr
On Fri, Jan 28, 2011 at 8:13 AM, Chris McDonough wrote: > - Paster templates and tutorials now use tabs instead of spaces in their >  HTML templates. Tabs??? Hasn't everybody switched to spaces instead of hard tabs in Python programming? Most people's editors are set to four-space tabs. -- Mike

Pyramid 1.0b3 released...

2011-01-28 Thread Chris McDonough
Pyramid 1.0b3 has been released. 1.0b3 is a bugfix release, and hopefully the last beta before a 1.0 final. Install it via: easy_install pyramid Upgrade via: easy_install -U pyramid The docs at http://docs.pylonsproject.org/projects/pyramid/dev/ have not yet been updated, but hopefully wi