[web2py] Re: Web2Py on IIS, multiple apps under virtual directories

2019-07-22 Thread Davidiam
Solved.  I needed to add a separate fastcgi per system by modifying the 
web.confi fastcgi line and adding the and in IIS I needed to add a separate 
fastcgi application for each installation.

On Saturday, July 20, 2019 at 7:30:00 AM UTC+2, Davidiam wrote:
>
> Hello,
>
> I have setup Web2Py with IIS using fastcgi and I got the application 
> running (currently testing using the Welcome app).
>
> In our project we will have multiple applications running parallel to each 
> other, each under a separate application.
> To do this, we have created the following structure : 
> D:\web2py\
> D:\web2py\QF1
> D:\web2py\QF2
> D:\web2py\QF3
>
> Under these directories we copied the web2py files (so the web.config, 
> routes.py are in the QFx directories).
> We converted the virtual directories to apps and set the user rights 
> according to the documentation.
>
> In each of the routes.py, we set the path_prefix according to the name of 
> the virtual directory :
> for example, for QF1 we put :
> routers = dict(BASE=dict(path_prefix = "qf1"))
>
> When we run the welcome app for qf1, it works, but then when we try to run 
> qf2 it immediately redirects to qf1, and the same for qf3.
> The app to which it redirects can vary depending on the first one we run 
> (after a while it seems to reset itself).
> We do not see what is causing the redirect, I have tried modifying the 
> web.config but so far no success in fixing the issue.
> Is there any way to log this ?
>
> Fastcgi is configured at server level.  We are using one application 
> pool.  We tried enabling logging but without success.
> Any help would be appreciated.
>

-- 
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 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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/547020ad-257d-45c7-b399-fa04b476ad9d%40googlegroups.com.


Re: [web2py] Re: Anthony was right... web3py has a big naming conflict

2019-07-22 Thread António Ramos
Just trash the "web" and "py" words. Its killing my imagination...

Em seg, 22 de jul de 2019 às 02:43, JSalvat  escreveu:

> What about "webtopy"
>
> --
> 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 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.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/web2py/d0d26e2a-c97a-4fab-a0aa-e890df86cc23%40googlegroups.com
> .
>

-- 
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 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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/CAEM0BxMus2fyKgmputvsvVuJJ8G5C8-Wx-LaEyqXoYv2hr_F3g%40mail.gmail.com.


Re: [web2py] Built-in online text editor jumps away

2019-07-22 Thread António Ramos
@Massimo are you planning on incorporating vue2pyj  on web2py/web3py ??
Seems like a boost in productivity

Regards

Em qui, 18 de jul de 2019 às 19:52, Val K  escreveu:

> Hi Zoltan!
> I just wrote my own
> https://github.com/valq7711/vue2pyj
>
> --
> 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 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.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/web2py/084d8c79-ac3f-47b2-9f12-8ca2ad79cb66%40googlegroups.com
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/CAEM0BxMiG4%3DO2usqcMrQBbwmS9Y98U6XWH0yZfXc6gRm2pxN%2Bw%40mail.gmail.com.


[web2py] Anthony was right... web3py has a big naming conflict

2019-07-22 Thread Ivica Kralj
It needs to be changed for sure. 

I really like gluon (even Microsoft joined this bandwagon)... 

So maybe inspiration could come from quantum phisics again. Scrap that... Most 
cool named subatomic particles are already used (muon)... 

How about something relating to python species (sebae). not sure how to 
pronounce this :) !! 

Now that I contributed a tiny bit, in my humble opinion, I wouldn't go 'web' or 
'py' rute. 

-- 
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 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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/b80397d0-45d6-45f3-9355-e0e5e5d54f81%40googlegroups.com.


[web2py] How to link images (under static/images) from static folder static html

2019-07-22 Thread Jon Subscripted
Hi everyone,
I'm experiencing some problems trying to display static images in my static
html files. Actually I get a 404 error, when I "inspect" what's going wrong.

