[web2py] Re: github - please follow

2013-09-06 Thread Diego Carvallo
Talking about metrics and popularity, it could be a good thing to determine how BuiltWith and Wappalizer detect frameworks to create their usage trend graphs. Both have Chrome extensions that tell you the frameworks used in a certain web page but web2py is usually not detected (not even in my pa

[web2py] How to leverage web2py popularity and usage?

2013-09-06 Thread Diego Carvallo
I think that the bigger the active community the greater a framework gets. Like Symphony for example that in a few years has grown so big now it has its own plugin repository (Composer) and dozens of user forums. Regarding metrics, it could be a good thing to determine how BuiltWith and Wappali

[web2py] Re: Serve images from action call or web service call

2013-07-18 Thread Diego Carvallo
(stream, request=request, attachment=False, filename= filename) {{=URL('serve_image',vars='1234')}} On Thursday, July 18, 2013 10:58:59 PM UTC-4, Diego Carvallo wrote: > > -- --- You received this message because you are subscribed to the Google Groups "web2

[web2py] Re: Serve images from action call or web service call

2013-07-18 Thread Diego Carvallo
-- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.

[web2py] Serve images from action call or web service call

2013-07-16 Thread Diego Carvallo
I am using Web2Py and need to serve images from folder external to Web2py, user images are dynamical and have to be loaded from a different system in the same server therefore they cannot be moved to be contained in the web2py application directory. So I cannot have a relative path to the image