- Drupal 8 Module Development
- Daniel Sipos
- 155字
- 2021-07-02 15:45:08
Introducing Drupal (for developers)
Out of the box, Drupal performs all of the standard functions of a web-based content management system:
- Visitors can view published information on the site; navigate through menus, view listings, and individual pages; and so on
- Users can create accounts and leave comments
- Administrators can manage the site configuration and control the permissions levels of users
- Editors can create, preview, and then publish content when it is ready
- Content can be syndicated to RSS, where feed readers can pick up new articles as they are published
- With several built-in themes, even the look and feel of the site can be changed easily
With Drupal 8, the scope of what a site builder can do has greatly increased. Core multilingual capabilities make it much easier to configure the site to use multiple languages, creating content listings a few clicks away out of the box, and content management, in general, has greatly improved.
推薦閱讀
- ExtGWT Rich Internet Application Cookbook
- Microsoft Dynamics 365 Extensions Cookbook
- Hands-On JavaScript High Performance
- 薛定宇教授大講堂(卷Ⅳ):MATLAB最優化計算
- Java性能權威指南(第2版)
- iOS編程基礎:Swift、Xcode和Cocoa入門指南
- Mastering JavaScript Design Patterns(Second Edition)
- 低代碼平臺開發實踐:基于React
- 自學Python:編程基礎、科學計算及數據分析(第2版)
- 零基礎學HTML+CSS
- C指針原理揭秘:基于底層實現機制
- INSTANT Apache ServiceMix How-to
- 分布式數據庫HBase案例教程
- Java程序設計
- 計算思維與Python編程