[web2py] Re: proposal for online documentation

2010-02-05 Thread Werner F. Bruhin
this up as an example for web2py. Maybe check with the author/student where he is with the project and explain what you would like to see. Werner On Feb 5, 11:32 am, "Werner F. Bruhin" wrote: On 05/02/2010 17:11, mdipierro wrote: I got a private email from David and we hav

[web2py] Re: proposal for online documentation

2010-02-05 Thread Werner F. Bruhin
On 05/02/2010 17:11, mdipierro wrote: I got a private email from David and we have an idea: 1) organize a wiki with the same table of content as the book. Each page will have an errata and a a faq. It will include some parts of the book (when possible) and link the scribd book chapters when not

[web2py] http://www.web2py.com/ - server down?

2010-01-11 Thread Werner F. Bruhin
Service Temporarily Unavailable The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later. Apache/2.2.9 (Ubuntu) mod_ssl/2.2.9 OpenSSL/0.9.8g Server at www.web2py.com Port 80 -- You received this message because you are

Re: [web2py:38427] Re: UliPad as IDE for web2py

2010-01-06 Thread Werner F. Bruhin
mdipierro wrote: > the rule is simple. If the app is not "compiled" no change requires restarting except changes in files in the modules/ folder. If the app is compiled you need to click on "remove compiled" and "compiled" again but no restart. As the OP of this thread, the above is what confu

Re: [web2py:38361] Re: UliPad as IDE for web2py

2010-01-05 Thread Werner F. Bruhin
mdipierro wrote: Works for me but I first have to [toggle editor] then the [edit] button appears. Works for me too, but I have to "toggle editor" for every file I want to edit before the "edit" button appears. It would be IMHO much nicer if there would be a web2py configuration where everyone

Re: [web2py:38360] Re: UliPad as IDE for web2py

2010-01-05 Thread Werner F. Bruhin
Oleg wrote: Have you tried "It's All Text" Firefox extension? https://addons.mozilla.org/en-US/firefox/addon/4125 Yes, but it is just a text editor, no syntax highlight etc etc. That is what UliPad would bring to the party. Werner -- You received this message because you are subscribed to t

Re: [web2py:38359] UliPad as IDE for web2py

2010-01-05 Thread Werner F. Bruhin
Thadeus Burgess wrote: Currently I am trying out Wing IDE, and it is an awesome python development environment. I have also used web2py with Netbeans, Eclipse + PyDev, and recently I have just been using Gedit for all of my code. If I could afford Wing IDE I would use it explicitly. You

Re: [web2py:38298] UliPad as IDE for web2py

2010-01-04 Thread Werner F. Bruhin
Vasile Ermicioi wrote: ... > Now about editing: on 'admin/default/edit/' I just added after 'path = > apath(filename, r=request)' > import os > os.system("notepad "+path) > and it worked > You are talking about changing w2py/admin/controllers/default.py method edit? There isn't a les

Re: [web2py:38297] Re: Inherit common columns

2010-01-04 Thread Werner F. Bruhin
Thanks Massimo, and Villas, Should be more patient and read up some more. Werner mdipierro wrote: > from gluon.sql import Table > > a=Table(None,'tmp',Field('xxx',..),Field(...)) > db.define_table('mytable1',a,Field(...)) > db.define_table('mytable2',a,Field(...)) > > you get db.mytable1.xxx a

[web2py:38125] I18n for content

2009-12-31 Thread Werner F. Bruhin
Hi everyone, I am just starting to look at web2py to use it for my first web application (currently doing stuff using Python/wxPython for a desk top app), been looking at TurboGears 2 and Django. The project I would like to do with web2py (or one of the others) should run on GAE (which seems t