- Drupal 8 Module Development
- Daniel Sipos
- 140字
- 2021-07-02 12:22:32
Introducing Drupal (for developers)
Out of the box, Drupal traditionally has all 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 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 easily changed
However, Drupal 8 improved on these and introduced some more powerful capabilities. For example, advanced multilingual support, content moderation, layout building, REST API and many other features are now available out of the box.
推薦閱讀
- 從零開始構建企業級RAG系統
- Python科學計算(第2版)
- ASP.NET Core 5.0開發入門與實戰
- PostgreSQL技術內幕:事務處理深度探索
- 跟小海龜學Python
- PLC編程與調試技術(松下系列)
- Mastering ServiceNow(Second Edition)
- Hands-On Natural Language Processing with Python
- Spring Boot企業級項目開發實戰
- 從零開始學Linux編程
- Hands-On GUI Programming with C++ and Qt5
- Mastering Android Studio 3
- C語言程序設計教程
- Java EE輕量級解決方案:S2SH
- 小學生C++趣味編程從入門到精通