Re: [web2py] Re: CMS WEB2PY

2016-02-19 Thread Ron Chatterjee
I concur. You did a good job on that blog. It looks nice. On Friday, February 19, 2016 at 12:57:09 PM UTC-5, Carlos Cesar Caballero wrote: > > Hi Ron, CMSs allows to build web sites faster, but they usually lacks of > flexibility and performance compared with custom applications, I prefer to >

Re: [web2py] Re: CMS WEB2PY

2016-02-19 Thread Carlos Cesar Caballero Díaz
Hi Ron, CMSs allows to build web sites faster, but they usually lacks of flexibility and performance compared with custom applications, I prefer to stay in the middle and build custom applications with a core of pre made modules for different functionalities, in that way I can balance the proje

Re: [web2py] Re: CMS WEB2PY

2016-02-19 Thread Carlos Cesar Caballero Díaz
Hi, because of our needs, the time available and the workload, we decide to postpone our work in a complete CMS solution, and concentrate in modules (web2py plugins) with CMS capabilities that can be reused and integrated in an app depending the needs. I can share the code that supports www.da

[web2py] Re: CMS WEB2PY

2016-02-19 Thread Ron Chatterjee
I didn't mean it like that. I meant to say, due to lack of CMS what would be the best practice. Using of CMS or custom theme. Sorry about the confusion. On Friday, February 19, 2016 at 10:25:59 AM UTC-5, LightDot wrote: > > You're comparing two different categories. Web2py is a programming > fr

[web2py] Re: CMS WEB2PY

2016-02-19 Thread LightDot
You're comparing two different categories. Web2py is a programming framework, Mezzanine is a CMS. Web2py is a tool you would use to build a CMS like a Mezzanine (same as Django is used in this particular case). In other words, what you should be comparing is Web2py vs Django, not web2py vs proj

[web2py] Re: CMS WEB2PY

2016-02-19 Thread Ron Chatterjee
Curious to know what would be best practice? Use CMS like Mezzanine or use bootstrap and custom theme for each page? It just seem the look and feel of CMS is nicer than out of box web2py app. List are few things Mezzanine offer. Most of it is fairly simple and offered via various web2py plugins

[web2py] Re: CMS WEB2PY

2016-02-18 Thread Jörg Schneider
I was able to built a Custom-CMS for a refugee helper association only by watching the videos an reading the manual. I do only have really basic knowledge in programming and because Joomla and Wordpress didn't fit my needs I started from the scratch with web2py which is really a cool framework.

[web2py] Re: CMS WEB2PY

2016-02-18 Thread Ron Chatterjee
Is this the same reason that this dont work with bootstrap 3? response.title = A(IMG(_src=URL('static', 'images/something.png'))) response.subtitle = 'Find all the latest blogs here' This CMS is using bootstrap2 not bootstrap3? On Thursday, February 18, 2016 at 1:24:06 PM UTC-5, Antonio Salaz

[web2py] Re: CMS WEB2PY

2016-02-18 Thread Antonio Salazar
Bootstrap3 discontinued submenu support in dropdown menus, which is to say we are limited to two-level menus. I guess you'll have to redesign the navigation or somehow re-add dropdown submenus. Congratulations! I was eagerly expecting to cjeck your CMS, but didn't see this on time, sorry for co

Re: [web2py] Re: CMS WEB2PY

2016-02-18 Thread Ron Chatterjee
Carlos, Where can I download "www.daxslab.com ,"? On Tuesday, October 13, 2015 at 9:17:20 AM UTC-4, Carlos Cesar Caballero wrote: > > I am working on a site that is builded using cust

[web2py] Re: CMS WEB2PY

2015-10-27 Thread James Burke
I've posted the source code of my CMS on github: https://github.com/peregrinius/web2py-liscio I migrated it onto the latest version of web2py, but there is a change on the new version which means a menu items with children is no longer clickable link. I guess this is for the benefit of tablets?

Re: [web2py] Re: CMS WEB2PY

