Re: [web2py] Re: Mixing/supporting CMS with Web2py

2012-01-26 Thread Martín Mulone
I switched the editor of instant press to cleditor. A lightweight and simple WYSIWYG editor. http://premiumsoftware.net/cleditor/ 2012/1/25 Bruno Rocha rochacbr...@gmail.com For those who are looking for inspiration on how to develop a good traditional-cms with web2py, take a look in to

Re: [web2py] Re: Mixing/supporting CMS with Web2py

2012-01-25 Thread Bruno Rocha
For those who are looking for inspiration on how to develop a good traditional-cms with web2py, take a look in to http://www.fork-cms.com/before starting your code! -- Bruno Rocha [http://rochacbruno.com.br]

[web2py] Re: Mixing/supporting CMS with Web2py

2011-12-10 Thread peter
Thanks for this Bruno. Is the source code for http://labs.blouweb.com/movuca2/article/show/1/how-to-use-modules-in-web2py publicly available so we can see it in context. Peter On Dec 10, 4:55 am, Bruno Rocha rochacbr...@gmail.com wrote: On Sat, Dec 10, 2011 at 12:32 AM, Massimo Di Pierro

[web2py] Re: Mixing/supporting CMS with Web2py

2011-12-09 Thread Massimo Di Pierro
Back on this topic. I have been working on something that hope to release soon I do not know how to reconcile wysiwyg inline editor+drag-drop with custom layouts. I am leaning for a single html layout similar to the new web2py welcome app (skeleton) and arbitrary customization using css only.

Re: [web2py] Re: Mixing/supporting CMS with Web2py

2011-12-09 Thread Bruno Rocha
Any ideas? Suggestions? I am using plugin_ckeditor with inline edit support. look it working here: http://labs.blouweb.com/movuca2/article/show/1/how-to-use-modules-in-web2py (t...@test.com / 1234) It is all server-side so i think it has no problem with custom layouts. -- Bruno Rocha

Re: [web2py] Re: Mixing/supporting CMS with Web2py

2011-12-09 Thread Bruno Rocha
you have to login to see inline-edit working.

[web2py] Re: Mixing/supporting CMS with Web2py

2011-12-09 Thread Gour
On Fri, 9 Dec 2011 12:21:52 -0800 (PST) Massimo Di Pierro massimo.dipie...@gmail.com wrote: This opens lots of possibilities but the CMS could not use existing themes. Converting concrete5 or wordpress themes would be a pain anyway. That's not the problem. What I like in concrete5 is the

Re: [web2py] Re: Mixing/supporting CMS with Web2py

2011-12-09 Thread Ross Peoples
Glad to know someone is using my plugin :)

[web2py] Re: Mixing/supporting CMS with Web2py

2011-12-09 Thread Ross Peoples
I had attempted to make a full-service CMS at one time, but I got caught up on how theming and templating would work. I never did figure it out completely, but I did learn a few things: - I used a bare minimum layout. This basically contained the doctag, html, and body. Everything else was

Re: [web2py] Re: Mixing/supporting CMS with Web2py

