Drupal

English
Tags: 

Drupal logo

Drupal is a free and open source[1] modular framework and Content Management System (CMS) written in PHP.[2][3] It is used as a "back end" system for many different types of websites, ranging from small personal blogs to large corporate and political sites.[4]

The standard release of Drupal, known as "Drupal core", contains basic features common to most CMSs. These include the ability to register and maintain individual user accounts, administration menus, RSS-feeds, customizable layout, flexible account privileges, logging, a blogging system, an Internet forum, and options to create a classic "brochureware" website or an interactive community website.

Drupal was also designed to allow new features and custom behavior to be added by third parties. For this reason, Drupal is sometimes described as a "Content Management Framework".[2] Although Drupal offers a sophisticated programming interface for developers, no programming skills are required for basic website installation and administration.[5]

Drupal can run on any computing platform that supports:

  • a web server capable of running PHP (version 4.3.5+), including Apache, IIS, Lighttpd, and nginx.
  • a database, such as MySQL or PostgreSQL, to store content and settings.[3]

Drupal 5 ScreenshotHome page of a default Drupal installation (with a Lorem Ipsum article).

Notes

Further reading

  • Douglass, Robert T., Mike Little, and Jared W. Smith. Building Online Communities With Drupal, phpBB, and WordPress. New York: Springer Verlag/Apress, 2005. ISBN 1590595629.
  • Gillmor, Dan. We the Media: Grassroots Journalism by the People for the People. Sebastopol, Calif.: O’Reilly, 2004. ISBN 0-596-00733-7.
  • Graf, Hagen. Drupal. Community-Websites entwickeln und verwalten mit dem Open Source-CMS. Munich: Addison-Wesley, 2006. ISBN 3827323215. (German)
  • Mercer, David. Drupal: Creating Blogs, Forums, Portals, and Community Websites. Birmingham, England: Packt Publishing, 2006. ISBN 1904811809.
  • Peacock, Michael. Selling Online with Drupal e-Commerce. Birmingham, England: Packt Publishing, 2008. ISBN 978-1-847194-06-0
  • Shreves, Ric. Drupal 5 Themes. Birmingham, England: Packt Publishing, 2007. ISBN 1847191827.
  • Trippi, Joe. The Revolution Will Not Be Televised: Democracy, the Internet, and the Overthrow of Everything. New York: ReganBooks, 2004. ISBN 0-06-076155-5.
  • VanDyk, John K., and Matt Westgate. Pro Drupal Development. New York: Springer Verlag/Apress, 2007. ISBN 1590597559.
  • VanDyk, John K. Pro Drupal Development, Second Edition. New York: Springer Verlag/Apress, 2008. ISBN 1430209895.
  • Herremans, D. Drupal 6: Ultimate Community Site Guide. Switzerland, 2009. ISBN 978-2-8399-0490-2.
  • Drupal 6.x Series Review - CMSCritic
  • Drupal review
  • InfoWorld review of 5 open source CMSs - Oct. '07

Links

This guide is licensed under the GNU Free Documentation License. It uses material from the Wikipedia.

Need an webmaster? Click HERE

Drupal CMS History

English

Originally written by Dries Buytaert as a message board, Drupal became an open source project in 2001.[6]Drupal is an English rendering of the Dutch word “druppel”, which means “drop” (as in “a water droplet”).[7] The name was taken from the now-defunct Drop.org website, whose code slowly evolved into Drupal. Buytaert wanted to call the site “dorp” (Dutch for “village”, referring to its community aspects), but made a typo when checking the domain name and thought it sounded better.[6]

From May 2007 to April 2008, Drupal was downloaded from the Drupal.org website more than 1.4 million times, an increase of approximately 125% from the previous year.[8][9] A large community now helps develop Drupal.[10]

Drupal's popularity is growing rapidly. Over 70 well-known brand names and not-for-profit organizations now use Drupal. [11]

As of February 2009, Drupal 6.10 is the latest release.[12] Drupal is a winner of several Packt Open Source CMS Awards.[13]

Notes

This guide is licensed under the GNU Free Documentation License. It uses material from the Wikipedia.