Some of the HTML files in my project are fully static (stored along with
403.html, 404.html, 500.html & 503.html) and display images stored in
static/images folder. So I tried to link them the traditional way. (I
assumed the URL builder cannot be used as the HTMLs are not processed by
web2py before being served.)

But it is not working. How should I link those images?

I've tried different approaches but neither of them seems to work.

a) relative path  (relative inside the
app)
b) relative path

 (relative inside the web2py
site)

c) absolute path https://www.myweb.com.eus/myapp/static/images/forks_es.png"; />

BTW, it may be important to note that I'm using the "routes.py" using the
"parameter-based system" using:

BASE  = dict(default_application='myapp')

Thanks, Jon.

-- 
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 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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/CAK8tz31F0mZd_m255WeODx_RLhZ_PXk60zGhDWGoVMzvjPvs_A%40mail.gmail.com.


[web2py] Re: Anthony was right... web3py has a big naming conflict

2019-07-22 Thread Leonel Câmara
I would call it pywebal "python web abstraction layer"

-- 
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 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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/b6450298-575f-4274-9708-4dd85c7097a2%40googlegroups.com.


RE: [web2py] Re: Anthony was right... web3py has a big naming conflict

2019-07-22 Thread John Bannister
Why not something as simple as py3web

 

From: web2py@googlegroups.com [mailto:web2py@googlegroups.com] On Behalf Of 
Leonel Câmara
Sent: 22 July 2019 16:26
To: web2py-users
Subject: [web2py] Re: Anthony was right... web3py has a big naming conflict

 

I would call it pywebal "python web abstraction layer"

-- 
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 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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/b6450298-575f-4274-9708-4dd85c7097a2%40googlegroups.com
 

 .

-- 
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 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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/09e101d54099%24e94b5560%24bbe20020%24%40gmail.com.


Re: [web2py] Re: Anthony was right... web3py has a big naming conflict

2019-07-22 Thread Christian Varas
WebThreePy?

Web4Py   ?


Cheers.

El lun., 22 de jul. de 2019 16:29, John Bannister 
escribió:

> Why not something as simple as py3web
>
>
>
> *From:* web2py@googlegroups.com [mailto:web2py@googlegroups.com] *On
> Behalf Of *Leonel Câmara
> *Sent:* 22 July 2019 16:26
> *To:* web2py-users
> *Subject:* [web2py] Re: Anthony was right... web3py has a big naming
> conflict
>
>
>
> I would call it pywebal "python web abstraction layer"
>
> --
> 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 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.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/web2py/b6450298-575f-4274-9708-4dd85c7097a2%40googlegroups.com
> 
> .
>
> --
> 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 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.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/web2py/09e101d54099%24e94b5560%24bbe20020%24%40gmail.com
> 
> .
>

-- 
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 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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/CA%2Bs%2BuJtVFt_Z1sNoQOzjM_HfJZb-Q7vxZ_-QqQha3GvC59b4_Q%40mail.gmail.com.


[web2py] Re: Anthony was right... web3py has a big naming conflict

2019-07-22 Thread Ivica Kralj
I can't let gluon go :)  so how about


Gluonic


trademark seems to be available
https://www.trademarkia.com/trademarks-search.aspx?tn=gluonic

gluonic dot com is parked for the last 2000 days. However, some of the 
top-level domains are available .co, .net, .tech, .info, .online, .dev...

https://domains.google.com/m/registrar/search?searchTerm=gluonic&hl=en&_ga=2.204003988.549408078.1563812529-1656870076.1563812529&tab=1&availabilityFilter=

google search 
About 160,000 results 


On Monday, 22 July 2019 15:40:35 UTC+2, Ivica Kralj wrote:
>
> It needs to be changed for sure. 
>
> I really like gluon (even Microsoft joined this bandwagon)... 
>
> So maybe inspiration could come from quantum phisics again. Scrap that... 
> Most cool named subatomic particles are already used (muon)... 
>
> How about something relating to python species (sebae). not sure how to 
> pronounce this :) !! 
>
> Now that I contributed a tiny bit, in my humble opinion, I wouldn't go 
> 'web' or 'py' rute. 
>
>

