CMS -WYSIWYG for dummies - Stack Overflow most recent 30 from stackoverflow.com2009-12-18T15:54:14Zhttp://stackoverflow.com/feeds/question/828004http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/828004/cms-wysiwyg-for-dummies0CMS -WYSIWYG for dummiesJojo2009-05-06T04:21:49Z2009-05-06T15:39:21Z
<p>So, I’m working on a project for my company that involves allowing users the ability to create their own web pages. So for example the real content managers that know what they are doing make all the mains pages. Then a user can make their own page describing what they do and share items with others. Now the catch is that these users have zero and I mean zero experiences with making web pages. The goal would be for me to make like 10 templates they can choose from and then they could drop and drag in the thing to make the webpage. I have looked at items like Ektron and other CMS systems, but the price is per user and our user’s number in the thousands. Short of making an entire custom CMS with an easy to user WYSIWYG editor, is there anything out there that could help? I know there are WYSIWYG editors, but I’m just trying to get some ideas.
Also, I have used DNN and though it can do everything, I think it’s too complicated for my group.</p>
<p>Thanks, </p>
<p>Jojo</p>
http://stackoverflow.com/questions/828004/cms-wysiwyg-for-dummies/828047#8280470Answer by Chathuranga Chandrasekara for CMS -WYSIWYG for dummiesChathuranga Chandrasekara2009-05-06T04:41:52Z2009-05-06T04:46:53Z<p>How about <a href="http://www.openwebware.com/" rel="nofollow">OpenWYSIWYG</a>... (Opensource :) ). I haven't try that but seems worth to check..</p>
<p>I am not sure that a Wiki is a solution for your scenario. But if you think so <a href="http://www.mediawiki.org/" rel="nofollow">MediaWiki</a> is another useful product.</p>
http://stackoverflow.com/questions/828004/cms-wysiwyg-for-dummies/828052#8280521Answer by Nash0 for CMS -WYSIWYG for dummiesNash02009-05-06T04:44:04Z2009-05-06T04:44:04Z<p>How about a wiki? <a href="http://www.atlassian.com/software/confluence/" rel="nofollow">confluence</a> is decent imo.</p>
http://stackoverflow.com/questions/828004/cms-wysiwyg-for-dummies/828062#8280621Answer by Fitoria for CMS -WYSIWYG for dummiesFitoria2009-05-06T04:47:50Z2009-05-06T04:47:50Z<p><a href="http://tinymce.moxiecode.com/" rel="nofollow">tinymce</a> is great and easy to implement. Wordpress uses it.</p>
http://stackoverflow.com/questions/828004/cms-wysiwyg-for-dummies/828063#8280630Answer by harto for CMS -WYSIWYG for dummiesharto2009-05-06T04:47:52Z2009-05-06T04:47:52Z<p><a href="http://tinymce.moxiecode.com/" rel="nofollow">TinyMCE</a> is quite a good WYSIWYG editor, with an extensible plugin architecture.</p>
http://stackoverflow.com/questions/828004/cms-wysiwyg-for-dummies/828506#8285060Answer by akakjs for CMS -WYSIWYG for dummiesakakjs2009-05-06T07:56:40Z2009-05-06T07:56:40Z<p>Personally I'd avoid OpenWYSIWYG; the documentation is not great and it hasn't been updated in a while.</p>
<p>I'd suggest looking at the <a href="http://developer.yahoo.com/yui/editor/" rel="nofollow" title="YUI Rich Text Editor">YUI Rich Text Editor</a></p>
http://stackoverflow.com/questions/828004/cms-wysiwyg-for-dummies/830237#8302370Answer by Tristan Renaud for CMS -WYSIWYG for dummiesTristan Renaud2009-05-06T15:39:21Z2009-05-06T15:39:21Z<p>You are asking for a "massive websites factory". Not all the CMS have been designed for such business cases.</p>
<p>Note that your requirement is classic but not trivial. Personnalized websites of thousands of users is note without causing performances issues if not well managed (both in edit and browsing modes).</p>
<p>So you should focus at the CMS designed for such requirements and rather those designed for supporting heavy loads.</p>
<p>I can recommend Jahia (www.jahia.com, see the feature "my portal" <a href="http://www.jahia.com/jahia/Jahia/site/jahiacom/portal" rel="nofollow">http://www.jahia.com/jahia/Jahia/site/jahiacom/portal</a>, pricing not based per user: <a href="http://www.jahia.com/jahia/Jahia/Home/products/Pricing/pid/594" rel="nofollow">http://www.jahia.com/jahia/Jahia/Home/products/Pricing/pid/594</a>)</p>
<p>I agree that's certainly not the only one designed for webfactory (even if my favorite!) but you can have a look at the online demo and make your opinion. </p>