On Mon, Jan 23, 2012 at 8:48 AM, Daniel Nouri <[email protected]> wrote: > On Mon, Jan 23, 2012 at 5:20 PM, Thomas G. Willis <[email protected]> > wrote: >> " Is there a reason you've excluded Kotti from consideration?" >> >> Just a thought as I'm actually considering Kotti, but briefly playing with >> it myself, i saw that there's no way to upload images when you are authoring >> a page. That makes it a little awkward for non-tech folk to add content I >> think. Or rather a + on the django-cms side for someone who may be expecting >> something closer to drupal or wordpress. > > For what it's worth, adding a small media library like Wordpress has > it is very high on the list of todos. Expect this functionality to > land after the Kotti sprint in February.
I also have been looking at Kotti, and managing images is one of the things I'd need to have or write in order to use it. That was one of the impetuses for getting this on the todo. (I'll also need a photo gallery plugin, but that's too specialized and varying to be part of Kotti itself.) You can also look at Ptah. It's a higher-level framework built on Pyramid, and it has a CMS services component (although it's disabled by default). I saw a talk about a hybrid Plone-Pyramid site at the Plone conference in November. I'd have to find my notes to remember the speaker's name. :) But he did something close to what you're describing: two web applications mounted at different points in the same website. I believe the Plone application was under "/" and the Pyramid application was under "/service" or something like that. Or maybe it was the other way around. The only trick was to make sure cross-application URLs are correct. He said the site works well. -- Mike Orr <[email protected]> -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