-- 
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 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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/70abbe6b-586e-42bd-ab35-038d686c454c%40googlegroups.com.


Re: [web2py] Re: Anthony was right... web3py has a big naming conflict

2019-07-22 Thread António Ramos
Just call it
*Massimo*
It is very well deserved right ???

Em seg, 22 de jul de 2019 às 17:42, Ivica Kralj 
escreveu:

> I can't let gluon go :)  so how about
>
>
> Gluonic
>
>
> trademark seems to be available
> https://www.trademarkia.com/trademarks-search.aspx?tn=gluonic
>
> gluonic dot com is parked for the last 2000 days. However, some of the
> top-level domains are available .co, .net, .tech, .info, .online, .dev...
>
>
> https://domains.google.com/m/registrar/search?searchTerm=gluonic&hl=en&_ga=2.204003988.549408078.1563812529-1656870076.1563812529&tab=1&availabilityFilter=
>
> google search
> About 160,000 results
>
>
> On Monday, 22 July 2019 15:40:35 UTC+2, Ivica Kralj wrote:
>>
>> It needs to be changed for sure.
>>
>> I really like gluon (even Microsoft joined this bandwagon)...
>>
>> So maybe inspiration could come from quantum phisics again. Scrap that...
>> Most cool named subatomic particles are already used (muon)...
>>
>> How about something relating to python species (sebae). not sure how to
>> pronounce this :) !!
>>
>> Now that I contributed a tiny bit, in my humble opinion, I wouldn't go
>> 'web' or 'py' rute.
>>
>> --
> 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 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.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/web2py/70abbe6b-586e-42bd-ab35-038d686c454c%40googlegroups.com
> 
> .
>

-- 
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 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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/CAEM0BxPCKBxy8jJ85AwiynOeY%2B4H40FnusR3%2BH0zD0xnER8ZQw%40mail.gmail.com.


Re: [web2py] Re: Anthony was right... web3py has a big naming conflict

2019-07-22 Thread Kevin Keller
+1 for Massimo

On Mon, 22 Jul 2019, 19:05 António Ramos,  wrote:

> Just call it
> *Massimo*
> It is very well deserved right ???
>
> Em seg, 22 de jul de 2019 às 17:42, Ivica Kralj 
> escreveu:
>
>> I can't let gluon go :)  so how about
>>
>>
>> Gluonic
>>
>>
>> trademark seems to be available
>> https://www.trademarkia.com/trademarks-search.aspx?tn=gluonic
>>
>> gluonic dot com is parked for the last 2000 days. However, some of the
>> top-level domains are available .co, .net, .tech, .info, .online, .dev...
>>
>>
>> https://domains.google.com/m/registrar/search?searchTerm=gluonic&hl=en&_ga=2.204003988.549408078.1563812529-1656870076.1563812529&tab=1&availabilityFilter=
>>
>> google search
>> About 160,000 results
>>
>>
>> On Monday, 22 July 2019 15:40:35 UTC+2, Ivica Kralj wrote:
>>>
>>> It needs to be changed for sure.
>>>
>>> I really like gluon (even Microsoft joined this bandwagon)...
>>>
>>> So maybe inspiration could come from quantum phisics again. Scrap
>>> that... Most cool named subatomic particles are already used (muon)...
>>>
>>> How about something relating to python species (sebae). not sure how to
>>> pronounce this :) !!
>>>
>>> Now that I contributed a tiny bit, in my humble opinion, I wouldn't go
>>> 'web' or 'py' rute.
>>>
>>> --
>> 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 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.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/web2py/70abbe6b-586e-42bd-ab35-038d686c454c%40googlegroups.com
>> 
>> .
>>
> --
> 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 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.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/web2py/CAEM0BxPCKBxy8jJ85AwiynOeY%2B4H40FnusR3%2BH0zD0xnER8ZQw%40mail.gmail.com
> 
> .
>

