From 34bbd1e284c4bef3a762fc2089d00cc942670a80 Mon Sep 17 00:00:00 2001 From: Lee Rowlands Date: Thu, 18 Apr 2024 09:49:51 +1000 Subject: [PATCH] Rename Contenta to Drupal --- src/site/headless-cms/contenta.md | 28 ---------------------------- src/site/headless-cms/drupal.md | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 28 deletions(-) delete mode 100644 src/site/headless-cms/contenta.md create mode 100644 src/site/headless-cms/drupal.md diff --git a/src/site/headless-cms/contenta.md b/src/site/headless-cms/contenta.md deleted file mode 100644 index e2dd4209d..000000000 --- a/src/site/headless-cms/contenta.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Contenta -repo: contentacms/contenta_jsonapi -homepage: http://www.contentacms.org -twitter: contentacms -opensource: "Yes" -typeofcms: "API Driven" -supportedgenerators: - - All -description: Contenta is the community driven API distribution for Drupal 8. ---- -## Contenta is a decoupled Drupal 8 distribution - -Contenta is the community driven API distribution for Drupal 8, and provides the robustness and flexibility of Drupal in a friendly API-first package. - -It provides a standard platform that is API ready along with demo content and example front-end applications. Contenta intends to ease the pain of using, or simply trying, decoupled Drupal. - -## Free Open Source Software to be hosted anywhere - -Contenta is based off of Drupal, which is a powerful, robust content management system built on object-oriented PHP. Drupal runs websites such as whitehouse.gov, grammy.com, harvard.edu, and millions more. - -## API ready with excellent documentation. - -A HTTP API is provided ready to use with full auto-generated documentation, and a Contenta knowledge hub is manually curated to provide a list of excellent resources on decoupled Drupal. - -## Example (and Open Source) API Consumers - -Many example consumers in different technologies such as Angular, Elm, React, Ember, Ionic, and Vue show you how easy is to build a Contenta project. diff --git a/src/site/headless-cms/drupal.md b/src/site/headless-cms/drupal.md new file mode 100644 index 000000000..bfc93e357 --- /dev/null +++ b/src/site/headless-cms/drupal.md @@ -0,0 +1,22 @@ +--- +title: Drupal +repo: drupal/drupal +homepage: http://www.drupal.org +twitter: DropIsMoving +opensource: "Yes" +typeofcms: "API Driven" +supportedgenerators: + - All +description: Drupal's the content management system behind many of the digital experiences you love. +--- +## Drupal supports JSON:API and GraphQL + +Drupal is an open-source PHP CMS with first-class support for JSON:API as well as the ability to build a custom GraphQL endpoint by way of an add-on module. + +## Free Open Source Software to be hosted anywhere + +Drupal is a powerful, robust content management system built on object-oriented PHP. Drupal runs websites such as grammy.com, harvard.edu, and millions more. + +## API ready with unlimited flexibility. + +A standards compliant JSON:API implementation is available out of the box but with anything Drupal you can customise and configure this by adding any number of community created modules.