33
Overview of Drupal By : Payel Ghosh Mail : g.payel@puneitlabs.com

Overview Of Drupal

Embed Size (px)

DESCRIPTION

this is a slide presented in the PHPCamp Pune 08.

Citation preview

Page 1: Overview Of Drupal

Overview of Drupal By : Payel Ghosh

Mail : [email protected]

Page 2: Overview Of Drupal

About Me

Working as a Web app developer from

One and half year with PuneITLabs

Page 3: Overview Of Drupal
Page 4: Overview Of Drupal
Page 5: Overview Of Drupal
Page 6: Overview Of Drupal
Page 7: Overview Of Drupal

Drupal is FREE

Page 8: Overview Of Drupal

Lots of Features

Drupal is FREE

Page 9: Overview Of Drupal

Lots of Features

Page 10: Overview Of Drupal

Lots of Features

Page 11: Overview Of Drupal

Gives lot of Control

Page 12: Overview Of Drupal

Drupal is extendable

Page 13: Overview Of Drupal

Drupal Community

Some KILLER Features

Page 14: Overview Of Drupal

Some Drupal Tutorials

• on-line documentation @ http://drupal.org/handbooks

• Drupal books @ http://drupal.org/books

• www.siteground.com/tutorials/drupal-tutorial/

• www.lullabot.com/

• http://drupaldojo,net

Page 15: Overview Of Drupal

Security

Page 16: Overview Of Drupal

Statistics 840+ Code Contributors

200,000+ users on drupal.org

3 million+ lines of code (core + contributed)

52 SoC mentors for 20 students per year

100,000+ downloads per month

*Data taken from “Implementing drupal” presentation

Page 17: Overview Of Drupal

IBM Comparison

*Data taken from http://www.ibm.com/developerworks/opensource/

Page 18: Overview Of Drupal

Some KILLER Features

CCK VIEWS

Organic Groups

Action/ Trigger

Locale

Path

Taxonomy

Page 19: Overview Of Drupal

Who Use Drupal

Page 20: Overview Of Drupal

Some KILLER Features

Page 21: Overview Of Drupal

Some KILLER Features

Page 22: Overview Of Drupal

Some KILLER Features

Page 23: Overview Of Drupal

Some KILLER Features

Page 24: Overview Of Drupal

Some KILLER Features

Page 25: Overview Of Drupal
Page 26: Overview Of Drupal

How Drupal Works

Page 27: Overview Of Drupal

Drupal Core

templating Localization SEOInput

formats

Content

management

User

managementUrl aliases Reports

Page 28: Overview Of Drupal

Modules

templating Localization SEOInput

formats

Content

management

User

managementUrl aliases Reports

ForumPrivate

Messages

User

profile

WYSIWYG

Editor

E

commerce

Event

Calendar

Image

gallery

Custom

Page 29: Overview Of Drupal

Hook SystemModule_invoke_all(‘perm’)

User Module Blog module

function user_perm() {

return array(‘access user profiles’);

}

function blog_perm() {

return array('edit own blog');

}

$permission = array(‘access user profiles’, ‘edit own blog’, . . . . );

Page 30: Overview Of Drupal

Node System

Node

ID

Title

Body

Blog

ID

Title

Body

Album

Id

Title

Artist

Body

Comment module Comment module

Upload moule

Page 31: Overview Of Drupal

What’s New in 6

Page 32: Overview Of Drupal

The Future is Bright

Page 33: Overview Of Drupal

Thank you