Jump to content

Web content management system: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Tag: possible conflict of interest
Line 42: Line 42:
* [[List of content management systems]]
* [[List of content management systems]]


== References ==
</sub>== References ==
<sub>Subscript text</sub>[http://www.netechno.com NE Techno (P) Ltd.] provides affordable SEO services for individuals and organizations of any size, regardless of their business area.
{{reflist}}
{{reflist}}
{{Refimprove|date=August 2008}}
{{Refimprove|date=August 2008}}

Revision as of 13:46, 21 August 2010

A web content management system (WCMS) is a software system which provides website authoring and administration tools designed to allow users with little knowledge of web programming languages or markup languages to create and manage the site's content with relative ease.

Most systems use a database to store content, metadata, or artifacts that might be needed by the system. Content is frequently, but not universally, stored as XML, to facilitate, reuse, and enable flexible presentation options.[1][2]

A presentation layer displays the content to Web-site visitors based on a set of templates. The templates are sometimes XSLT files.[3]

Most systems use server side caching boosting performance. This works best when the WCMS is not changed often but visits happen on a regular basis.[4]

Administration is typically done through browser-based interfaces, but some systems require the use of a fat client.

Unlike Web-site builders, a WCMS allows non-technical users to make changes to a website with little training. A WCMS typically requires an experienced coder to set up and add features, but is primarily a Web-site maintenance tool for non-technical administrators.[5]

Capabilities

A WCMS is a software system used to control a dynamic collection of Web material (HTML documents, images and other forms of media).[6] A CMS facilitates document control, auditing, editing, and timeline management. A WCMS typically has[7][8]:

Automated templates
Create standard output templates (usually HTML and XML) that can be automatically applied to new and existing content, allowing the appearance of all content to be changed from one central place.
Scalable expansion
Available in most modern WCMSs is the ability to expand a single implementation (one installation on one server) across multiple domains.
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 individuals 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 is the process of creating cycles of sequential and parallel tasks that must be accomplished in the CMS. For example, a content creator can submit a story, but it is not published until the copy editor cleans it up and the editor-in-chief approves it.
Delegation
Some CMS software allows for various user groups to have limited privileges over specific content on the website, spreading out the responsibility of content management.[9]
Document management
CMS software may provide a means of managing the life cycle of a document from initial creation time, through revisions, publication, archive, and document destruction.
Content virtualization
CMS software may provide a means of allowing each user to work within a virtual copy of the entire Web site, document set, and/or code base. This enables changes to multiple interdependent resources to be viewed and/or executed in-context prior to submission.
Content syndication
CMS software often assists in content distribution by generating RSS and Atom data feeds to other systems. They may also e-mail users when updates are available as part of the workflow process.
Multilingual
Ability to display content in multiple languages.

Types

There are three major types of WCMS: offline processing, online processing, and hybrid systems. These terms describe the deployment pattern for the WCMS in terms of when presentation templates are applied to render Web pages from structured content.

Online processing (called "frying" systems)

These systems apply templates on-demand. HTML may be generated when a user visits the page, or pulled from a cache.

Most open source WCMSs have the capability to support add-ons, which provide extended capabilities including forums, blog, wiki, web-stores, photo-galleries, contact-management, etc. These are often called modules, nodes, widgets, add-ons or extensions. Add-ons may be based on an open-source or paid license model. Different WCMSs have significantly different feature-sets and target audiences.

Hybrid systems

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, so that the CMS itself does not need to be deployed on every Web server. Other hybrids operate in either an online or offline mode.

See also

== References == Subscript textNE Techno (P) Ltd. provides affordable SEO services for individuals and organizations of any size, regardless of their business area.

  1. ^ Ethier, Kay, and Scott Abel. "Introduction to Structured Content Management with XML". CMS Watch. Retrieved 2007-11-12.{{cite web}}: CS1 maint: multiple names: authors list (link)
  2. ^ Tivy, Jim; et al. "The XML Content Management System for Document Centric XML". Bluestream Database Software Corporation. Retrieved 2007-11-12. {{cite web}}: Explicit use of et al. in: |author= (help)
  3. ^ Woric Faithfull. "Using XSLT to Make Websites". woric.net. Retrieved 2007-11-08.
  4. ^ Gilles Paquette. "What is being done to boost performance?". try2cms.com. Retrieved 2009-05-26.
  5. ^ DPCI Web Content Management Systems Retrieved 2010-03-30
  6. ^ Mike Johnston (2009). "What is a CMS?". CMS Critic. Retrieved 2009-02-13. {{cite journal}}: Check date values in: |date= (help)
  7. ^ GOSS Interactive (2009). "8 Things to consider when starting a WCM project - A best practice guide". GOSS Interactive website. Retrieved 2010-07-28. {{cite web}}: Check date values in: |date= (help)
  8. ^ Multiple (wiki). "Content management system". Docforge. Retrieved 2010-01-19.
  9. ^ Jovia Web Studio (2009). "Is a Content Management System Right for You". Jovia Web Studio Blog. Retrieved 2009-02-13. {{cite journal}}: Check date values in: |date= (help)