Overview of Drupal and the reasons to choose it as a reliable Content Management System (CMS).
Overview of Drupal licensing and the guidelines to be followed by users and contributors.
Overview of modules and the functionality they can be used for.
Overview of Free and Open Source Software (FOSS), Drupal project, and Drupal Association.
Overview of the User 1 account, also known as the root account or administrative account.
Overview of user accounts, permissions, and roles.
How to assign authorship of content items to a user account.
Overview of views and the data that can be displayed or output by them.
Overview of the administrative parts of a view.
Do you want to know how to contribute translations to Drupal core or other contributed modules and themes? Have you ever wondered how translations are managed in Drupal? It all happens in the community at localize.drupal.org. This tutorial gives a tour of localize.drupal.org and then teaches you how to join translation groups and contribute translated strings back to the Drupal community.
Additional resources
Standardized documentation is crucial to a project, whether it is just you or an entire team working on it. In this tutorial we're going to look at:
- Standards for
@docblockcomments - Standards for inline comments
- Why standards for documentation and comments are as important as standards for the rest of your code.
By the end of this tutorial you'll know how to add inline documentation for all the PHP code that you write for Drupal.