2011-12-09 Thread Bruno Rocha
On Fri, Dec 9, 2011 at 6:48 PM, Ross Peoples ross.peop...@gmail.com wrote: Glad to know someone is using my plugin :) Your plugin is very good, I made some changes, included more methods and solved some bugs. I will send a patch, -- Bruno Rocha [http://rochacbruno.com.br]

[web2py] Re: Mixing/supporting CMS with Web2py

2011-12-09 Thread Massimo Di Pierro
What's the plugin? can you send me a link? On Dec 9, 3:15 pm, Bruno Rocha rochacbr...@gmail.com wrote: On Fri, Dec 9, 2011 at 6:48 PM, Ross Peoples ross.peop...@gmail.com wrote: Glad to know someone is using my plugin :) Your plugin is very good, I made some changes, included more methods

[web2py] Re: Mixing/supporting CMS with Web2py

2011-12-09 Thread Anthony
I think they're talking about this: https://bitbucket.org/PhreeStyle/web2py_ckeditor/src There are also these: http://dev.s-cubism.com/plugin_elrte_widget http://dev.s-cubism.com/plugin_managed_html/page1/_managed_html_edit On Friday, December 9, 2011 9:32:27 PM UTC-5, Massimo Di Pierro wrote:

Re: [web2py] Re: Mixing/supporting CMS with Web2py

2011-12-09 Thread Bruno Rocha
On Sat, Dec 10, 2011 at 12:32 AM, Massimo Di Pierro massimo.dipie...@gmail.com wrote: What's the plugin? can you send me a link? Yes, thats the link https://bitbucket.org/PhreeStyle/web2py_ckeditor/src I made some changes, my code is here:

Re: [web2py] Re: Mixing/supporting CMS with Web2py

2011-11-17 Thread Farsheed Ashouri
Ourway.ir is a social network based on web2py. It's also has a blog system witch a kind of CMS. I am going to open source it soon.

[web2py] Re: Mixing/supporting CMS with Web2py

2011-11-13 Thread Massimo Di Pierro
this will be the top priority after web2py 2.0 is released and the book 4th edition. By the end of November. On Nov 12, 11:22 am, Gour g...@atmarama.net wrote: On Sat, 12 Nov 2011 06:46:18 -0800 (PST) Michael Ellis michael.f.el...@gmail.com wrote: Thanks, Gour.  It's a nice looking

[web2py] Re: Mixing/supporting CMS with Web2py

2011-11-13 Thread Gour
On Sun, 13 Nov 2011 07:55:44 -0800 (PST) Massimo Di Pierro massimo.dipie...@gmail.com wrote: this will be the top priority after web2py 2.0 is released and the book 4th edition. By the end of November. you've made my day, Massimo!! That's great to hear. I must confess that when I started to

[web2py] Re: Mixing/supporting CMS with Web2py

2011-11-13 Thread kenji4569
I think you should host the plugins at your site and if you can provide a .json for accessing the plugins information it will be included from your index to web2pyslices in future. Thanks for the information. I'm looking forward to the new site:) Kenji On 11月12日, 午後12:51, Bruno Rocha

[web2py] Re: Mixing/supporting CMS with Web2py

2011-11-12 Thread Gour
On Fri, 11 Nov 2011 05:23:24 -0800 (PST) kenji4569 hos...@s-cubism.jp wrote: I cannot help presenting my developing plugin, which has a concrete5- like wysiwyg functionality: Wow! This looks very interesting. Although it's very experimental and plenty remains to be done, the core logic may

[web2py] Re: Mixing/supporting CMS with Web2py

2011-11-12 Thread Gour
On Fri, 11 Nov 2011 14:34:32 -0800 (PST) Michael Ellis michael.f.el...@gmail.com wrote: For a site like this, the CMS feature that's needed most is to make it dead simple for others to edit text and insert images for upcoming concerts and have it come out in fonts and colors that are

[web2py] Re: Mixing/supporting CMS with Web2py

2011-11-12 Thread Michael Ellis
Thanks, Gour. It's a nice looking framework and seems to be well- designed. I look forward to the web2py version! On Nov 12, 3:12 am, Gour g...@atmarama.net wrote: On Fri, 11 Nov 2011 14:34:32 -0800 (PST) Michael Ellis michael.f.el...@gmail.com wrote: For a site like this, the CMS

[web2py] Re: Mixing/supporting CMS with Web2py

2011-11-12 Thread Gour
On Sat, 12 Nov 2011 06:46:18 -0800 (PST) Michael Ellis michael.f.el...@gmail.com wrote: Thanks, Gour. It's a nice looking framework and seems to be well- designed. Yup, it's quite nice. I look forward to the web2py version! Let's see if it will happen...otherwise (without decent CMS)

Re: [web2py] Re: Mixing/supporting CMS with Web2py

2011-11-11 Thread Bruno Rocha
This one: http://ourway.ir/pages/blog?u=blouweb IS a very nice facebook clone app! can be extended for a cms. is it open source?

[web2py] Re: Mixing/supporting CMS with Web2py

2011-11-11 Thread kenji4569
I cannot help presenting my developing plugin, which has a concrete5- like wysiwyg functionality: http://dev.s-cubism.com/plugin_managed_html/page1/_managed_html_edit(note: use chrome or FF) In this page, you can click highlighed blocks and edit their texts, images, and htmls, and move specified

[web2py] Re: Mixing/supporting CMS with Web2py

2011-11-11 Thread kenji4569
I cannot help presenting my developing plugin, which has a concrete5- like wysiwyg functionality: http://dev.s-cubism.com/plugin_managed_html/page1/_managed_html_edit (note: use chrome or FF) In this page, you can click highlighed blocks and edit their texts, images, and htmls, and move

[web2py] Re: Mixing/supporting CMS with Web2py

2011-11-11 Thread Anthony
This is great. By the way, http://dev.s-cubism.com/ mentions nanahoshi-cms as a web2py based CMS under development. How far along is that? Does it/will it use this plugin_managed_html? Anthony On Friday, November 11, 2011 8:23:24 AM UTC-5, kenji4569 wrote: I cannot help presenting my

[web2py] Re: Mixing/supporting CMS with Web2py

2011-11-11 Thread kenji4569
Anthony Thank you for your response. How far along is that? Does it/will it use this plugin_managed_html? I am now developing several core plugins for the product, and will publish them soon. The product itself is currently for domestic, though. On 11月11日, 午後10:46, Anthony abasta...@gmail.com

[web2py] Re: Mixing/supporting CMS with Web2py

2011-11-11 Thread kenji4569
Anthony Thank you for your response. How far along is that? Does it/will it use this plugin_managed_html? I am now developing several core plugins for the product, and will publish them soon. The product itself is currently for domestic, though. On 11月11日, 午後10:46, Anthony

[web2py] Re: Mixing/supporting CMS with Web2py

2011-11-11 Thread Massimo Di Pierro
Kenji, as you know we are building the new web2py web page. I'd rather link your plugins than mine. Would you be able to host some of plugins at http://web2py.com/plugins and provide a service like this: http://web2py.com/plugins/default/plugins.json I would still act as proxy for the service

[web2py] Re: Mixing/supporting CMS with Web2py

2011-11-11 Thread Michael Ellis
Here's a real world example: I'm on the board of the Asheville Choral Society, http://www.ashevillechoralsociety.org . Like most non-profits, we're short of money and as the only software geek on the board, I end up donating a fair amount of time (that I'd much rather spend rehearsing the

[web2py] Re: Mixing/supporting CMS with Web2py

2011-11-11 Thread kenji4569
Massimo I've heard that Bruno is rewriting the web2pyslices.com and plugins will be able to be hosted. Should I host my plugins at the current plugin site, or wait until the new site open? Kenji On 11月12日, 午前1:54, Massimo Di Pierro massimo.dipie...@gmail.com wrote: Kenji, as you know we

Re: [web2py] Re: Mixing/supporting CMS with Web2py

2011-11-11 Thread Bruno Rocha
I've heard that Bruno is rewriting the web2pyslices.com and plugins will be able to be hosted. Should I host my plugins at the current plugin site, or wait until the new site open? Hi, the new web2pyslices is 90% just few adjustments, but, I am working on another projects now and it will

[web2py] Re: Mixing/supporting CMS with Web2py

2011-11-10 Thread Gour
On Wed, 9 Nov 2011 23:52:19 -0200 Bruno Rocha rochacbr...@gmail.com wrote: The CMS (bloog) from Lucas is nice, but it is incomplete, can be used as base for a new project. Better than Instant Press? If I'd have skills, I'd 'port' Concrete5 to web2ps making the match in heaven from C5's

[web2py] Re: Mixing/supporting CMS with Web2py

2011-11-10 Thread Anthony
Looks like there are several existing projects that can be drawn from: https://bitbucket.org/mulonemartin/instantpress/wiki/Home https://github.com/lucasdavila/web2py-cms https://groups.google.com/forum/#!topic/web2py/XzK3cQ-HBZo/discussion

[web2py] Re: Mixing/supporting CMS with Web2py

2011-11-10 Thread Anthony
Plus plugin_wiki. On Thursday, November 10, 2011 7:35:46 AM UTC-5, Anthony wrote: Looks like there are several existing projects that can be drawn from: https://bitbucket.org/mulonemartin/instantpress/wiki/Home https://github.com/lucasdavila/web2py-cms

[web2py] Re: Mixing/supporting CMS with Web2py

2011-11-09 Thread Gour
On Tue, 8 Nov 2011 11:43:40 -0300 Ovidio Marinho ovidio...@gmail.com wrote: Here is what you are looking for https://github.com/lucasdavila/web2py-cms I'm not sure it's good or robust enough for the users needs expressed here. Otoh, we hope that Massimo will provide his $.02 when he

[web2py] Re: Mixing/supporting CMS with Web2py

2011-11-09 Thread Massimo Di Pierro
Any screenshots? On Nov 9, 5:58 am, Gour g...@atmarama.net wrote: On Tue, 8 Nov 2011 11:43:40 -0300 Ovidio Marinho ovidio...@gmail.com wrote: Here is what you are looking for  https://github.com/lucasdavila/web2py-cms I'm not sure it's good or robust enough for the users needs

[web2py] Re: Mixing/supporting CMS with Web2py

2011-11-09 Thread GoldenTiger
Live site is an example http://blog.lucasdavi.la/ screenshot? try http://browsershots.org/http://blog.lucasdavi.la/ On 9 nov, 20:09, Massimo Di Pierro massimo.dipie...@gmail.com wrote: Any screenshots? On Nov 9, 5:58 am, Gour g...@atmarama.net wrote: On Tue, 8 Nov 2011 11:43:40

Re: [web2py] Re: Mixing/supporting CMS with Web2py

2011-11-09 Thread Bruno Rocha
Browser shots is very nice tool. http://browsershots.org/http://web2py.com/new_examples The CMS (bloog) from Lucas is nice, but it is incomplete, can be used as base for a new project.

Re: [web2py] Re: Mixing/supporting CMS with Web2py

2011-11-07 Thread Vinicius Assef
I can try to help, too. On Fri, Nov 4, 2011 at 5:26 PM, Gour g...@atmarama.net wrote: On Fri, 4 Nov 2011 10:38:06 -0700 (PDT) Massimo Di Pierro massimo.dipie...@gmail.com wrote: perhaps we should make a list of desired features. I believe that WordPress is quite etablished as Blog engine

[web2py] Re: Mixing/supporting CMS with Web2py

2011-11-04 Thread Gour
On Fri, 4 Nov 2011 12:36:18 +0630 Phyo Arkar phyo.arkarl...@gmail.com wrote: Due to the fact of web2py's Single step deployment , many not-so-technical users will want to adopt it . If theres a stable , active CMS , developed using Web2py , it will change the future of both python and web2py

[web2py] Re: Mixing/supporting CMS with Web2py

2011-11-04 Thread Gour
On Fri, 04 Nov 2011 09:47:22 + Philip Kilner phil.kil...@gmail.com wrote: I agree, in principle, but we need to define our terms here. If by CMS/Blog we're referring to something like Wordpress, then that is realistic. The first step would probably be to define some sort of spec., as

Re: [web2py] Re: Mixing/supporting CMS with Web2py

2011-11-04 Thread Phyo Arkar
it is true, Can Instant Press developer define goals and roadmaps so that we know what to work on and submit patches or allow some of us Developer access? Or should we fork it if hes busy to manage this project ? Regards, Phyo On 11/4/11, Gour g...@atmarama.net wrote: On Fri, 04 Nov 2011

[web2py] Re: Mixing/supporting CMS with Web2py

2011-11-04 Thread Massimo Di Pierro
perhaps we should make a list of desired features. On Nov 4, 9:10 am, Philip Kilner phil.kil...@gmail.com wrote: Hi, On 04/11/2011 12:39, Phyo Arkar wrote: Plone itself is a beast of its own, even tho web2py is a lot easier than Zope and can create something that beats Plone ,  alot

Re: [web2py] Re: Mixing/supporting CMS with Web2py

2011-11-04 Thread Vasile Ermicioi
I wish to make a Drupal alternative based on web2py

[web2py] Re: Mixing/supporting CMS with Web2py

2011-11-04 Thread Gour
On Fri, 4 Nov 2011 10:38:06 -0700 (PDT) Massimo Di Pierro massimo.dipie...@gmail.com wrote: perhaps we should make a list of desired features. I believe that WordPress is quite etablished as Blog engine and CMS platform, so making Instant Press as Python's WordPress would be cool, iow, stable

[web2py] Re: Mixing/supporting CMS with Web2py

2011-11-03 Thread Gour
On Wed, 2 Feb 2011 04:46:19 -0800 (PST) Carl m...@carlroach.com wrote: Hello Carl, has anyone direct experience of using Wordpress, SquareSpace or similar solution alongside Web2py? These solutions appeal for their maturity and I'd like to use one to do the donkey work and fall back to

[web2py] Re: Mixing/supporting CMS with Web2py

2011-02-02 Thread Carl
Thanks for the suggestion. I was investigating a less compatible approach than a python CMS. Perhaps a Wordpress website with PHP plug-ins to access a Web2py service APIs. See: http://codex.wordpress.org/Writing_a_Plugin Has anyone taken this approach? On Feb 2, 4:09 pm,

Re: [web2py] Re: Mixing/supporting CMS with Web2py

2011-02-02 Thread Vinicius Assef
If you want to use web2py services via http (i.e, rest), technology doesn't matter. It's trully possible. On Wed, Feb 2, 2011 at 6:33 PM, Carl m...@carlroach.com wrote: Thanks for the suggestion. I was investigating a less compatible approach than a python CMS. Perhaps a Wordpress website

[web2py] Re: Mixing/supporting CMS with Web2py

2011-02-02 Thread KMax
Once I have idea for seamless moving from joomla for web2py. Stoped on attaching to joomla users table and joomla coocke of loggined in. Maing goal was to use links in joomla site to web2py functions which should use user auth from joomla. And with several steps move completely to web2py or share