2015-10-27 Thread James Burke
Thanks Selman. I have already begun work to put a version up on github. Hopefully I'll have something up tonight. On 27 Oct 2015 1:27 PM, "Selman Kocael" wrote: > it's nice. > > 2015-10-26 21:49 GMT+02:00 James Burke : > >> I created a CMS a few years ago now in web2py... It is fairly basic >> co

Re: [web2py] Re: CMS WEB2PY

2015-10-27 Thread Selman Kocael
it's nice. 2015-10-26 21:49 GMT+02:00 James Burke : > I created a CMS a few years ago now in web2py... It is fairly basic > compared to Carlos one. > > I have a test website for a client on GAE > > http://badevday-test.appspot.com/ > > to access the backend > > http://badevday-test.appspot.com/ad

[web2py] Re: CMS WEB2PY

2015-10-26 Thread James Burke
I created a CMS a few years ago now in web2py... It is fairly basic compared to Carlos one. I have a test website for a client on GAE http://badevday-test.appspot.com/ to access the backend http://badevday-test.appspot.com/admin login: user-gr...@web2py.com password: passw0rd It doesn't have

Re: [web2py] Re: CMS WEB2PY

2015-10-23 Thread Selman Kocael
sorry. it is new version: https://bitbucket.org/mulonemartin/instantpress/wiki/Home video: https://www.youtube.com/watch?v=vGkR246URRk 2015-10-23 11:11 GMT+03:00 Selman Kocael : > i found a web2py CMS on google code called instantpress. > https://code.google.com/p/instant-press/ > > https://www.

Re: [web2py] Re: CMS WEB2PY

2015-10-23 Thread Selman Kocael
i found a web2py CMS on google code called instantpress. https://code.google.com/p/instant-press/ https://www.youtube.com/watch?v=gtdJ5JCxiJQ it is last updated December 2010, still working. (of course :)) i need to modify tables visual, or create simple pages. so it could be nice to improve fun

Re: [web2py] Re: CMS WEB2PY

2015-10-15 Thread Paolo Amboni
I'm very curious to see the config part!! Let us know when you publish the source code. Thanks. Il giorno martedì 13 ottobre 2015 15:17:20 UTC+2, Carlos Cesar Caballero ha scritto: > > I am working on a site that is builded using custom made CMS, I am > planning to release it to github when it

Re: [web2py] Re: CMS WEB2PY

2015-10-14 Thread Carlos Cesar Caballero Díaz
Yes, it is. Right now is a set of CMS functionalities for web2py apps as posts, pages, comments, tagging and a dashboard (with internationalization support for multilingual sites), in this moment I am working in the authorization system that is very basic. I don't like the most of CMSs becau

Re: [web2py] Re: CMS WEB2PY

2015-10-14 Thread Massimo Di Pierro
Is the CMS you talk about built with web2py? On Tuesday, 13 October 2015 08:17:20 UTC-5, Carlos Cesar Caballero wrote: > > I am working on a site that is builded using custom made CMS, I am > planning to release it to github when it's finished (the cms), right now > you can see the site (work in

Re: [web2py] Re: CMS WEB2PY

2015-10-13 Thread Kiran Subbaraman
Carlos, Nice site. I'll follow your github space (https://github.com/daxslab) , and take a look at the CMS code, once its on github. Kiran Subbaraman http://subbaraman.wordpress.com/about/ On Tue, 13-10-2015 6:48 PM, Carlos Cesar Caballero Díaz wrote: I

Re: [web2py] Re: CMS WEB2PY

2015-10-13 Thread Dave S
On Tuesday, October 13, 2015 at 12:31:24 PM UTC-7, Anthony wrote: > > On Monday, October 12, 2015 at 12:12:46 PM UTC-7, Vinicius Assef wrote: >>> >>> Quokka CMS is a very nice and modern choice, too. >>> >>> >> Got a pointer? I don't think the solar cell calculator was the software >> you mean

Re: [web2py] Re: CMS WEB2PY

2015-10-13 Thread Anthony
> > On Monday, October 12, 2015 at 12:12:46 PM UTC-7, Vinicius Assef wrote: >> >> Quokka CMS is a very nice and modern choice, too. >> >> > Got a pointer? I don't think the solar cell calculator was the software > you meant. > http://quokkaproject.org/ It's based on Flask. Created by a former

