Re: [web2py] Re: Webfaction rocks

2010-05-09 Thread Albert Abril
>From a year ago I'm using djangoeurope.com, because its cheap plans, because it's near home (Europe), and because its one-click Django-Install, for do my test with django. Also, it does support for php, and for mysql or postresql databases. djangoeurope.com serves with lighttpd (may config web2py

[web2py] Error deploying at djangoeurope with Rocket and webproxy.

2010-05-10 Thread Albert Abril
With djangoeurope.com you can set up local proxies, which allows you to run your own stand-alone web servers (for example lighttpd or Django development server). Well, I tryed to config web2py with rocket but i got some errors. I opened a subdomain like: web2py.myhostname.org , and I opened a loca

[web2py] Re: Error deploying at djangoeurope with Rocket and webproxy.

2010-05-10 Thread Albert Abril
Seems that is it about permisions in threading? or maybe memory? On Mon, May 10, 2010 at 4:04 PM, Albert Abril wrote: > With djangoeurope.com you can set up local proxies, which allows you to > run your own stand-alone web servers (for example lighttpd or Django > development server).

Re: [web2py] Re: Error deploying at djangoeurope with Rocket and webproxy.

2010-05-10 Thread Albert Abril
process in *nix to say "You can > only have X number of threads." but that would be stupid. However, > compiling Python w/o threads is common to avoid GIL thread issues. > > I'm not sure of a better way to check this. > > > On 5/10/2010 9:13 AM, Albert Abril wrote: >

Re: [web2py] Re: Production releases

2010-05-18 Thread Albert Abril
Personally, I prefer as we had until now, because add a dev and a stable release may be a little bit complex and confusing. Now, we have mercurial and nightly for testing purposes, and the official version for production. If we add more branchs, I think it could confuse new people. (sorry my poor

Re: [web2py] Re: Idea on web server integration

2010-05-18 Thread Albert Abril
Well.. I think that it's more easy integrate a web2py installer in the cherokee assistant, that at reverse. Maybe, just programming the assistant in cherokee would be an excellent point. I'm not using cherokee in daily production, but I'm a admire the work at this webserver since two years ago. Th

Re: [web2py] Re: Idea on web server integration

2010-05-18 Thread Albert Abril
By the way, here's a brief tutorial to config it manually. http://www.web2py.com/AlterEgo/default/show/184 I don't know if it's working now since cherokee released 1.0.0 version. On Tue, May 18, 2010 at 3:57 PM, Albert Abril wrote: > Well.. I think that it's more

Re: [web2py] google fonts

2010-05-20 Thread Albert Abril
Woow! Nice. As said in the FAQ: *All the fonts in the Google Font Directoryare licensed under open source licenses that let you use them on any website * On Thu, May 20, 2010 at 2:35 PM, mdipierro wrote: > http://code.google.com/webfonts/preview >

Re: [web2py] google fonts

2010-05-20 Thread Albert Abril
On Thu, May 20, 2010 at 3:50 PM, Jonathan Lundell wrote: > On May 20, 2010, at 5:51 AM, Albert Abril wrote: > > Woow! Nice. > > As said in the FAQ: > *All the fonts in the Google Font Directory<http://code.google.com/webfonts> > are licensed under open source licens

Re: [web2py] Re: nice slides on postgresql vs nodb

2010-05-21 Thread Albert Abril
Haha! I enjoy with this jokes in tech slides, they're amusing! On Fri, May 21, 2010 at 3:02 PM, Timothy Farrell wrote: > Developers running with scissors!! LOL!!! > > > On 5/20/2010 2:12 PM, szimszon wrote: > >> Nice >> >> On máj. 20, 19:52, mdipierro wrote: >> >> >>> http://www.scribd.com/doc/

Re: [web2py] Actual situation of web2py compatibility

2010-05-22 Thread Albert Abril
Hola GoldenBoy! If there's errors you can send here for helping you. However is suggested to run web2py with python 2.5. Even, with 2.6 would run well too. You can read about web2py and python versions here: http://groups.google.com/group/web2py/browse_thread/thread/c7846ff355287205 On Sat, Ma

Re: [web2py] Re: monetize web2py anybody?

2010-05-24 Thread Albert Abril
I am interested too. Still learning daily a bit more. I'm planning to do a dental clinic management, but had a lot of work to do. Regards. On Mon, May 24, 2010 at 1:31 PM, Richard wrote: > I am interested, and glad you brought this up again: > http://groups.google.com/group/web2py/browse_thread

Re: [web2py] Moving apps outside /applications

2010-05-27 Thread Albert Abril
What I do is: · I have my ~/dev/mywebapp · I have my /var/www/site/web2py/applications/mywebapp · init a mercurial repositories in each one · Sync one with other with mercurial. With this, I have my code versioned.

[web2py] Installing postreSQL and psycopg2 in Mac osx SnowLeopard

2010-06-03 Thread Albert Abril
In theory, installing psycopg2 to connect with a PostreSQL database, would be so easy as: easy_install psycopg2 But in the default configuration of Mac Os X snowleopard 10.6 seems that we get some errors. This is an attempt to help to config you web2py with PostreSQL database and psycopg2 connecti

[web2py] web2py_ajax.html and mootools

2010-06-16 Thread Albert Abril
Hi everybody! I'm wondering if is someone using mootools with web2py. If yes, could you report your experiences? For what I understood: · Web2py welcome applications uses jquery. · Any js library could be used with web2py. · web2py_ajax.html is connecting some response.* at the controllers with j

[web2py] Re: web2py_ajax.html and mootools

2010-06-18 Thread Albert Abril
No one knows? On Thu, Jun 17, 2010 at 3:14 AM, Albert Abril wrote: > Hi everybody! > > I'm wondering if is someone using mootools with web2py. If yes, could you > report your experiences? > > For what I understood: > · Web2py welcome applications uses jquery. > ·

Re: [web2py] Web2py Application Exhibition

2010-06-25 Thread Albert Abril
Nice :) Who's behind this challenge? I meant, who wanna judge? pay? etc. Thanks in advance. On Fri, Jun 25, 2010 at 10:28 AM, NetAdmin wrote: > Web2py Application Exhibition > > > Do you have a Web2py app that you'd like to show the world? > If so, you may be interested in the Web2py Applicati

Re: [web2py] Re: OAuth and Web2Py Tutorial

2010-06-30 Thread Albert Abril
Nice :) In the article you used python-oauth2. As an alternative, if you want to use it with twitter, you can use tweepy. It adds client functions. http://joshthecoder.github.com/tweepy/docs/index.html Regards! On Tue, Jun 22, 2010 at 10:2