Need an webmaster? Click HERE

Video: The Drupal Song Music Video

Drupal CMS core

English

Drupal "Garland" core themeThe color editor being used to adjust the "Garland" core theme

Drupal core is the "stock" installation of Drupal, which can be optionally extended by third party contributions. In Drupal's default configuration, website content can be contributed by either registered or anonymous users (at the discretion of the administrator) and made accessible to web visitors by a variety of selectable criteria including by date, category, searches, etc. Drupal core also includes a hierarchical taxonomy system, which allows content to be categorized or "tagged" with key words for easier access.[1]

Drupal maintains a detailed changelog of core feature updates by version.[2]

Core modules

Drupal core includes "core modules" which can be enabled by the administrator to extend the functionality of the core website.[2]

The core Drupal distribution provides a number of features[3], including:

  • Access statistics and logging
  • Advanced search functions
  • Caching and feature throttling for improved performance under load
  • Comments, forums, and polls
  • Descriptive URLs (for example, "www.example.com/products" rather than "www.example.com/?q=node/432")
  • Multi-level menu system
  • Multi-site support[4]
  • Multi-user content creation and editing
  • OpenID support
  • RSS Feed and Feed Aggregator
  • Security/new release update notification
  • User profiles
  • Various access control restrictions (user roles, IP addresses, email)
  • Workflow tools (Triggers and Actions)

Core themes

Drupal core includes several "core themes", which customize the aesthetic look-and-feel of the site. These themes can be chosen by the administrator via a special menu.[5]

The Color Module, introduced in Drupal core 5.0, allows administrators to change the color scheme of certain themes via a Web-browser interface. This feature was added to allow a higher level of customization for the average non-coder.[6]

Translations

As of February 2008, translations for Drupal's interface were available in 44 languages plus English (the default).[7] Some read right to left, such as Arabic, Persian and Hebrew. Drupal 6 provides improved support for content and content administration in multiple languages.[8]

Auto-update notification

Drupal can automatically notify the administrator when a new version of any module, theme, or the Drupal core itself, becomes available. This feature can help keep a Drupal installation up-to-date with the latest features and security fixes.[8]

An auto-update module for the older version 5.x provides identical functionality, but it is not included in the core release.[9]

Notes

This guide is licensed under the GNU Free Documentation License. It uses material from the Wikipedia.

Need an webmaster? Click HERE

Drupal modules and themes

English

007 niGraphic Studio Theme

Drupal core is designed to be modular with a system of "hooks" and "callbacks", which are accessed internally via an API.[1] This design allows third-party contributed (often abbreviated to "contrib") modules and themes to extend or override Drupal's default behaviors without changing Drupal core's code.

Drupal's modular design, which isolates Drupal core's files from contributed module and themes, increases flexibility and security and allows Drupal administrators to cleanly upgrade to new releases of Drupal core without potentially overwriting their site's customizations. To maintain this separation, Drupal administrators are instructed to avoid altering Drupal core's software.

Contributed modules

Contributed Drupal modules offer a variety of features including image galleries, custom content types and content listings, WYSIWYG editors, private messaging, 3rd-party integration tools, and more. The Drupal website lists 3709 free modules (as of March 1, 2009), written and contributed to by the Drupal community.[2][3][4]

  • Content Construction Kit (CCK) allows site administrators to dynamically create content types. A content type describes any kind of information to be stored in the website's database. These may include, but are not limited to, events, invitations, reviews, articles, or products.
  • Views facilitates the retrieval and presentation of content to site visitors.

The CCK API has been integrated into Drupal as a core module in the unreleased Drupal 7 branch, and Views (without its user interface) will follow at some point in the future.[5]

Contributed themes

Contributed themes adapt or replace a Drupal site's default look and feel.

Drupal themes use standardized formats that may be generated by common third-party theme design engines. Many themes for Drupal are written in the PHPTemplate engine[6] or, to a lesser extent, the XTemplate engine.[7] Some templates use hard-coded PHP.

