Re: varying template name which matches route path

2011-02-25 Thread Blaise Laflamme
Doing something similar for pylonsproject.org to render mako templates or rst files based on on a path url: https://github.com/Pylons/pylonshq/blob/master/pylonshq/handlers/pages.py On Feb 24, 3:13 pm, AwaisMuzaffar awais1...@googlemail.com wrote: Lets assume, I have the following route set

Re: Some thoughts about Pyramid

2011-03-04 Thread Blaise Laflamme
I'm up too On Mar 3, 8:09 pm, Carlos de la Guardia carlos.delaguar...@gmail.com wrote: Guys, I'll be at PyCon and would like to sprint on this. Maybe a tutorial with code. Anyone? Carlos de la Guardia On Thu, Mar 3, 2011 at 6:08 PM, Chris McDonough chr...@plope.com wrote: On Thu,

Re: Some thoughts about Pyramid

2011-03-04 Thread Blaise Laflamme
Well... same for me, I got a lot of clients work to complete and I've done my best trying to put everything in place to have something cohesive. I also got help from multiple people for different tasks and I'm grateful for every contribution. That said we definitely need to communicate the right

Re: Some thoughts about Pyramid

2011-03-04 Thread Blaise Laflamme
By that I meant, following a previous post I made, to possibly create new comer guides, opinionated guides, etc... to fill the missing gap. I don't think the current docs need to track down those requests, they are not perfect but they are great. Another point is complaint about pyramid needing

Re: Sub-optimal top paragraph on pylonsproject.org

2011-07-20 Thread Blaise Laflamme
Hi and thanks for your suggestions. We're currently remodelling, redesigning and reorganizing the current website so any input is welcome. There is already a basis for a new design, however we're actually more in the information architecture phase. If you want to contribute I propose joining us on

ConFoo 2012: Call for Presenters (CFP)

2011-08-04 Thread Blaise Laflamme
Dear Pyloneers, The 3rd edition of ConFoo, an international conference on Web technologies, will be held in Montreal from February 29th to March 2nd 2012. http://confoo.ca/en ConFoo addresses several aspects of the Web and covers many languages (PHP, Python, Ruby, .Net, Java). ConFoo is a

Re: Access to matchdict on locale_negotiator

