views:

190

answers:

2

I do Drupal for a living and I like the system. However I've always been intrigued by Plone and wanted to learn it well to broad base my knowledge of CMSes in general. I've played around with Plone in the past and was both mesmerized and repulsed by it -- depending on the day.

But then again here is what I saw as the advantages of Plone

  • Python sweet Python
  • Built on battle hardened and uber mature Zope 2
  • Zope 3 style which is now available in Zope 2 also and therefore in Plone
  • Objects and not SQL
  • True separation of configuration and content (unlike Drupal where configuration and content is totally mixed up in the database)
  • Very powerful system to make custom content types (unfortunately not via a UI)

However it surprised me that there was nothing that I could find equivalent to views ( http://drupal.org/project/views ) and that taxonomy (i.e. classification) was not a first class citizen. Every Plone product seemed to take its own approach to taxonomy. All in all, though I loved its extreme and idealistic approach, it always struck me that everything was so darn difficult to accomplish in it.

I've really been hoping for Plone to succeed and every few months will explore its RSS feeds only to go back dejected.

I thought I'd test out Plone 4. The new feature list in Plone 4 was totally underwhelming to me ( http://plone.org/products/plone/features ).

Drupal 7 new features ( http://drupalcode.org/viewvc/drupal/drupal/CHANGELOG.txt?revision=1.373&view=markup) and Wordpress 3 ( http://codex.wordpress.org/Version_3.0 ) seem to have done tons more in their new major releases.

Moreover replacement to Archetypes through Dexterity ( http://plone.org/products/dexterity/documentation/faq/how-is-dexterity-related-to-archetypes/view ) is also a great step forward. So while Plone 4 itself may be an improvement over 3.x is it enough to keep Plone in the reckoning amongst other CMSes?

Which brings me to my question:

Is Plone on a steady decline? Whats the future of Plone? Am I wrong in my assessment that Plone is not adding functionality and features at the rate other top tier CMSes are?

This http://www.google.com/trends?q=plone seems to confirm my fears.

Should I give Plone 4 a try and make it my "second" CMS?

+5  A: 

Let me get the bias out of the way first: I'm one of the co-founders of Plone, so make of that what you will. ;)

Plone 4 is in many ways an "intermediary" release — the original plan was to make it into a large release with new UI approach (new layout system Deco), improved type definition system (Dexterity) and improved theming story (currently referred to as XDV, name will probably change).

Along the way, we realized that we needed a smaller release before we did that, so the major improvements got pushed to a new Plone 5 milestone, and Plone 4 was turned into a infrastructure / cleanup type release.

With that goal in mind, the team delivered the fastest Plone yet (it trounces Drupal, Joomla and WordPress for speed), improved a lot of very important infrastructure (files are now stored outside of the database, it uses much less memory than it used to, and scales a lot better to large number of parallel requests).

The innovation is still ongoing, and now that Plone 4 is out, we're fully focused on delivering Plone 5, which should have a lot of the new features and improvements that were originally planned as Plone 4. In the meantime, we have an extremely solid and fast base to work from, and deploy customers on.

You can also make make use of a lot of the Plone 5 tech in Plone 4 already — examples include the aforementioned Dexterity type definition system, the XDV theming system, and several other infrastructure improvements like the Chameleon template language (adds ~50% speedup for most pages).

So, no — we're not adding features at any slower pace — if you look at the source code history and activity instead of Google Trends (which isn't a very useful metric for something as niche as a CMS system), you'll see that there are more active developers and more code improvements than ever before.

limi
@limi: Really appreciate your response. The list of features you've chalked out does seem to be impressive and I look forward to Plone 5. While you're at it -- my top request would be to add something like the equivalent of Views ( http://drupal.org/project/views ) and make Taxonomy a first class citizen in Plone 5 -- if its not too late for that.
Sid NoParrots
I'm not familiar with Drupal's Views, but have you seen Collections in Plone? You can select any content, and sort and display it any way you want. http://plone.org/documentation/manual/plone-3-user-manual/using-collections/introduction-to-collections
DisplacedAussie
+1  A: 

As Limi mentioned the mantra has been 'Plone 4 is the evolutionary release, Plone 5 is the revolutionary release'. As DisplacedAussie said, look at 'Collections' in Plone, they are like saved searches and combined with the Collections Portlet are pretty powerful.

Coming up in Plone 5 is the Deco/Tiles system for content editing, this is going to be really pretty amazing, and you can see in initial preview of it here: http://www.mefeedia.com/watch/32696814

Basically the entire page is made up of composite elements, each one is a first class item and addressable with its own URL. They can be dragged about the page on a grid as you see fit.

-Matt

Matt Hamilton