This article needs additional citations for verification. (August 2024) |
A web content management system (WCM or WCMS) is a software content management system (CMS) specifically for web content.[1] It provides website authoring, collaboration, and administration tools that help users with little knowledge of web programming languages or markup languages create and manage website content. A WCMS provides the foundation for collaboration, providing users the ability to manage documents and output for multiple author editing and participation. Most systems use a content repository or a database to store page content, metadata, and other information assets the system needs.
A presentation layer (template engine) displays the content to website visitors based on a set of templates, which are sometimes XSLT files.[1]
Most systems use server side caching to improve performance. This works best when the WCMS is not changed often but visits happen frequently. Administration is also typically done through browser-based interfaces, but some systems require the use of a fat client.
Capabilities
[edit]A web content management system controls a dynamic collection of web material, including HTML documents, images, and other forms of media.[2] A WCMS facilitates document control, auditing, editing, and timeline management. A WCMS typically has the following features:[3][4]
Automated templates Create standard templates (usually HTML and XML) that users can apply to new and existing content, changing the appearance of all content from one central place. Access control Some WCMS systems support user groups, which control how registered users interact with the site. A page on the site can be restricted to one or more groups. This means an anonymous user (someone not logged-on), or a logged on user who is not a member of the group a page is restricted to, is denied access. Scalable expansion Available in most modern WCMSs.is the ability to expand a single implementation (one installation on one server) across multiple domains, depending on the server's settings. WCMS sites may be able to create microsites/web portals within a main site as well. Easily editable content Once content is separated from the visual presentation of a site, it usually becomes much easier and quicker to edit and manipulate. Most WCMS software includes WYSIWYG editing tools allowing non-technical users to create and edit content. Scalable feature sets Most WCMS software includes plug-ins or modules that can be easily installed to extend an existing site's functionality. Web standards upgrades Active WCMS software usually receives regular updates that include new feature sets and keep the system up to current web standards. Workflow management Workflow management is the process of creating cycles of sequential and parallel tasks that must be accomplished in the WCMS. For example, one or many content creators can submit a story, but it is not published until the copy editor cleans it up and the editor-in-chief approves it. Collaboration WCMS software may act as a collaboration platform where many users retrieve and work on content. Changes can be tracked and authorized for publication or ignored reverting to old versions. Other advanced forms of collaboration allow multiple users to modify (or comment) a page at the same time in a collaboration session. Delegation Some WCMS software allows for various user groups to have limited privileges over specific content on the website, spreading out the responsibility of content management.[5] Document management WCMS software may provide a means of collaboratively managing the lifecycle of a document from initial creation time, through revisions, publication, archive, and document destruction. Content virtualization WCMS software may provide a means of allowing each user to work within a virtual copy of the entire website, document set, and/or code base. This enables viewing changes to multiple interdependent resources in context before submission. Content syndication WCMS software often helps distribute content by generating RSS and Atom data feeds to other systems. They may also e-mail users when updates become available. Multilingual communication Many WCMSs can display content in multiple languages. Versioning Like document management systems, WCMS software may implement version control, by which users check pages in and out of the WCMS. Authorized editors can retrieve previous versions and work from a selected point. Versioning is useful for content that changes and requires updating, but it may be necessary to start from or reference a previous version.Types
[edit]A WCMS can use one of three approaches: offline processing, online processing, and hybrid processing. These terms describe the deployment pattern for the WCMS in terms of when it applies presentation templates to render web pages from structured content.
Offline processing
[edit]These systems, sometimes referred to as "static site generators",[6] pre-process all content, applying templates before publication to generate web pages. Since pre-processing systems do not require a server to apply the templates at request time, they may also exist purely as design-time tools.
Online processing
[edit]These systems apply templates on-demand. They may generate HTML when a user visits the page, or the user might receive pre-generated HTML from a web cache. Most open source WCMSs support add-ons that extended the system's capabilities. These include features like forums, blogs, wikis, web stores, photo galleries, and contact management. These are variously called modules, nodes, widgets, add-ons, or extensions.
Hybrid processing
[edit]Some systems combine the offline and online approaches. Some systems write out executable code (e.g., JSP, ASP, PHP, ColdFusion, or Perl pages) rather than just static HTML. That way, personnel don't have to deploy the WCMS itself on every web server. Other hybrids operate in either an online or offline mode.
Advantages
[edit]Disadvantages
[edit]See also
[edit]References
[edit]- ^ a b Mike Johnston (7 September 2011). "CMS or WCM - Which is Which?". cmscritic.com. Retrieved 2011-09-07.
- ^ Mike Johnston (2009). "What is a CMS?". CMS Critic. Retrieved 2009-02-13.
- ^ Multiple (wiki). "Content management system". Docforge. Archived from the original on 2012-12-30. Retrieved 2010-01-19.
- ^ "Everything you need to know about WordPress". QualiThemes. Archived from the original on 9 January 2012. Retrieved 20 October 2011.
- ^ Jovia Web Studio (2009). "Is a Content Management System Right for You". Jovia Web Studio Blog. Archived from the original on 2013-05-21. Retrieved 2009-02-13.
- ^ Hall, Chris (1 May 2014). "The updated big list of static website generators for your site, blog or wiki". Archived from the original on December 10, 2022. Retrieved January 15, 2025.
- ^ "SharePoint". Retrieved 17 March 2011.
}: CS1 maint: deprecated archival service (link) - ^ "AJAX - WordPress Codex". Retrieved 17 March 2011.
- ^ "The 5 hidden costs of running a CMS". Archived from the original on 26 April 2011. Retrieved 17 March 2011.
- ^ "Content Management Systems Security and Associated Risks - US-CERT". 19 October 2016.