Re: [web2py] Re: markmin, t2, t3, cube9 etc. (important update)

2010-07-07 Thread Albert Abril
I should say that the template used (seen in the video) is very pretty. On Wed, Jul 7, 2010 at 7:35 PM, mdipierro wrote: > The google code repository is corrupted. There are lots of files that > do not belong there I will close it and open a new one later > today. Let's agree on a new name.

Re: [web2py] Re: markmin, t2, t3, cube9 etc. (important update)

2010-07-07 Thread Albert Abril
Same as Kenneth I vote +1 cube2py and Cube^2 +1 On Wed, Jul 7, 2010 at 10:31 PM, Kenneth wrote: > I vote +1 cube2py and Cube^2 +1 > > Kenneth > >

Re: [web2py] Re: markmin, t2, t3, cube9 etc. (important update)

2010-07-09 Thread Albert Abril
I thought about the idea of making a frontend (i.e. in the web admin) to edit routes.py and make more customizable the urls. But don't know how implement it. On Fri, Jul 9, 2010 at 12:48 PM, mdipierro wrote: > Please feel free to propose for new features. That was exactly the > intention. > >

Re: [web2py] Re: Step-by-step tutorial on getting Cube2py up and running?

2010-07-12 Thread Albert Abril
mm.. just a typo in the url example -> examples :) the rest all ok. regards! http://www.web2py.com/examples/static/nightly/web2py_src.zip On Mon, Jul 12, 2010 at 10:48 AM, mdipierro wrote: > curl http://web2py.com/example/static/nightly/web2py_src.zip

Re: [web2py] Re: openwysiwyg?

2010-07-13 Thread Albert Abril
Me neither. On Tue, Jul 13, 2010 at 11:07 PM, Pepe wrote: > never used it. > > On Jul 13, 4:55 pm, Chris S wrote: > > Ditto, never used it > > > > On Jul 13, 3:50 pm, Bruno Rocha wrote: > > > > > > > > > Never used it > > > > > 2010/7/13 MikeEllis : > > > > > > FWIW, openwysiwyg doesn't work i

[web2py] murder, bittorrent on twitter

2010-07-17 Thread Albert Abril
Here was talked about descentralized servers. Ok, there's news about it: *Large scale web-services such as Twitter need thousands of servers to manage the flow of updates sent out by their millions of users. As a result, keeping all these servers updated with the latest data can be time and resour

Re: [web2py] Interesting - bpython

2010-07-23 Thread Albert Abril
Nice. I didn't know it. Seems a few better than ipython. On Fri, Jul 23, 2010 at 2:09 PM, David Marko wrote: > http://bpython-interpreter.org/

Re: [web2py] Re: Is there a way how to specifiy, which controller act as default?

2010-08-06 Thread Albert Abril
@mr.freeze You can do it with routes.py . Why another config file? On Fri, Aug 6, 2010 at 6:40 PM, Phyo Arkar wrote: > i voted this too. > > I just dont like the controller named default and i want it different > on each apps. > > On 8/6/10, mr.freeze wrote: > > Massimo, why not make the defaul