2011-08-09 Thread Blaise Laflamme
You can use a custom predicate in your routes to set request.locale_name, try something like: def langs(info, request): lang = info['match'].get('lang') if lang: request.locale_name = lang return True return False and add route: config.add_route('place',

Re: Logging configuration

2011-10-21 Thread Blaise Laflamme
using a run.wsgi fle like this one at the trot of your project will do want you want with modwsgi, http://docs.pylonsproject.org/projects/pyramid_exclog/dev/#deployment-under-mod-wsgi -- You received this message because you are subscribed to the Google Groups pylons-devel group. To view this

Re: Pyramid for Humans tutorial at Plone Conf...any reviewers?

2011-10-26 Thread Blaise Laflamme
Hi paul, I'm also interested in reading your material. -- You received this message because you are subscribed to the Google Groups pylons-devel group. To view this discussion on the web visit https://groups.google.com/d/msg/pylons-devel/-/nTdKfhKKHdIJ. To post to this group, send email to

Re: web2pyramid

2011-11-09 Thread Blaise Laflamme
Hi Massimo, sorry for being late I was traveling yesterday and was off the net. I'm the one responsible of that small project and the design was bought on themeforest.net at a pretty cheap price, you should look at the license to know it's restrictions. However doing a similar design is not a

Re: suggestion for scaffolds

2012-02-03 Thread Blaise Laflamme
Good point... I'm currently rewriting the scaffold theme and hope to have it done before 1.3 release -- You received this message because you are subscribed to the Google Groups pylons-devel group. To view this discussion on the web visit

Re: pylonsproject.org: 502 Bad Gateway

2012-07-05 Thread Blaise Laflamme
Should be online now On Thursday, 5 July 2012 16:45:38 UTC-4, Robin Gloster wrote: Hi, http://www.pylonsproject.org/ is raising a 502 Bad Gateway atm. Robin -- You received this message because you are subscribed to the Google Groups pylons-devel group. To view this discussion on the

Re: Sites using Pyramid Pyramid Advocacy

2012-10-23 Thread Blaise Laflamme
had sent someone our logo about a year ago for inclusion on the pylons site but it's still not up there. Ember.js on the other hand included the logo fairly quickly. On Friday, October 19, 2012 9:30:24 PM UTC-4, Blaise Laflamme wrote: I think

Re: Sites using Pyramid Pyramid Advocacy

2012-10-25 Thread Blaise Laflamme
appengine. We actually have happy customers using it. I had sent someone our logo about a year ago for inclusion on the pylons site but it's still not up there. Ember.js on the other hand included the logo fairly quickly. On Friday, October 19, 2012 9:30:24 PM UTC-4, Blaise Laflamme

Re: Why is there a separate pyramid_chameleon repository?

2013-01-20 Thread Blaise Laflamme
You mean removing the repo? I don't think... Github repos are not only reflecting the current working state but also work in progress. Stable documentation reflects the current working state, I consider people visiting github repos as more advanced user looking at more than just stable stuff.

Re: how are the pyramid docs managed ?

2013-02-08 Thread Blaise Laflamme
Hi jonathan, feel free to modify the sphinx theme and send a pull request. Actually older versions like 1.1, 1.2, etc, are not out-of-date but up-to-date with those versions. There are the latest and the development one that reflects the current stable and development versions of Pyramid. A

Re: how are the pyramid docs managed ?

2013-02-09 Thread Blaise Laflamme
8, 3:46 pm, Blaise Laflamme bla...@laflamme.org wrote: Hi jonathan, feel free to modify the sphinx theme and send a pull request. Actually older versions like 1.1, 1.2, etc, are not out-of-date but up-to-date with those versions. There are the latest and the development one

Re: question about design decision on pyramid's core

2013-03-27 Thread Blaise Laflamme
you're about t reverse-engineer mcdonc's brain... be careful ;) On Wednesday, 27 March 2013 14:10:42 UTC-4, Jonathan Vanasco wrote: thanks. makes sense. i'm just trying to reverse engineer some templating flowthroughs. most other things were logically grouped together. -- You received

[pylons-devel] Re: github pages for pylons project sites

2016-01-04 Thread Blaise Laflamme
Obviously the owner of pylonshq.com never pointed the site to the right address. If someone is able to reach him please tell him to point to the marketing.pylonsproject.org IP. On Monday, January 4, 2016 at 1:10:36 PM UTC-5, Jonathan Vanasco wrote: > > I just wanted to add that PylonsHQ

Re: [pylons-devel] github pages for pylons project sites

2016-01-02 Thread Blaise Laflamme
; works well but I was unaware anything was actually happening! This is > something I'd like to help with, especially with regards to the actual > hosting configuration. > > - Michael > > > On Sat, Jan 2, 2016 at 3:33 PM, Blaise Laflamme <bla...@laflamme.org > > wrote:

Re: [pylons-devel] github pages for pylons project sites

2016-01-02 Thread Blaise Laflamme
for trypyramid.com: > https://github.com/Pylons/tpc/issues/35 > > --steve > > > On 1/2/16 at 1:33 PM, bla...@laflamme.org (Blaise Laflamme) > pronounced: > > >Contributor should be able to compile and see their own changes > >before they submit PRs, and we

[pylons-devel] Re: github pages for pylons project sites

2016-01-02 Thread Blaise Laflamme
Those three sites are on a Rackspace VPS badly organized and using their Cloud DNS. I'm in the process of migrating them over a Linode (we got sponsorship) VPS + DNS configured to publish via a githook for people who'll have access to do it: for now me, steve and goodwill. Those sites are

Re: [pylons-devel] github pages for pylons project sites

2016-01-02 Thread Blaise Laflamme
short term? Is it the 3 I > originally listed? I expect Bert will be happy if webob.org is on the > list. > > On Sat, Jan 2, 2016 at 4:03 PM, Blaise Laflamme <bla...@laflamme.org > > wrote: > >> Sure, >> >> the initial setup is pretty simple, Linode VPS r