-- 
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 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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/CADHCKLTZoQWpOeCvsyv%2BjgEVjEkEz0U%2BZPx__iGxGgi-M8r1rQ%40mail.gmail.com.


[web2py] Anthony was right... web3py has a big naming conflict

2019-07-22 Thread Paco Bernal
What about web2py3 ?

-- 
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 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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/39f3c95d-4c86-4145-ac43-d4e789f626cf%40googlegroups.com.


[web2py] Re: Anthony was right... web3py has a big naming conflict

2019-07-22 Thread Massimo Di Pierro
web2py was called "gluon". The name was changed to web2py because somebody 
threatened me he owned the copyright.

On Monday, 22 July 2019 06:40:35 UTC-7, Ivica Kralj wrote:
>
> It needs to be changed for sure. 
>
> I really like gluon (even Microsoft joined this bandwagon)... 
>
> So maybe inspiration could come from quantum phisics again. Scrap that... 
> Most cool named subatomic particles are already used (muon)... 
>
> How about something relating to python species (sebae). not sure how to 
> pronounce this :) !! 
>
> Now that I contributed a tiny bit, in my humble opinion, I wouldn't go 
> 'web' or 'py' rute. 
>
>

-- 
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 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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/ffbed58d-9320-458f-83e2-05fa1bd7d79f%40googlegroups.com.


[web2py] Re: Anthony was right... web3py has a big naming conflict

2019-07-22 Thread Massimo Di Pierro
Please do not suggest names names here. If you do, somebody will buy it 
before me and it is gone.

-- 
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 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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/a0aeda12-b4e5-4cfc-bd72-c9227b9b819f%40googlegroups.com.


Re: [web2py] Anthony was right... web3py has a big naming conflict

2019-07-22 Thread Wasim Baig
Lets just skip 3 ... web4py

-wasim

On Sat, Jul 20, 2019 at 10:31 AM Massimo Di Pierro <
massimo.dipie...@gmail.com> wrote:

> Anthony was right... web3py has a big naming conflict with web3py (python
> library for web3).
> I am considering renaming it. Not sure I want to start a competition here.
> For a name to be good I must own the domain and it must not be copyrighted.
> Not many options.
> Just heads up.
>
> Massimo
>
> --
> 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 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.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/web2py/f221a730-387a-4e92-a25d-c34d657fa0fb%40googlegroups.com
> 
> .
>


-- 
wasim h. baig | +92 30 0850 8070 | peace be upon you

-- 
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 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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/CABHdwCo1Q3FbsP2SszDo3k6f%3D-_D6etJq_NK_ZwWt_WsxNXXHQ%40mail.gmail.com.


Re: [web2py] Anthony was right... web3py has a big naming conflict

2019-07-22 Thread K Porter
Is webpy.com taken?


On Sat, Jul 20, 2019, 8:31 AM Massimo Di Pierro 
wrote:

> Anthony was right... web3py has a big naming conflict with web3py (python
> library for web3).
> I am considering renaming it. Not sure I want to start a competition here.
> For a name to be good I must own the domain and it must not be copyrighted.
> Not many options.
> Just heads up.
>
> Massimo
>
> --
> 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 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.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/web2py/f221a730-387a-4e92-a25d-c34d657fa0fb%40googlegroups.com
> 
> .
>

-- 
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 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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/CANcdg%3DtNnK21cOC6f4FMnhKWmOeazY1_ezNa1bGwLKgBCsFW7w%40mail.gmail.com.


[web2py] Re: Anthony was right... web3py has a big naming conflict

2019-07-22 Thread Massimo Di Pierro
A name has been purchased. :-)

-- 
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 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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/0940e6ce-e49a-459f-9a91-db578e5595de%40googlegroups.com.


[web2py] github vs gitlab

2019-07-22 Thread Massimo Di Pierro
I have some reasons to consider switching from github to gitlab for web3py 
(to be renamed) have to do with naming conflicts.
Any opinions? pros? cons?

-- 
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 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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/b6746189-0a1f-4126-8f3e-4da1299bb854%40googlegroups.com.