Re: [web2py] Re: CMS WEB2PY

2015-10-13 Thread Dave S
On Monday, October 12, 2015 at 12:12:46 PM UTC-7, Vinicius Assef wrote: > > Quokka CMS is a very nice and modern choice, too. > > Got a pointer? I don't think the solar cell calculator was the software you meant. /dps -- Resources: - http://web2py.com - http://web2py.com/book (Documentation

Re: [web2py] Re: CMS WEB2PY

2015-10-13 Thread Richard Vézina
Look very nice Carlos, congrats... Richard On Tue, Oct 13, 2015 at 10:42 AM, Ron Chatterjee wrote: > Problem that I see using CMS that its very hard to make changes and the > code is always very embedded and dependent. Hopefully it will be different > than what I have seen. Interesting! > > >

[web2py] Re: CMS WEB2PY

2015-10-13 Thread Ron Chatterjee
Problem that I see using CMS that its very hard to make changes and the code is always very embedded and dependent. Hopefully it will be different than what I have seen. Interesting! On Tuesday, October 13, 2015 at 10:11:20 AM UTC-4, Leonel Câmara wrote: > > I may actually have to make a web2p

[web2py] Re: CMS WEB2PY

2015-10-13 Thread Leonel Câmara
I may actually have to make a web2py CMS quite soon. I have a bunch requirements that off-the-shelf CMSes don't fulfill but I would be really interested in seeing your code Carlos, give us a heads up when you release. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) -

Re: [web2py] Re: CMS WEB2PY

2015-10-13 Thread Paolo Amboni
Very interesting if you release it on github I'll definitely try it. -- 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

Re: [web2py] Re: CMS WEB2PY

2015-10-13 Thread Carlos Cesar Caballero Díaz
yes, the CMS is web2py based. El 13/10/15 a las 09:39, Paolo Amboni escribió: The site is really well made. But te CMS is we2py based? Il giorno martedì 13 ottobre 2015 15:17:20 UTC+2, Carlos Cesar Caballero ha scritto: I am working on a site that is builded using custom made CMS, I am

Re: [web2py] Re: CMS WEB2PY

2015-10-13 Thread Paolo Amboni
The site is really well made. But te CMS is we2py based? Il giorno martedì 13 ottobre 2015 15:17:20 UTC+2, Carlos Cesar Caballero ha scritto: > > I am working on a site that is builded using custom made CMS, I am > planning to release it to github when it's finished (the cms), right now > you c

Re: [web2py] Re: CMS WEB2PY

2015-10-13 Thread Carlos Cesar Caballero Díaz
I am working on a site that is builded using custom made CMS, I am planning to release it to github when it's finished (the cms), right now you can see the site (work in progress) at www.daxslab.com, suggestions and criticism are very welcomed El 12/10/15 a las 06:09, Paolo Amboni escribió: Ar

Re: [web2py] Re: CMS WEB2PY

2015-10-12 Thread Vinicius Assef
Quokka CMS is a very nice and modern choice, too. -- Vinicius Assef On 10 October 2015 at 13:34, Anthony wrote: > If it has to be Python, there are several Django based CMSes -- Wagtail > looks like a nice one (there's also Mezzanine and Django CMS). > > Anthony > > > On Saturday, October 10,

[web2py] Re: CMS WEB2PY

2015-10-12 Thread Paolo Amboni
Are there some contraindications to use web2py with php based cms like joomla? Il giorno sabato 10 ottobre 2015 18:34:55 UTC+2, Anthony ha scritto: > > If it has to be Python, there are several Django based CMSes -- Wagtail > looks like a nice one (there's also Mezzanine and

[web2py] Re: CMS WEB2PY

2015-10-10 Thread Anthony
If it has to be Python, there are several Django based CMSes -- Wagtail looks like a nice one (there's also Mezzanine and Django CMS). Anthony On Saturday, October 10, 2015 at 3:32:22 AM UTC-4, Paolo Amboni wrote: > > After some research i finally concluded that there is no