- Drupal 8 Quick Start Guide
- J. Ayen Green
- 237字
- 2021-06-10 19:45:25
Preface
Various terms are used to pigeon-hole Drupal: platform, framework, environment, and so on. At its core, Drupal is a content management system (CMS). Like the other terms, the meaning of CMS can be somewhat abstract and ambiguous, so here is what I feel the terms mean within the context of this book:
- Content: Digital material meant for sharing online
- Management: Manipulation for the sake of usability, continuity and viability, including creating, editing, storing, retrieving, indexing, searching, reviewing, moderating, and translating
- System: A cohesive collection of functionality
Put the three together, and you have Drupal at its heart: a primarily used to make digital material available to users of the World Wide Web.
Drupal offers a breadth and depth of capabilities, with a strong baseline functionality that's greatly expandable via a high degree of customization. There is a cost associated with this, and with any product that offers broad personalization, and that is a learning curve that is not insignificant. Think about your first interactions with a car's display console, a smart watch, or even the New York subway system, and you will likely recall an initial paralysis when deciding the first thing to do; for some, there is nothing intuitive in the experience.
My hope, and the goal of this book, is to ease your way into Drupal, demystifying the manner in which to accomplish the more common content management activities.
- 軟件界面交互設計基礎
- JIRA 7 Administration Cookbook(Second Edition)
- Web全棧工程師的自我修養
- Full-Stack Vue.js 2 and Laravel 5
- 假如C語言是我發明的:講給孩子聽的大師編程課
- 名師講壇:Java微服務架構實戰(SpringBoot+SpringCloud+Docker+RabbitMQ)
- Windows Phone 7.5:Building Location-aware Applications
- Service Mesh實戰:基于Linkerd和Kubernetes的微服務實踐
- Unity 2018 Augmented Reality Projects
- Mastering OAuth 2.0
- HTML5移動Web開發
- WCF技術剖析(卷1)
- Laravel Design Patterns and Best Practices
- Java程序設計教程
- C語言編程魔法書:基于C11標準