GSoC 2013 - NotAliens/SQLAlchemy Project

2013-04-16 Thread Josh Edgcomb
Hi, I'm Josh. I'm a Computer Science student at Pomona College in Claremont, California. I'm interested in working on the NotAliens and the SQLAlchemy-Colander projects suggested on the Pyramid GSoC wiki page. I'd appreciate it if someone could direct me to a good bug that I could work on to

ColanderAlchemy 0.2a1 released!

2013-04-16 Thread Stefano Fontanelli
Hi all, ColanderAlchemy 0.2a1 has been released on PyPi. We are waiting feedbacks to add/remove/change features before reach beta version. You can find changelog here: https://github.com/stefanofontanelli/ColanderAlchemy/blob/master/CHANGELOG.txt You can find new doc here:

trying to find a missing link in my localization steps

2013-04-16 Thread Krishnakant Mane
Hello I am in the process of doing i18n and l10n for my web application. I use mako template and all the words to be translated have been put into a ${_()} along with generation of pot file. I also generated a po file for my language, Marathi. Now, I know I have to add a dropdown list labled

Re: trying to find a missing link in my localization steps

2013-04-16 Thread Kris Nackaerts
What I do, not sure if it's 100% correct but it works: In my mako template: a href=${request.route_url('home')}?language=en${_(uenglish)}/a In the view: if 'language' in request.GET.keys(): request.response.set_cookie('_LOCALE_', request.GET['language']) return

Re: trying to find a missing link in my localization steps

2013-04-16 Thread Krishnakant Mane
I wish to have a slightly different approach. I wish to have a dropdown where user can select a language and click procede. The procede can call a controller action (I still use Pylons 1.) and that action can return the home page and all pages there after in the selected language. Any idea

Re: GSoC 2013 - NotAliens/SQLAlchemy Project

2013-04-16 Thread John Anderson
Hey Josh! If you haven't worked with/on Pyramid itself, you might want to run through the tutorial and get your first application up and running in Pyramid: http://pyramid-blogr.readthedocs.org/en/latest/ Once you have become familiar with using Pyramid and SQLAlchemy both of GSoC projects will