Content management system: Difference between revisions
Jump to navigation
Jump to search
Line 23: | Line 23: | ||
==Open Source Softwares== | ==Open Source Softwares== | ||
*[http://www.slashcode.com/ slash]: originally used for [http://slashdot.org slashdot]. Perl & MySQL | |||
*[http://phpnuke.org/ phpnuke] & [http://www.postnuke.com/ postnuke]: PHP & MySQL | |||
*[http://drupal.org/ drupal]: PHP & MySQL/PostgreSQL/SQL server... | |||
*[http://ez.no/ez_publish/cms ezPublish]: PHP | |||
*[http://www.xoops.org/ XOOPS]: PHP | |||
*[http://www.midgard-project.org/cms/ midgard]: PHP | |||
*[http://plone.org/ plone]: Python/Zope | |||
*[http://typo3.org/ typo3]: PHP and MySQL | *[http://typo3.org/ typo3]: PHP and MySQL | ||
*[http://www.mamboserver.com/ Mambo Server]: PHP and MySQL | *[http://www.mamboserver.com/ Mambo Server]: PHP and MySQL |
Revision as of 09:26, 29 September 2005
Introduction
A content management system (CMS) is a system that permits to create and to organise the creation of content. Generally a CMS is a multiuser web based application that manages a website.
Generally all CMS have different common features:
- users don't need to have HTML expertises, WYSIWYG or WiKi syntaxt solutions are implemented to help the users to create or to edit the content of a web page;
- separate the structure of a web page from its content
- manage the content and easely structure it
- easy publish the content
- easy structurate the content
- easy installation of a CMS
- default templates for the graphical appearance, possibility to download other templates.
- easy change the templates (directly via CSS files)
- easy administration of the website via a web interface
- multi language support for administration tools
- sometimes possibility to stock the different versions of an edited page
- multiusers
Resources
- OpenSourceCMS: you can try a CMS before installing it
- cms matrix: useful to compare the features of different CMS
Open Source Softwares
- slash: originally used for slashdot. Perl & MySQL
- phpnuke & postnuke: PHP & MySQL
- drupal: PHP & MySQL/PostgreSQL/SQL server...
- ezPublish: PHP
- XOOPS: PHP
- midgard: PHP
- plone: Python/Zope
- typo3: PHP and MySQL
- Mambo Server: PHP and MySQL
- Joomla: fork of mambo server. PHP and MySQL
- SPIP: PHP and MySQL
- CMSimple Content Management: no database needed, PHP powered
Please note, that wikis, blogs and portals are also included into the CMS family. This page will only show some examples of CMS used for managing a dynamical website.