Re: [web2py] Re: new features and new book sections/chapters

2010-08-06 Thread Albert Abril
*PS: you might want to hire a top-notch web designer to turn the web2py pages into something a bit trendier and sexier. Your web design skills are clearly superior to mine, but sometimes you just gotta hand it to the pros.* * * * *I agree with that. I'm disposed to make a donation if we could

Re: [web2py] Re: On the online book

2010-02-14 Thread Albert Abril
I bought the pdf two months ago. Now i contributted with 5$, isn't so much, but i'm still studying, there's my contributtion to the cause. I aprreciate the effort you're doing on that. regards! On Sun, Feb 14, 2010 at 9:15 AM, mdipierro wrote: > I really really appreciate this. Somehow the c

Re: [web2py] Re: they are copying us....

2010-02-16 Thread Albert Abril
knowing the efforts that massimo did (and is doing) with web2py, almost keepin it open, i got it as an intented joke. of course is good taking ideas from here and from there, and makes opensource better as possible. this is why FLOSS rocks! regards! On Tue, Feb 16, 2010 at 11:17 AM, Kuba Kuchars

Re: [web2py] Re: they are copying us....

2010-02-16 Thread Albert Abril
(where i told **almost** i would say **especially**, i confused, sorry about my english) On Tue, Feb 16, 2010 at 2:07 PM, Albert Abril wrote: > knowing the efforts that massimo did (and is doing) with web2py, almost > keepin it open, i got it as an intented joke. > > of course is

Re: [web2py] Re: wordpress

2010-03-03 Thread Albert Abril
With all the respects, i always thought that the admin interface could be better, it's because i think this is a great idea. +1 for wordpress-like css. On Wed, Mar 3, 2010 at 7:53 PM, mr.freeze wrote: > + 1. Admin is mighty but needs some makeup. > > On Mar 3, 10:50 am, "Giovanni Giorgi" wrote:

Re: [web2py] Re: did you know?

2010-03-04 Thread Albert Abril
I like this blog, it's a lot useful for people like me that still discovering web2py. Just one thing: i supose at title that *leaner* is *learner*, ( i'm not english ). Regards. On Thu, Mar 4, 2010 at 5:06 PM, Thadeus Burgess wrote: > This reminds me of starship troopers... "Did you know?" > -T

Re: [web2py] Re: More Questions About Compatibility

2010-03-08 Thread Albert Abril
I know it could sounds cruel, but.. try to leave windows [?] On Mon, Mar 8, 2010 at 3:49 PM, Magnitus wrote: > > LOL. That ambiguous phrasing may be enough to tip Graham Dumpleton > > over the edge! > > Yes, well, unless I'm using the language of mathematics, I'm not the > best of communicator

Re: [web2py] Re: web2py beautification

2010-03-08 Thread Albert Abril
As said by villas, I think this is the principal goal: 1. A clear goal of moving from table to divs. 2. A web2py list of semantic names to name certain sections of the page. If in 2, we take references from wordpress or some cms, it would be easier to import templates from them. On Sun, Mar 7, 2

Re: [web2py] Re: meeting tonight

2010-03-10 Thread Albert Abril
When you say 10pm, would you mean 22:00 h UTC / GMT ? or.. ref: http://www.timeanddate.com/library/abbreviations/timezones/ Thanks! On Wed, Mar 10, 2010 at 6:06 PM, Thadeus Burgess wrote: > When can we set another meeting? 10PM was a little late, but doable. > > -Thadeus > > > > > > On Wed, Mar

Re: [web2py] Re: web2py on hostmonster

2010-03-10 Thread Albert Abril
I need to deploy in django-europe too, what is running lighttpd and fcgi . I'm reading the documentation, when I achieve it, I'll post here a how to. Meanwhile, you have the info in the book: http://web2py.com/book/default/section/11/7 regards. On Wed, Mar 10, 2010 at 3:42 PM, Richard wrote: >

Re: [web2py] no more cherrypy wsgiserver

2010-03-11 Thread Albert Abril
Is Rocket a port of CherryPy? Or is made from zero? isn't 0.2 an earlier release yet? What's the principal difference from CherryPy? cleaner code, smaller.. and more? I'm questioning just for info of us the users, doesn't know so much about it. Thanks for all. Regatds!! On Thu, Mar 11, 2010 at

Re: [web2py] Re: no more cherrypy wsgiserver

2010-03-11 Thread Albert Abril
well we shouln't worry a lot about IE 5.5, no? 5.5!! let me link this: http://farm4.static.flickr.com/3609/3629069606_3d1a1cd8fb_b.jpg On Thu, Mar 11, 2010 at 10:39 PM, mdipierro wrote: > That is good enough. > > Don't we all love IE? When we discover bugs in our won code we can > think of IE

