Saturday, October 1, 2011

Understanding Drupal

Welcome to Drupal! Drupal is a powerful content management system, meaning you can power many different types of websites with it without knowing any coding languages.

If you're new to Drupal or having your own website, then this guide is for you.

The beginning is the most important part of the work - Plato

The following pages should introduce you to the Drupal project, some best practices the community has accumulated, the concepts and technologies that underpin Drupal, and basic installation and configuration.

The Drupal documentation is currently being restructured. Some content has been moved to the Administration Guide, Structure Guide and Site Building Guide.

If you need help installing Drupal, the Installation Guide has step by step instructions and troubleshooting tips.

Drupal concepts
Glossary
Technology stack
Is Drupal secure?
Choosing a Drupal version
Books about Drupal
Third party resources
Tips on using the documentation

www.drupal.org

1 comment:

  1. I am starting today one new platform for Drupal Development.

    ReplyDelete

only show translated menu items into current language (Drupal 8)

function MY_THEME_preprocess_menu(&$variables) {   if ($variables['menu_name'] == 'brancott-header-menu') {    $langu...