- Drupal 7 Media
- Liran Tal
- 351字
- 2021-08-13 16:37:42
Chapter 1. Drupal's Building Blocks
Drupal is a free (licensed under the General Public License (GNU), Version 2 or later), community-powered, open-source Content Management System (CMS), which allows creating websites of many types. It's a great tool for both, users with no technical background, as well as top-notch developers, to use it for building complex websites and web applications.
Some examples for popular companies and organizations that decided to leverage Drupal as their content management system are FedEx, Symantec, MTV, and Duke University. The list is long, and you can find out more at http://drupal.org/case-studies or http://www.drupalshowcase.com.

In this chapter, we will cover:
- Nodes and Entities
- Creating custom content types
- Managing fields for content types
Drupal began back in 1999 with Dries Buytaert starting to develop his idea for a forum platform, and has greatly evolved into a leading and award-winning software. Since then, it has seen significant growth. Today, it powers millions of websites and has positioned itself as a candidate at the top of the list for websites and web platform frameworks. Drupal has a company behind it, Acquia, which drives for further cutting-edge development, keeping the pace with the technology trends, and serves as a commercial resource for those requiring professional services.
With almost every release, Drupal has managed to reinvent itself, for both its developer community as well as its users. With Drupal 7, it has even more transformed itself into a Content Management Framework (CMF), by providing many abstractions to what content is and how it is handled. This road is setting the path for a large adoption by developers, to create web applications in many verticals, and has spurred a variety of platform niches from enterprise software, e-learning, and e-commerce, to social networking and collaboration software, to name a few.
Drupal 7's technology stack requires PHP5 (5.2.5 or higher) for the application server; MySQL (5.0.15 or 5.1.30 or higher) as the more favorable option for a database server, and HTML/jQuery for its presentation layer. The choice for this technology has no doubt helped in making it popular and easily deployable for hosting companies.
- Getting Started with Gulp(Second Edition)
- INSTANT OpenCV Starter
- NumPy Essentials
- Mastering PHP Design Patterns
- Expert Android Programming
- 人人都是網(wǎng)站分析師:從分析師的視角理解網(wǎng)站和解讀數(shù)據(jù)
- 大學(xué)計算機(jī)基礎(chǔ)(第2版)(微課版)
- Python數(shù)據(jù)結(jié)構(gòu)與算法(視頻教學(xué)版)
- Active Directory with PowerShell
- 學(xué)習(xí)OpenCV 4:基于Python的算法實(shí)戰(zhàn)
- Spring Boot+Vue全棧開發(fā)實(shí)戰(zhàn)
- Qlik Sense? Cookbook
- 編程改變生活:用Python提升你的能力(進(jìn)階篇·微課視頻版)
- RocketMQ實(shí)戰(zhàn)與原理解析
- Mastering OpenStack