[web2py] Checking if a webserver if running web2py

2010-03-14 Thread Albert Abril
Hi! There's some way to check to check from the browser if a web is running web2py? For example, Could i know if www.web2py.com is running web2py from the browser? Just curious. Thanks. -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post t

Re: [web2py] Re: Checking if a webserver if running web2py

2010-03-15 Thread Albert Abril
* I was considering re-routing all mispelled urls to a default error page* Maybe, setting it by default, could be a secure feature. On Mon, Mar 15, 2010 at 9:31 PM, Thadeus Burgess wrote: > I have > > routes_onerror( (*/*, '/init/default/error') ) > > the controller just brings up a search base

Re: [web2py] skinning web2py

2010-03-22 Thread Albert Abril
At the web of zengarden plugin [1] , the download link prints a ticket error. [1]: http://www.web2py.com/zengarden/default/index Thanks for the efforts on beautification. On Mon, Mar 22, 2010 at 8:04 PM, Massimo Di Pierro wrote: > http://gluonframework.wordpress.com/2010/03/22/skinning-web2py

Re: [web2py] for testers

2010-03-23 Thread Albert Abril
I like to download the dev from mercurial repos, it's more comfortable. Maybe it's because the habit. On Mon, Mar 22, 2010 at 10:11 PM, mdipierro wrote: > http://web2py.com/examples/static/nightly/web2py_src.zip > http://web2py.com/examples/static/nightly/web2py_win.zip > http://web2py.com/examp

Re: [web2py] web2py production deployment on vps.net (VIDEO)

2010-03-24 Thread Albert Abril
Purchased one month for testing. I'll give my impressions, at the moments, great. On Wed, Mar 24, 2010 at 1:51 AM, Álvaro Justen [Turicas] < alvarojus...@gmail.com> wrote: > On Tue, Mar 23, 2010 at 12:49, mdipierro wrote: > > The video: > > > >http://vimeo.com/10377947 > > > > Please use thi

Re: [web2py] web2py production deployment on vps.net (VIDEO)

2010-03-24 Thread Albert Abril
group=www-data WSGIProcessGroup web2py WSGIScriptAlias / /home/www-data/web2py/wsgihandler.py () I want to try it with cherokee too, my "native" webserver :) On Wed, Mar 24, 2010 at 8:20 PM, Albert Abril wrote: > Purchased one month for testing. > I'll give my i

Re: [web2py] web2py production deployment on vps.net (VIDEO)

2010-03-24 Thread Albert Abril
Worked correctly with a 8.04 LTS clean and basic installation. Should I open a new thread about testing the script? On Wed, Mar 24, 2010 at 8:49 PM, Albert Abril wrote: > I don't know if it's my fault, but the 'web2py ubuntu setup' script failed > on a basic installa

Re: [web2py] Re: googling web2py

2010-03-31 Thread Albert Abril
Why in Australia there's so much results compared with the average 11 results. (PD: 11 from Spain) On Mon, Mar 29, 2010 at 1:51 PM, Christopher Steel wrote: > Canada with various language settings: > > Google Site : http://www.google.ca/ > Language: fr-ca > Total

[web2py] Proposing a web2py Community spring.

2010-04-19 Thread Albert Abril
Hi there! It's known that other communities like rails and django do sprints. Not sure if here has been one time ago, but for what i read i think that no. I would to ask here to the web2py like to do a sprint. We could suggest subjects to focus, as: - fixing bugs - making improvement and

Re: [web2py] Re: Proposing a web2py Community spring.

2010-04-19 Thread Albert Abril
to's at your blogs > > and not on > > >- fixing bugs > > Because bugs are normally fixed within 24 hours anyway and I would not > want people to fix things that they think are bugs but may not be. > > >- making improvement and new features > > Here the

Re: [web2py] Re: Proposing a web2py Community spring.

2010-04-19 Thread Albert Abril
Of course, where i told *spring* i would mean *sprint*. Sorry for my.. (not agile) english. On Mon, Apr 19, 2010 at 4:39 PM, Albert Abril wrote: > I agree with bugs, because the naturallity of opensource, it was only as > proposal of finding bugs as others communities do. > In all t

Re: [web2py] Re: suggestions for web2py website

2010-08-16 Thread Albert Abril
I agree with Tom. I could apport a bit donation to redesign the main website, also the logo. Also, silly (and lovely) things like Gnome Love, or the Django Pony, makes attract new people to know the framework. On Mon, Aug 16, 2010 at 1:37 PM, Tom Atkins wrote: > +1 for a professional redesign o

Re: [web2py] Re: Seeking advice: web2py app project hosting and licensing

2010-08-17 Thread Albert Abril
For what i know, in you wanna release it in opensource as GPL, in webservices the most appropiate license is AfferoGPL, that assure you that any modifications at code should be distributed again. More info: http://www.affero.org/oagf.html I hope that this helps. Regards! On Tue, Aug 17, 2010

Re: [web2py] link on browser-based editor: Bespin

2010-08-23 Thread Albert Abril
@Michele Bespin is more an editor more web-oriented, the editor that you are linking (Stef Editor) is more Desktop oriented. @Timmie Bespin is a Mozilla Labs project, it is being developed for many time, maybe would be a great idea to integrate it in web2py. Bespin seems a new Vim , but web-orient

Re: [web2py] Re: please check 1.84.0 (beta)

2010-08-29 Thread Albert Abril
I tested web2py_src.zip on a Mac 10.6.4 with Python 2.6.1 and runs without problems. On Sun, Aug 29, 2010 at 9:02 AM, mart wrote: > tried few things on mac os. > > 1. downloaded src, tried to run on python 2.6 (i put in /Applications/ > web2py_184/) started to run, put in the password then i go

Re: [web2py] Scaffolding app with Twitter OAuth1.0a auth

2010-08-29 Thread Albert Abril
:) Thank you! On Sun, Aug 29, 2010 at 1:45 AM, Michele Comitini < michele.comit...@gmail.com> wrote: > Hello all, > > I've uploaded a scaffolding app as example of authentication with > twitter oauth. You can find source code here: > > > https://code.google.com/r/michelecomitini-facebookaccess/s

Re: [web2py] Scaffolding app with Twitter OAuth1.0a auth

2010-08-29 Thread Albert Abril
Just a question: what do you use for post a tweet, read statuses... ? Thanks in advance. On Sun, Aug 29, 2010 at 12:39 PM, Albert Abril wrote: > :) Thank you! > > > On Sun, Aug 29, 2010 at 1:45 AM, Michele Comitini < > michele.comit...@gmail.com> wrote: > >> He

Re: [web2py] Re: Upload Pics with web2py

2010-09-02 Thread Albert Abril
How do you could custom a form with crud.create(db.tablename) ? Is " db.tablename.data.readable = 'False' " the correct way.. as I read in other posts? Regards. On Thu, Sep 2, 2010 at 3:51 PM, mdipierro wrote: > 1) your SQLFORM does not form.accepts and fields do not have default > values (or

Re: [web2py] Scaffolding app with Twitter OAuth1.0a auth

2010-09-03 Thread Albert Abril
#x27;status'] != '200': >#manage the error >return dict(message="Could not send tweet! :-( ") > > return dict(message="Succesfully sent! :-)") > > if you call method returning some data I suggest tu use the .json > version of it and

Re: [web2py] Scaffolding app with Twitter OAuth1.0a auth

2010-09-03 Thread Albert Abril
Ok, I guess it's a file created by me defining twitter config: CLIENT_ID CLIENT_SECRET AUTH_URL TOKEN_URL ACCESS_TOKEN_URL On Fri, Sep 3, 2010 at 9:47 AM, Albert Abril wrote: > Woah! I didn't read this mail yet. So much thank you, it will help me. > > By now, I'm tr

Re: [web2py] Re: Scaffolding app with Twitter OAuth1.0a auth

2010-09-06 Thread Albert Abril
n db.py > >> client =oauth.Client(self.consumer, token) > >> # encode the message > >> message = 'My web2py post!" > >> data=urlencode(status=message) > >> #make a post > >> resp, content = > >> client.request(&

Re: [web2py] Re: Scaffolding app with Twitter OAuth1.0a auth

2010-09-06 Thread Albert Abril
ng under site-packages in the root dir of web2py. > I do that for running the app on GAE and it works :-) > > mic > > > 2010/9/6 Albert Abril : > > Hi Michelle. > > Yes, As you said, I defined it in the db.py. > > Now, I'm having an error importing oauth2.

Re: [web2py] possible error & bug with oauth20 facebook documentation & logout, respectively

2010-09-13 Thread Albert Abril
So, the helloFacebook app works in trunk, and not in current yet? On Mon, Sep 13, 2010 at 11:32 AM, Michele Comitini < michele.comit...@gmail.com> wrote: > Yes it is correct, in trunk you can find: > >def logout_url(self, next="/"): > del self.session.token >return next > > >

[web2py] janrain login widget error: blocked for insecure content.

2010-09-14 Thread Albert Abril
For curiosity, I tried the janrain login plugin. I configured it, and in the 'welcome' application, clicked on login. So, it tried to load the janrain widget, but it shows an error instead: "This frame was blocked because it contains some insecure content" http://box.bressol.org/Captura.png Did

[web2py] Re: janrain login widget error: blocked for insecure content.

2010-09-14 Thread Albert Abril
Fixed. In domain: domain='BLABLA.rpxnow.com <http://blabla.rpxnow.com/>' You should write only the BLABLA, so... domain='BLABLA' Regards On Tue, Sep 14, 2010 at 11:40 PM, Albert Abril wrote: > For curiosity, I tried the janrain login plugin. > > I

Re: [web2py] HTML5 Boilerplate

2010-09-15 Thread Albert Abril
There's also a good start this: HTML5 Starter Pack http://sickdesigner.com/resources/HTML5-starter-pack/index.html On Wed, Sep 15, 2010 at 9:03 PM, Michael Ellis wrote: > Just came across this while searching for something else.

Re: [web2py] Re: HTML5 Boilerplate

2010-09-16 Thread Albert Abril
, 2:28 pm, Albert Abril wrote: > > There's also a good start this: HTML5 Starter Packhttp:// > sickdesigner.com/resources/HTML5-starter-pack/index.html > > > > <http://sickdesigner.com/resources/HTML5-starter-pack/index.html> > > > > On Wed, Sep 15, 2010 at

Re: [web2py] Re: possible bug with oauth20 facebook: auth.settings.login_next ignored in 1.84.4

2010-09-19 Thread Albert Abril
Thank you for fix it an be patient reading, :D On Sat, Sep 18, 2010 at 9:52 PM, Michele Comitini < michele.comit...@gmail.com> wrote: > Thanks to H. Das and Albert Abril for testing oauth. > > I made some fixes/improvements: > - correct support for https:// >

[web2py] routes.py routes_app and defaults

2010-09-23 Thread Albert Abril
. I have in the root of web2py the routes.py configured with that: default_application = 'arritmia'# ordinarily set in base routes.py default_controller = 'default' # ordinarily set in app-specific routes.py default_function = 'index' # ordinarily set in app-specific routes.py Ok, so

Re: [web2py] Re: routes.py routes_app and defaults

2010-09-23 Thread Albert Abril
#x27;) > ] > > routes_out=[ > ('/arritmia//bio/$anything', '/bio/$anything') > ] > > On Sep 23, 6:34 am, Albert Abril wrote: > > . > > > > I have in the root of web2py the routes.py configured with that: > > > > default_appli

Re: [web2py] Re: welcome app normalize hack ie and html5 ready

2010-09-23 Thread Albert Abril
Wow.. nice. In a future, I wanna do that with the admin app. Regards! On Thu, Sep 23, 2010 at 11:06 PM, Martin.Mulone wrote: > Version 2.0 > > * About validation, this almost validate in html5 but one thing that > is important, that force to last ie render > > http://validator.w3.org/check?ur

Re: [web2py] Re: Question about CRUD forms and compute values

2010-09-27 Thread Albert Abril
Hi there. I'm working with Bernardo. Finally we wrote the form with SQLFORM and worked. The 'compute' argument at the model wasn't correctly interpreted by crud.create(db.model), and crud didn't show the computed field at the form. We wrote it with SQLFORM and there's not problem now. On Sat

Re: [web2py] Re: Serve different applications to different URLS

2010-09-30 Thread Albert Abril
I'm seeing about this problem too. I have a web2py install at webfaction. And three different domains. I have only one web2py installation, and I wish that depending on the url, serve an app or other. (because If I have two instances of web2py, it exceeds the memory of my hosting plan). I will tr

[web2py] spree clone

2010-10-05 Thread Albert Abril
Is anybody working in an e-commerce or shopping cart app? I am planning to rewrite spree with web2py. Spree is a RubyOnRails e-commerce application. You can see it in action: · demo: http://demo.spreecommerce.com/ · web: http://spreecommerce.com/ · some screenshots: http://spreecommerce.com/scree

Re: [web2py] Twitter registration/login

2010-10-08 Thread Albert Abril
Yes, Michelle Commitini wrote the welcome app with twitter authetication with OAuth, here the link: https://code.google.com/r/michelecomitini-facebookaccess/source/browse/#hg/applications/helloTwitter On Fri, Oct 8, 2010 at 6:12 PM, Francisco Costa wrote: > Hello! > Is there any available applica

Re: [web2py] Re: please help us test new web site

2010-10-10 Thread Albert Abril
In case of a new logo. What are the guidelines you want to accomplish? On Sun, Oct 10, 2010 at 10:55 PM, mdipierro wrote: > This was discussed long ago... Snakes are a nice reference to the > Python community but are not appealing outside the community. They are > not exactly perceived as friend

Re: [web2py] Re: please help us test new web site

2010-10-12 Thread Albert Abril
I totally agree with weheh, web2py is a big quality framework and deserves a profesional logo. mdipierro said: I think we need an app just to post logos and a page to show them all. Even if only one of the logos will be used for the web page there are so many great ideas and I'd hate for them t

Re: [web2py] Re: please help us test new web site

2010-10-12 Thread Albert Abril
I forgot to make my vote: I love the two ones of Solie. My vote for (B), the first one of Sollie. On Tue, Oct 12, 2010 at 11:47 AM, Albert Abril wrote: > I totally agree with weheh, web2py is a big quality framework and deserves > a profesional logo. > > mdipierro said: > >

Re: [web2py] Powered by web2py

2010-10-13 Thread Albert Abril
It's not finished yet, but you can add: http://arritmia.bressol.org On Wed, Oct 13, 2010 at 7:53 AM, Bruno Rocha wrote: > I am developing a slide show with the best ones to put on home page, > just like the one you can see in pylonshq.com > > And is a good idea to have a /poweredby page in web2p

Re: [web2py] Re: Serve different applications to different URLS

2010-10-16 Thread Albert Abril
[L,P] > > > > > > If you create separate config for each VirtualHost domain, you can do > that, > > or better if you create subdomains for each app > > > > 2010/9/30 Bruno Rocha > > > > > > > > > If you are using Apache, you can

Re: [web2py] Re: tip of the day. The power of routes

2010-10-18 Thread Albert Abril
Wow! Thank you Massimo. Just now I was having that problem. On Mon, Oct 18, 2010 at 9:01 AM, Tom Atkins wrote: > Fantastic - thanks Massimo. That is extremely useful - my regex skills are > pretty poor but this really helps with getting to grips with routes.py. > > Love the 'tips of the day' -

Re: [web2py] Re: Instant Press in beta

2010-10-18 Thread Albert Abril
Me too. Also, it's a killer app. :) On Mon, Oct 18, 2010 at 7:11 PM, mdipierro wrote: > I like it too. > > On Oct 18, 11:45 am, rochacbruno wrote: > > I like Instant Press. This makes me think about "rapid publishing" which > means "easy to publish" or something "Agile" like that. > > > > Envi

Re: [web2py] Re: Request for a logo - PluginCentral

2010-10-25 Thread Albert Abril
+1 to Bruno and Branko On Mon, Oct 25, 2010 at 11:17 PM, Bruno Rocha wrote: > > Branko, Did you proposed a logo for web2py main site too ? >> > You did an excelent work with this one, if we have a second round to >> submit >> > and vote for logos, you would send your ideas. >> >> Well, no I have

Re: [web2py] Re: Request for a logo - PluginCentral

2010-10-26 Thread Albert Abril
+1 to Branko again. ( mailist should have a comment voting system :D ) On Tue, Oct 26, 2010 at 8:50 PM, Branko Vukelic wrote: > Please don't even try to imagine a graphic designer that would turn > abstract ideas like Stability and Ease of use into a useful graphic. > That's impossible. In real

Re: [web2py] Re: web2py testing & release cycle

2010-10-30 Thread Albert Abril
Ok. Count on me too. I can't organize this, because I'm not an expert in tests, but can contribute with testing. Regards! On Sat, Oct 30, 2010 at 9:03 PM, Luther Goh Lu Feng wrote: > +1 Count me in. I am pretty new to python. But I am sure there are at > least one or two simple test cases for me

Re: [web2py] how to derive a class from Table ?

2010-10-31 Thread Albert Abril
I'm not sure if you can do this with DAL. However, maybe if you use an ORM you can derivate models. Time ago someone write about using Django ORM or SQLAlchemy in web2py for make this, you can read here [1] and here [2]. Correct me if i am not on the right way, thanks. [1] http://www.mail-archive

Re: [web2py] Re: Request for a logo - PluginCentral

2010-10-31 Thread Albert Abril
Finally it's going to be a 2n Round logo contest as said at this thread? Just curious. On Tue, Oct 26, 2010 at 9:28 PM, Albert Abril wrote: > +1 to Branko again. > > ( mailist should have a comment voting system :D ) > > > On Tue, Oct 26, 2010 at 8:50 PM, Branko Vukelic w

Re: [web2py] new admin layout

2010-11-01 Thread Albert Abril
Love it. Better than older, IMHO. On Mon, Nov 1, 2010 at 6:56 PM, mdipierro wrote: > There is a new admin layout/style in trunk. I think it looks more > professional. Feedback... not sure we need another contest (although > we could). For now I am interested in knowing whether you think this > i

Re: [web2py] new admin layout

2010-11-01 Thread Albert Abril
Just say that in changeset: 1108:9d9d4de746af there's no ... http://127.0.0.1:8000/admin/static/gae.png> "> ..then the img link is broken. The rest seems OK. On Mon, Nov 1, 2010 at 7:11 PM, Albert Abril wrote: > Love it. > Better than older, IMHO. > > >

Re: [web2py] Re: ymacs editor

2010-11-02 Thread Albert Abril
Wow! I didn't know about Amy. I like Amy so much. With the new design and this editor, maybe I use more the admin interface. Great job people! On Tue, Nov 2, 2010 at 10:56 PM, mdipierro wrote: > edit admin/models/0.py it is the first admin config option. > > On Nov 2, 4:43 pm, Branko Vukelic

Re: [web2py] Re: rich UI and util js library

2010-11-02 Thread Albert Abril
Is the library (or AJAX toolkit) used to make ymacs, as said at his web: http://www.ymacs.org/ On Tue, Nov 2, 2010 at 10:37 PM, mdipierro wrote: > This is good work. It is very clear and bsd license. > > On Nov 2, 4:32 pm, Michele Comitini > wrote: > > Could be a good alternative to pyjamas ap

[web2py] [offtopic] HTML5 builder, python way.

2010-11-02 Thread Albert Abril
html5witch is an early-stage Python 2.5+ HTML5 generator based on xmlwitch . http://github.com/galvez/html5witch

Re: [web2py] [Tip] How to get people who does not follow you on twitter

2010-11-03 Thread Albert Abril
Meanwhile, and only If you want, send me or post here your nicknames of twitter and I'll make a web2py twitter-list. my twitter is @desmondo. On Wed, Nov 3, 2010 at 10:06 PM, rochacbruno wrote: > Do you mean showing who follows @web2py? > > I think it is a good idea, even to create some kind of

Re: [web2py] Re: Interesting developments...

2010-11-06 Thread Albert Abril
What about hyde? https://github.com/blog/342-hyde-the-python-static-site-generator "Hyde is a static website generator powered by Python & Django. Hyde supports all the Django template tags & filters and even has a few of its own.

Re: [web2py] Re: Problem with RPX - janrain engage

2010-11-11 Thread Albert Abril
hehe.. it happens to me too. you should write only the name of the subdomain. if you have http://web2pyapp.rpxnow.com , you have to write only 'web2pyapp' . I hope this help to others. Regards! On Thu, Nov 11, 2010 at 10:02 PM, Bruno Rocha wrote: > SOLVED! > > It was an error on configuration,

Re: [web2py] Re: Problem with RPX - janrain engage

2010-11-11 Thread Albert Abril
how can I use RPX and Normal Login form in the same way that > web2pyslices are using here: > http://web2pyslices.com/main/default/user/login > > ??? > > > > 2010/11/11 Bruno Rocha > >> It is a commom mistake, so I think is a good idea to include a note in &g

Re: [web2py] Re: state of documentation: why pdf?

2010-01-28 Thread Albert Abril
Mengu: why not? Any new documentation is welcome. On Thu, Jan 28, 2010 at 5:50 PM, Mengu wrote: > massimo, > > so, are we able to write a documentation on web2py? > > On Jan 28, 5:30 pm, mdipierro wrote: > > In the Django world there are books (for sale) and there are other > > forms of documen

Re: [web2py] Re: jquery tools

2010-01-30 Thread Albert Abril
It has a very great documentation. And seems really interesting. Thanks for the link. On Sun, Jan 31, 2010 at 1:32 AM, mdipierro wrote: > Just for reference in case anybody needs it. The surevy part of kpax > does sortable lists. > > Massimo > > On Jan 30, 6:29 pm, Jonathan Lundell wrote: > >

Re: [web2py] Re: jquery tools

2010-02-01 Thread Albert Abril
As said at jQuery TOOLS web: Other JavaScript UI libraries focus on desktop-like features such as > drag-and-drop, sliders, sortable tables or draggable windows. They are meant > to build "rich internet applications" (RIAs) such as email clients, task > managers, CRM software, image organizers or

Re: [web2py] new spanish user group created

2010-02-02 Thread Albert Abril
Gràcies!! Me agrego también! :) On Tue, Feb 2, 2010 at 11:29 PM, Andres Vargas - zodman wrote: > agregandome :> > > On Tue, Feb 2, 2010 at 9:14 AM, Gibran Rodriguez > wrote: > > > > > > On Tue, Feb 2, 2010 at 10:11 AM, DenesL wrote: > >> > >> New spanish speaking web2py user group created: > >

Re: [web2py] Re: web2py organization - important for consultants !!!

2010-11-12 Thread Albert Abril
http://experts4solutions.com/e4s/default/companies Local conacts --> Local contacts! xD On Fri, Nov 12, 2010 at 11:06 AM, Paul Gerrard wrote: > Here are my comments on the Guidelines page. Some of these are > duplicates with other peoples' comments - but what the heck. ---> is > my suggestion >

Re: [web2py] Re: web2py 1.89.1 is OUT

2010-11-12 Thread Albert Abril
new admin, new welcome, and gae deploy button are, wizard... each day prettier and easier. thanks to you, the community. On Fri, Nov 12, 2010 at 7:04 PM, Bruno Rocha wrote: > Great! > > each day I like web2py more! > > 2010/11/12 mdipierro > > Congratulations to all those how contributed (whose

  1   2   >