views:

87

answers:

2

Why would I chose something like Interwoven Teamsite as opposed to Joomla, Django, Wordpress etc. I guess the question is how can one justify the cost associated with a teamsite license. Also by going the teamsite route, do I have any limitations on what can or cannot be modified.

Thank you

+1  A: 

Here is a side-by-side comparison of Joomla and Teamsite: http://kwebdesign.ca/cms/content/view/106/73/

Being as Teamsite's license is proprietary, it's possible that you'd be limited to what you can or can't modify (though I'm guessing here, read their license).

If you're worried about being able to modify the code (for use and/or redistribution) I'd recommend one of the open-source options that have a compatible license (which is most all of them). Actually, I don't see a whole lot on the comparison that would make Teamsite better. The open-source solutions may be a little more work, but they're also a whole lot more flexible. Some of the open-source solutions (e.g. Joomla) have commercial support options. They also have a huge amount of add-on's available -- and they don't cost extra.

When I face a project, I exhaust all available open-source options before debating the paid route. And so far, I haven't had to purchase anything. There is honestly so much good software out there that dedicated, super-talented people put time into, and work as well (if not better) than paid counterparts.

HTH

stormdrain
A: 

Django is a development framework, not an ECM/WCM/CMS like TeamSite, Drupal, and Wordpress. So it can't really compare (in other words, it can be used to develop something like those other apps with one example being django-cms).

As for TeamSite vs. the rest I can only speculate because it's been a long long time since I used TeamSite, but I would guess the workflow features are still hard to beat (maybe Alfresco is reasonable equivalent here?) and the integrated version control (also Alfresco might compete here, but not Drupal or Wordpress). Most PHP based CMS's are going to use MySQL for database which means they're not going to have proper version control. TeamSite versioning is very nicely done.

Van Gale