Module-based CMS
Most tasks in a document’s life-cycle are served by CMS modules. Common modules are document creation/editing, transforming and publishing.
Document transformation language-based CMS
Another approach to CMS building with use of open standards. XSLT-based CMS compile ready documents from XML data and XSLT-template. XML Sapiens-based CMS compile a document from the stream of ‘pure’ data, design template and functionality templates.
Web-based CMS
Another approach to CMS building uses databases such as PostgreSQL, MySQL or MS SQL, and scripting languages or tools such as Coldfusion, PHP, jsp or ASP to interact with the data to parse them into visual content. Data stored in a database is queried and compiled into html pages or other documents and transformed using cascading style sheets. These systems can include a number of other functions, such as discussion boards, blogs, or email newsletters.
Filed under: Uncategorized | Tagged: CMS Types, Types of CMS