Although early versions of Drupal's theming system were criticized[8] for being less design-oriented and more complicated than those for Mambo, Joomla! and Plone, the inclusion of the PHPTemplate and XTemplate engines in Drupal has addressed some of these concerns. The new Drupal 6 theming system utilizes a template engine in an attempt to further separate HTML/CSS from PHP. A new Drupal development module, Devel, provides assistance to theme authors who use Drupal 6.

Community contributed Drupal themes at the Drupal website are released under GPL license (free), and most of them are demonstrated at the Drupal Theme Garden.

Notes

  1. ^ "API Reference". drupal.org.
  2. ^ "Modules". drupal.org.
  3. ^ Nash, Tim (2007-01-08). "CCK & Views the ultimate combination, part 1". The Venture Skills Blog.  "Two modules particularly important to typical Drupal installations" 
  4. ^ Safuto, Robert (2007-07-30). "Drupal CCK and Views Tutorial". Awakened Voice Learning Center.
  5. ^ Buytaert, Dries (2007). "My Drupal predictions for 2008".
  6. ^ "PHPTemplate theme engine". drupal.org.
  7. ^ "XTemplate theme engine". drupal.org.
  8. ^ "How does Drupal compare to Mambo? discussion thread". drupal.org. 2005-01-17.

This guide is licensed under the GNU Free Documentation License. It uses material from the Wikipedia.

Criticism of the Drupal CMS

English
  • Usability: Some aspects of Drupal's administration interface can be confusing and intimidating, particularly for new administrators.[1] According to the Interaction Design and Information Architecture program at the University of Baltimore, Drupal lacks an intuitive, easy administration user interface.[2][3][4] The administration area is regarded as clunky and cryptic with Drupal version 5 and 6, but improved ease of use is planned with the upcoming version 7. According to Dries Buytaert, Drupal 7 won't be released until 90% of the problems identified by the University of Minnesota[5][6] and the University of Baltimore[4] are solved. Usability will be one of the main improvements in Drupal 7 that will close the gap with easier CMSs.[7]
  • Learning curve: Drupal may be powerful, but it is also complex. The key is overcoming its steep initial learning curve.[1][8][9] Most casual users are willing to sacrifice features for ease of use making Drupal less popular than more user-friendly CMSs despite its enhanced functionality.[10]
  • Backward Compatibility: Drupal is constantly changing and it is a tenet of the design team that backward compatibility be avoided if it hinders new features or even the aesthetics of the code.[11] Often version changes are not compatible with the previous version. This means that Drupal developers may be required to re-work all of their previous code[12] However, from an end-user perspective, while the programmatic internals of Drupal may drastically change, Drupal Web sites themselves should be automatically upgraded in newer versions and continue to run seamlessly with minimal administrator involvement.

Notes

  1. ^ ab Hagopian, Peter (2008-07-10). "Drupal Addresses Security In 6.3, Usability in 7". Information Week.
  2. ^ Scollan, Becca; Abby Byrnes, Malia Nagle, Paul Coyle, Cynthia York, Maleka Ingram (2008-05-01). "Drupal Usability Research Report" (PDF).
  3. ^ Lal, Kieran (2008-06-26). "Drupal usability tests from the University of Baltimore with community solutions". drupal.org.
  4. ^ ab Buytaert, Dries (2008-07-03). "Usability, usability, and usability".
  5. ^ Buytaert, Dries (2008-03-10). "First results from usability testing".
  6. ^ "Report from Formal Drupal" (PDF). 2008-03-03.
  7. ^ Buytaert, Dries (2008-02-04). "Starting work on Drupal 7".
  8. ^ Howard, Brian C. (2007-01-25). "Harnessing Drupal for Citizen Journalism". NewAssignment.Net.
  9. ^ "CMS Review: Drupal". Live-CMS.com.
  10. ^ mameou (2008-03-31). "Dries Buytaert's Vision of Drupal".
  11. ^ Buytaert, Dries (2006-05-26). "Backward Compatibility".
  12. ^ Buytaert, Dries (2006-07-27). "The pain before the pay-off".

This guide is licensed under the GNU Free Documentation License. It uses material from the Wikipedia.