1. What is a content management system?

Well, funny you should ask. A CMS is a web application you run on your web server to help facilitate creating a website. A good CMS should be flexible, unobtrusive and help you to make a great site. It should provide you with tools to help the layman keep track of content, while letting more experienced webmasters handle look and feel. It should also provide tools to make repetitive things less repetitive. Like for example, News entries.

CMS Made Simple tries to do all those things, as do them well.

2. What are the system requirements?

  • Web server with PHP 4.3+ and activated tokenizer support (Linux/Unix, Windows 2000/XP/ME/2003, OS X)
  • MySQL 3.23 or 4.0+ or PostgreSQL 7
  • Enough access to your server to upload files and change some permissions

3. Where can I get help/support?

Check out the page for contact information.

4. How can I help?

We're always looking for design help with logos or CSS work. We also have a module API that's just waiting to be used. You can also join the RC team to test out release candidates before they go live to the masses. Contact us in #cms on irc.freenode.net or hit the forums to get involved.

5. Whenever I use javascript, it never shows up. How do I use javascript in templates/content?

Using javascript is as easy as wrapping it in tags. This will make Smarty ignore the that are in javascript functions.

6. Can I use CMSMS for my commercial project?

Yes, you can use it in your commercial applications. However, if you make any changes to the supplied code, you're required by the license to publish those changes free of charge to the public. And you cannot change the copyright messages at the top of all files. You're also welcome to write extensions under a different proprietary license and do not have to release them.