一句話概括 – 官方文件
概念- Drupal是個內容管理系統哦
- 那麼,什麼是內容管理系統?
就是使用者自己編輯自己的網站內容的一個系統。
- 那麼,什麼是Drupal呢?
Drupal是一個通過模組和主題的安裝和解除安裝來實現CMS功能的CMS。
Drupal要求PHP,其他的隨意。 - 那麼為什麼要用Drupal?
安裝時間長但是它維護起來簡單
它是通用的CMS
自己寫很牛逼,但是它是現成的CMS
完全免費
概念-模組
-
什麼是模組?
模組繼承了網站的特性,並且又增加了寫功能。多餘的模組請解除安裝。
核心模組有:- 使用者管理模組 - 基本內容管理模組 - 導航管理模組 - 檢視管理模組
概念-主題
- 什麼是主題?
主題決定了你的站點穿什麼樣子的衣服
drupal核心有一些很好的主題
drupal市場也有些好的主題
你也可以自己定製
概念-發行版
- 什麼是發行版?
你寫好的一個行業的網站,它就是一個發行版,可以直接用的。
概念-資料型別
-
什麼是資料的型別們?
你網站上的資料有很多形式。- 內容型別
給訪客看的內容,可編輯的。 - 配置型別
關於你網站的資訊,持久儲存的,短的內容。 - 狀態型別
關於你站點的當前狀態的臨時性的資料資訊。比如你的計劃執行任務的最後一次執行時間。 - session
技術上也是狀態型別,你懂得。
- 內容型別
概念-Drupal大工程
- 什麼是開源免費軟體?
社群支撐的,免費的。 - 什麼是Drupal大工程?
就是一個大工程 - 什麼是Drupal協會?
就是一個協會
概念-Drupal許可
- 什麼是Drupal許可?
你要想貢獻模組,你得按照規定來
All files (PHP, JavaScript, images, Flash, etc.) that are part of a project on Drupal.org have to be under GPL version 2 or later.
All Drupal contributors retain copyright on their code, but agree to release it under the same license as Drupal.
Drupal modules and themes are a derivative work of Drupal. If you distribute them, you must do so under the terms of GPL version 2 or later.
All content on Drupal.org itself is copyrighted by its original contributors, and is licensed under the Creative Commons Attribution-ShareAlike license 2.0.
Sample code on Drupal.org is also available under GPL version 2 or later.