CMS -WYSIWYG for dummies - Stack Overflow most recent 30 from stackoverflow.com 2009-12-18T15:54:14Z http://stackoverflow.com/feeds/question/828004 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/828004/cms-wysiwyg-for-dummies 0 CMS -WYSIWYG for dummies Jojo 2009-05-06T04:21:49Z 2009-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#828047 0 Answer by Chathuranga Chandrasekara for CMS -WYSIWYG for dummies Chathuranga Chandrasekara 2009-05-06T04:41:52Z 2009-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#828052 1 Answer by Nash0 for CMS -WYSIWYG for dummies Nash0 2009-05-06T04:44:04Z 2009-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#828062 1 Answer by Fitoria for CMS -WYSIWYG for dummies Fitoria 2009-05-06T04:47:50Z 2009-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#828063 0 Answer by harto for CMS -WYSIWYG for dummies harto 2009-05-06T04:47:52Z 2009-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#828506 0 Answer by akakjs for CMS -WYSIWYG for dummies akakjs 2009-05-06T07:56:40Z 2009-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#830237 0 Answer by Tristan Renaud for CMS -WYSIWYG for dummies Tristan Renaud 2009-05-06T15:39:21Z 2009-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>