Re: [web2py] Re: web3py -> py4web

2019-08-12 Thread Massimo Di Pierro
Not yet. Will create one eventually but want to finish a couple of features with support with this community On Monday, 12 August 2019 07:38:46 UTC-7, En Ware wrote: > > Is there an IRC channel for py4web yet ? or an official group ? > > On Tuesday, July 30, 2019 at 1:38:05 AM UTC-5, Massimo Di

Re: [web2py] Re: web3py -> py4web

2019-08-12 Thread En Ware
Is there an IRC channel for py4web yet ? or an official group ? On Tuesday, July 30, 2019 at 1:38:05 AM UTC-5, Massimo Di Pierro wrote: > > to be clear... most of the docs is backported by web2py + explanation of > sessions and @action decorator. > Most of the new features are still

Re: [web2py] Re: web3py -> py4web

2019-07-30 Thread villas
On Tuesday, 30 July 2019 07:35:08 UTC+1, Massimo Di Pierro wrote: > > I did not know about this. It has a cost. I'd rather not pay for it. > 1. Just so you know, from GitBook Pricing page: > GitBook is free for open-source & non-profit teams > 2. Markdown

Re: [web2py] Re: web3py -> py4web

2019-07-30 Thread Massimo Di Pierro
to be clear... most of the docs is backported by web2py + explanation of sessions and @action decorator. Most of the new features are still undocumented or poorly documented unfortunately. Namely pydal.restapi, auth plugins, Form, and Will try my best in the next few days. On Monday, 29 July

Re: [web2py] Re: web3py -> py4web

2019-07-30 Thread Massimo Di Pierro
*from pydal.restapi import RestAPI, Policy* On Monday, 29 July 2019 14:13:50 UTC-7, Tito Garrido wrote: > > I am trying to reproduce the RestAPI example: > > > > *>>> print (pydal.__version__)19.05.11>>> from pydal.dbapi import RestAPI, > Policy* > Traceback (most recent call last): > File "",

Re: [web2py] Re: web3py -> py4web

2019-07-30 Thread Massimo Di Pierro
I did not know about this. It has a cost. I'd rather not pay for it. But I am thinking that perhaps we should move away from markmin and use markdown. Markmin is better but if we follow a more established standard we can use more tools. Also the book chapters can be used as README.md for the

Re: [web2py] Re: web3py -> py4web

2019-07-29 Thread Tito Garrido
I am trying to reproduce the RestAPI example: *>>> print (pydal.__version__)19.05.11>>> from pydal.dbapi import RestAPI, Policy* Traceback (most recent call last): File "", line 1, in ModuleNotFoundError: No module named 'pydal.dbapi' What am I missing? On Mon, Jul 29, 2019 at 10:43 AM

Re: [web2py] Re: web3py -> py4web

2019-07-29 Thread António Ramos
Why not using gitbook to create the documentation ??? repos already using gitbook... https://guide.elm-lang.org/ https://docs.feathersjs.com/# etc Em seg, 29 de jul de 2019 às 10:36, Jose C escreveu: > Darn, I hunted around but didn't see it. Thanks for the link... > > > > On Monday, 29 July

Re: [web2py] Re: web3py -> py4web

2019-07-29 Thread Jose C
Darn, I hunted around but didn't see it. Thanks for the link... On Monday, 29 July 2019 10:06:42 UTC+1, Nico Zanferrari wrote: > > Hi Jose, > > the documentation is already on GitHub > > , > and PR are

Re: [web2py] Re: web3py -> py4web

2019-07-29 Thread Nico Zanferrari
Hi Jose, the documentation is already on GitHub , and PR are always welcome ;-) Nico Il giorno lun 29 lug 2019 alle ore 10:14 Jose C ha scritto: > Looks promising... some questions: > > 1) Have spotted many

Re: [web2py] Re: web3py -> py4web

2019-07-24 Thread António Ramos
http://py4web.com/_documentation/static/index.html#chapter-06 Em qua, 24 de jul de 2019 às 12:28, Kevin Keller escreveu: > Which file Antonio? > > I found what seems an Oauth2 server py and pyjwt in core. > > So I suppose OAuth2 + OpenID Restful API can be done with web4py already.. > just need

Re: [web2py] Re: web3py -> py4web

2019-07-24 Thread Kevin Keller
Which file Antonio? I found what seems an Oauth2 server py and pyjwt in core. So I suppose OAuth2 + OpenID Restful API can be done with web4py already.. just need to find in the docs.. By the way.. happy to contribute to the docs. On Wed, Jul 24, 2019 at 1:21 PM António Ramos wrote: > >

Re: [web2py] Re: web3py -> py4web

2019-07-24 Thread António Ramos
Found a typo RestPI instead of RestAPI Regardsdef api(): return RestPI(db, policy)(request.method, request.args(0), request.args(1), request.get_vars, request.post_vars) Em qua, 24 de jul de 2019 às 12:17, António Ramos escreveu: > - Great documentation layout

Re: [web2py] Re: web3py -> py4web

2019-07-24 Thread António Ramos
- Great documentation layout - A litle bette name (Py4Web) - But the dashboard and the running circle and colours chosen are completely out of order in my opinion if it matters. Where is the logo ? will it have a logo ? what colour scheme will it use ? Regards Em qua, 24 de jul de 2019 às 09:44,

Re: [web2py] Re: web3py -> py4web

2019-07-24 Thread Nico Zanferrari
Pretty awesome ;-) By the way, the box where you write the password should be enlarged a little on the right... [image: image.png] Il giorno mer 24 lug 2019 alle ore 10:09 Massimo Di Pierro < massimo.dipie...@gmail.com> ha scritto: > Dashboard now partially works on GAE in demo mode. >

Re: [web2py] Re: web3py -> py4web

2019-07-24 Thread Massimo Di Pierro
Dashboard now partially works on GAE in demo mode. http://py4web.com/_dashboard -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this

Re: [web2py] Re: web3py -> py4web

2019-07-24 Thread Nico Zanferrari
Excellent! Il giorno mer 24 lug 2019 alle ore 08:17 Massimo Di Pierro < massimo.dipie...@gmail.com> ha scritto: > > Notice the time to serve this page ( > https://github.com/web2py/py4web/blob/master/apps/_default/templates/index.html) > which is a template, is ~7ms. In web2py it was 100-200ms.

Re: [web2py] Re: web3py -> py4web

2019-07-24 Thread Massimo Di Pierro
Notice the time to serve this page (https://github.com/web2py/py4web/blob/master/apps/_default/templates/index.html) which is a template, is ~7ms. In web2py it was 100-200ms. On Tuesday, 23 July 2019 23:03:08 UTC-7, sandeep patel wrote: > > Absolutely Great!! > > But >

Re: [web2py] Re: web3py -> py4web

2019-07-24 Thread Massimo Di Pierro
The dashboard does not work on GAE http://py4web.com/_documentation/static/ is not a valid URL http://py4web.com/_documention is On Tuesday, 23 July 2019 23:03:08 UTC-7, sandeep patel wrote: > > Absolutely Great!! > > But >

Re: [web2py] Re: web3py -> py4web

2019-07-24 Thread sandeep patel
Absolutely Great!! But http://py4web.com/_documentation/static/ though 404 On Wed, Jul 24, 2019 at 11:28 AM Dave S wrote: > > > On Tuesday, July 23, 2019 at 10:40:27 PM UTC-7, Massimo Di Pierro wrote: >> >> OK. I know. I am not good with names. >> But there are lots of requirements to be