From 98dabd63c9665d281665144923b7f34a962c0148 Mon Sep 17 00:00:00 2001 From: Charlie Daly Date: Tue, 4 Jun 2019 10:21:05 +0100 Subject: [PATCH] Added cms. --- _topic/content-management-system.markdown | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 _topic/content-management-system.markdown diff --git a/_topic/content-management-system.markdown b/_topic/content-management-system.markdown new file mode 100644 index 0000000..dfbd0ae --- /dev/null +++ b/_topic/content-management-system.markdown @@ -0,0 +1,14 @@ +--- +layout: topic +title: "Content Management System" +description: "A Content Management System (CMS) is a software system that manages the creation and modification of digital content." +website: "" +--- + +A Content Management System (CMS) is a software system that manages the creation and modification of digital content. + +Although similar to databases, a CMS system tends to be a more fully-featured set of tools designed to be easy to use for users who aren't programmers, although all CMS systems will have a database at their core. + +Examples of CMS products: +- [WordPress](https://wordpress.org/){:target="_blank"} is popular and [open source](/open-source-software), +- [Contentful](https://www.contentful.com/){:target="_blank"} is a proprietary, fully-managed CMS product. \ No newline at end of file