drupal8 用戶指南

一句話歸納 - 官方文檔html

概念- Drupal是個內容管理系統哦session

  • 那麼,什麼是內容管理系統?

    就是用戶本身編輯本身的網站內容的一個系統。ide

  • 那麼,什麼是Drupal呢?

    Drupal是一個經過模塊和主題的安裝和卸載來實現CMS功能的CMS。
    Drupal要求PHP,其餘的隨意。網站

  • 那麼爲何要用Drupal?
    安裝時間長可是它維護起來簡單
    它是通用的CMS
    本身寫很牛逼,可是它是現成的CMS
    徹底免費

概念-模塊ui

  • 什麼是模塊?
    模塊繼承了網站的特性,而且又增長了寫功能。多餘的模塊請卸載。
    核心模塊有:code

    - 用戶管理模塊
     - 基本內容管理模塊
     - 導航管理模塊
     - 視圖管理模塊

概念-主題htm

  • 什麼是主題?
    主題決定了你的站點穿什麼樣子的衣服
    drupal核心有一些很好的主題
    drupal市場也有些好的主題
    你也能夠本身定製

概念-發行版繼承

  • 什麼是發行版?
    你寫好的一個行業的網站,它就是一個發行版,能夠直接用的。

概念-數據類型ip

  • 什麼是數據的類型們?
    你網站上的數據有不少形式。文檔

    • 內容類型
      給訪客看的內容,可編輯的。
    • 配置類型
      關於你網站的信息,持久儲存的,短的內容。
    • 狀態類型
      關於你站點的當前狀態的臨時性的數據信息。好比你的計劃執行任務的最後一次執行時間。
    • 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.

相關文章
相關標籤/搜索